libui/unix
Pietro Gagliardi 5d7128781b And const-corrected uiAttributedStringForEachAttribute(). 2017-06-19 21:45:18 -04:00
..
CMakeLists.txt More cmake TODOs. 2017-06-06 15:32:51 -04:00
_old_drawtext.c Started implementing the new text layout stuff on GTK+. The drawtext example works. 2017-01-17 21:06:45 -05: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 And const-corrected uiAttributedStringForEachAttribute(). 2017-06-19 21:45: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 Some more TODO cleanup and name adjustment. 2017-06-06 14:14:33 -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 Reimplemented uiFontButton on GTK+. 2017-02-11 14:45:58 -05:00
form.c Merge pull request #141 from ProtonMail/ui-form-delete 2016-06-15 12:00:38 -04:00
future.c Added uiAttribute handling code to the GTK+ backend. Not finished yet; not used yet. 2017-02-20 17:11:52 -05:00
graphemes.c Started implementing the new text layout stuff on GTK+. The drawtext example works. 2017-01-17 21:06:45 -05: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 Made a decision on const correctness in uiOpenTypeFeatures. 2017-06-19 14:50:03 -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 And fixed the whole OpenType features nonsense on GTK+, since we now group all OpenType features together. We're now much closer to pushing this back into master! 2017-05-30 19:07:01 -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