libui/unix
Pietro Gagliardi bffe311afe Switched to using Pango background color attributes. Unix code done for now. 2018-03-11 20:23:18 -04:00
..
CMakeLists.txt Created a new file for the font matching code. 2018-03-11 19:32:08 -04:00
OLD__old_drawtext.c Began migrating the Unix draw text code by moving the existing files out of the way. 2018-03-11 15:55:28 -04:00
OLD_drawtext.c And migrated fontmatch.c back. Let's test. 2018-03-11 19:37:30 -04:00
alloc.c Ugh of course I screwed up the malloc() test. Fixed a crash on GTK+ since I guess OS X malloc() autofills to 0? 2017-02-20 15:14:53 -05:00
area.c Expanded documentation in ui_attrstr.h in an attempt to reduce TODOs. Instead, I added more. :D 2017-06-08 15:31:28 -04:00
attrstr.c Switched to using Pango background color attributes. Unix code done for now. 2018-03-11 20:23:18 -04:00
attrstr.h Switched to using Pango background color attributes. Unix code done for now. 2018-03-11 20:23:18 -04:00
box.c Started replacement of intmax_t and uintmax_t with int. 2016-06-13 20:46:11 -04:00
button.c Fixed build errors. It works! (Except for radiobuttons now needing a destroy; that'll come later.) Next up... Windows. Yay... 2016-04-25 20:34:12 -04:00
cellrendererbutton.c Some TODO resolution. 2016-06-29 19:20:43 -04:00
checkbox.c Fixed build errors. It works! (Except for radiobuttons now needing a destroy; that'll come later.) Next up... Windows. Yay... 2016-04-25 20:34:12 -04:00
child.c Some TODO resolution/stale TODO elimination. 2016-05-05 17:58:26 -04:00
colorbutton.c Implemented uiColorButton on GTK+. 2016-05-15 23:18:11 -04:00
combobox.c More intmax_t removal. 2016-06-13 21:05:40 -04:00
control.c Fixed build errors. It works! (Except for radiobuttons now needing a destroy; that'll come later.) Next up... Windows. Yay... 2016-04-25 20:34:12 -04:00
datetimepicker.c Even more TODO resolution in uiDateTimePicker on GTK+. 2016-05-22 19:40:56 -04:00
debug.c Started resolving TODOs in the GTK+ backend, marking some LONGTERM. In particular, uiDateTimePicker no longer will be localized, as there doesn't seem to be a way to get that info out. 2016-05-22 19:17:42 -04:00
draw.c Preparation for adding uiDrawCaret(). 2017-02-10 16:16:43 -05:00
draw.h Preparation for adding uiDrawCaret(). 2017-02-10 16:16:43 -05:00
drawmatrix.c Answered matrix scaling stuff. https://www.willamette.edu/~gorr/classes/GeneralGraphics/Transforms/transforms2d.htm#Combining 2016-05-22 22:52:29 -04:00
drawpath.c Switched from using M_PI to a named constant uiPi. 2016-05-22 12:00:44 -04:00
drawtext.c Switched to using Pango background color attributes. Unix code done for now. 2018-03-11 20:23:18 -04:00
editablecombo.c Split uiCombobox on GTK+. 2016-05-24 01:35:05 -04:00
entry.c Implemented uiPasswordEntry and uiSearchEntry on GTK+. 2016-06-05 20:54:16 -04:00
fontbutton.c Fixed build errors, some of which were overisghts and others were habits from the OS X code. 2018-03-11 19:59:11 -04:00
fontmatch.c Fixed build errors, some of which were overisghts and others were habits from the OS X code. 2018-03-11 19:59:11 -04:00
form.c Merge pull request #141 from ProtonMail/ui-form-delete 2016-06-15 12:00:38 -04:00
future.c Switched to using Pango background color attributes. Unix code done for now. 2018-03-11 20:23:18 -04:00
graphemes.c Migrated opentype.c and graphemes.c back. 2018-03-11 16:15:28 -04:00
grid.c Finished stripping ui.h of intmax. 2016-06-13 21:20:20 -04:00
group.c More conversion work, including getting rid of a few now-unnecessary function declarations. 2016-04-25 20:09:20 -04:00
image.c Put images on uiTables. We're going to have to swizzle on OS X after all :( 2016-06-27 16:11:15 -04:00
label.c Fixed build errors. It works! (Except for radiobuttons now needing a destroy; that'll come later.) Next up... Windows. Yay... 2016-04-25 20:34:12 -04:00
main.c Fixed a threading issue in uiQueueMain() on GTK+. 2016-10-31 13:38:38 -04:00
menu.c Got rid of complain() on GTK+. 2016-05-13 21:00:12 -04:00
multilineentry.c And handled caret behavior on GTK+. 2017-02-07 19:14:51 -05:00
opentype.c Migrated opentype.c and graphemes.c back. 2018-03-11 16:15:28 -04:00
progressbar.c Stop uiProgressBar pulsing on destroy on GTK+. Fixes #163. 2016-06-21 12:39:53 -04:00
radiobuttons.c More intmax_t removal. 2016-06-13 21:05:40 -04:00
separator.c Added uiNewVerticalSeparator(). 2016-06-17 11:02:17 -04:00
slider.c More intmax_t elminiation. 2016-06-13 20:55:50 -04:00
spinbox.c More intmax_t elminiation. 2016-06-13 20:55:50 -04:00
stddialogs.c More TODO resolution and LONGTERM relegation. 2016-05-28 21:17:54 -04:00
tab.c More intmax_t elminiation. 2016-06-13 20:55:50 -04:00
text.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
uipriv_unix.h Switched to using Pango background color attributes. Unix code done for now. 2018-03-11 20:23:18 -04:00
util.c Got rid of complain() on GTK+. 2016-05-13 21:00:12 -04:00
window.c Cleaned up debugging code and added the main loop bugfix to the README. 2016-10-24 17:47:23 -04:00