libui/redo/unix
Pietro Gagliardi 56c8dd6939 Decided to have uiBox implementations be per-OS and switched to using GtkBox on GTK+. This has the advantage that a) all uiControls on GTK+ now use exactly one GtkWidget so we don't need container, and b) we can use Auto Layout on OS X. Only more work will decide if we keep this system.. 2015-06-30 01:05:07 -04:00
..
GNUmakeinc.mk More GTK+ work. 2015-06-26 18:45:00 -04:00
alloc.c Started the new GTK+ backend. Migrated files that don't need changing back. 2015-06-09 22:45:35 -04:00
box.c Decided to have uiBox implementations be per-OS and switched to using GtkBox on GTK+. This has the advantage that a) all uiControls on GTK+ now use exactly one GtkWidget so we don't need container, and b) we can use Auto Layout on OS X. Only more work will decide if we keep this system.. 2015-06-30 01:05:07 -04:00
button.c More work. Guess I'm creating all the widgets now... 2015-06-26 21:52:42 -04:00
checkbox.c More GTK+ control stubbing. 2015-06-27 19:46:11 -04:00
combobox.c Finished the control stubbing. Everything (that is expected to work) works (so far)! 2015-06-27 19:57:10 -04:00
container.c Fixed some other flaws. 2015-06-29 20:37:55 -04:00
control.c Oops forgot uiControlPreferredSize() in GTK+ uiControls; fixed. 2015-06-29 20:40:58 -04:00
datetimepicker.c Finished the control stubbing. Everything (that is expected to work) works (so far)! 2015-06-27 19:57:10 -04:00
entry.c More GTK+ control stubbing. 2015-06-27 19:46:11 -04:00
group.c More work. Guess I'm creating all the widgets now... 2015-06-26 21:52:42 -04:00
label.c More GTK+ control stubbing. 2015-06-27 19:46:11 -04:00
main.c More migration. 2015-06-11 18:01:05 -04:00
menu.c More GTK+ work. 2015-06-26 18:45:00 -04:00
progressbar.c More GTK+ control stubbing. 2015-06-27 19:46:11 -04:00
radiobuttons.c More TODOs. 2015-06-29 20:41:41 -04:00
separator.c More GTK+ control stubbing. Incidentally, this actually finishes the implementation of uiSeparator. 2015-06-27 19:48:01 -04:00
slider.c More GTK+ control stubbing. 2015-06-27 19:46:11 -04:00
spinbox.c Fixed some other flaws. 2015-06-29 20:37:55 -04:00
stddialogs.c More GTK+ work. 2015-06-26 18:45:00 -04:00
tab.c Some more GTK+ tab fixes. This is getting nowhere. 2015-06-29 22:57:12 -04:00
text.c Started the new GTK+ backend. Migrated files that don't need changing back. 2015-06-09 22:45:35 -04:00
uipriv_unix.h Added a system for holding a uiControl in a single GtkWidget. 2015-06-29 11:18:39 -04:00
util.c More work. uiSizing on Unix done. 2015-06-15 22:36:49 -04:00
window.c First draft of integrating holders into uiWindow. Increasing urge to just ditch the cross-platform uiBox and have the GTK+ uiBox be a thin GtkBox wrapper (in which case we don't even need containerWidget!). 2015-06-29 11:48:27 -04:00