libui/unix
Pietro Gagliardi f0011d6227 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
..
GNUfiles.mk Implemented uiColorButton on GTK+. 2016-05-15 23:18:11 -04:00
GNUinstall.mk Various fixes around makefiles 2016-01-01 23:19:14 +01:00
GNUosspecific.mk Switched from using M_PI to a named constant uiPi. 2016-05-22 12:00:44 -04:00
alloc.c Cleaned up the debugging infrastructure on Windows (we stopped using the strsafe functions so there's no useful failure case anymore) and implemented the new one. 2016-05-13 22:05:02 -04:00
area.c Got rid of complain() on GTK+. 2016-05-13 21:00:12 -04:00
box.c Cleaned up unix/box.c and made it not use struct child or ptrArray. 2016-05-05 14:04:07 -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
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 Converted the basic GTK+ controls. Now for the containers. 2016-04-25 20:00:25 -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 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
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 Got rid of complain() on GTK+. 2016-05-13 21:00:12 -04:00
draw.h A lot more drawing migration on Windows. With that done, though, we can finally do this... 2016-05-05 21:49:50 -04:00
drawmatrix.c Some TODO resolution and stale TODO removal. 2016-05-13 17:54:10 -04:00
drawpath.c Switched from using M_PI to a named constant uiPi. 2016-05-22 12:00:44 -04:00
drawtext.c Split unix/draw.c into a bunch of smaller files. 2016-05-05 18:23:54 -04:00
entry.c Converted the basic GTK+ controls. Now for the containers. 2016-04-25 20:00:25 -04:00
fontbutton.c Converted the basic GTK+ controls. Now for the containers. 2016-04-25 20:00:25 -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
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 Removed common type code. 2016-04-24 15:08:48 -04:00
menu.c Got rid of complain() on GTK+. 2016-05-13 21:00:12 -04:00
multilineentry.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
progressbar.c Got rid of complain() on GTK+. 2016-05-13 21:00:12 -04:00
radiobuttons.c Implemented uiControlDestroy() for uiRadioButtons on GTK+. Fixes #40. 2016-05-21 22:42:55 -04:00
separator.c Converted the basic GTK+ controls. Now for the containers. 2016-04-25 20:00:25 -04:00
slider.c Converted the basic GTK+ controls. Now for the containers. 2016-04-25 20:00:25 -04:00
spinbox.c Got rid of complain() on GTK+. 2016-05-13 21:00:12 -04:00
stddialogs.c TODO updates. 2016-05-16 09:58:16 -04:00
tab.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
text.c Finally merged out the redo folder. 2015-09-02 13:48:06 -04:00
uipriv_unix.h Switched from using M_PI to a named constant uiPi. 2016-05-22 12:00:44 -04:00
util.c Got rid of complain() on GTK+. 2016-05-13 21:00:12 -04:00
window.c Forgot to take a reference on GtkWindows; this led to weird GObject warnings on the command line when closing a window. Update #40. 2016-05-21 22:36:21 -04:00