.. |
GNUmakeinc.mk
|
Added a separate system for handling children of controls on GTK+. (I was thinking of doing this on OS X first, but this is probably simpler than saving the expand/align states for uiGroup and uiTab, so I'm doing the GTK+ backend first.) Not actually used yet, just written.
|
2015-08-28 16:38:04 -04:00 |
alloc.c
|
Begin the GTK+ backend migration.
|
2015-08-27 12:29:19 -04:00 |
box.c
|
Migrated uiBox to use the child system. It all works! :D
|
2015-08-28 18:12:24 -04:00 |
button.c
|
Fixed some compiler issues. Oops, forgot to migrate menu.c.
|
2015-08-28 10:10:52 -04:00 |
checkbox.c
|
Fixed some compiler issues. Oops, forgot to migrate menu.c.
|
2015-08-28 10:10:52 -04:00 |
child.c
|
Migrated GTK+ uiTab to the child functions.
|
2015-08-28 16:50:55 -04:00 |
combobox.c
|
Fixed some compiler issues. Oops, forgot to migrate menu.c.
|
2015-08-28 10:10:52 -04:00 |
control.c
|
Finished GTK+ backend migration. Now to test.
|
2015-08-28 10:01:57 -04:00 |
datetimepicker.c
|
Fixed some compiler issues. Oops, forgot to migrate menu.c.
|
2015-08-28 10:10:52 -04:00 |
entry.c
|
Fixed some compiler issues. Oops, forgot to migrate menu.c.
|
2015-08-28 10:10:52 -04:00 |
group.c
|
Moved GTK+ uiWindow to the new child system and fixed a latent bug in uiGroup. Now it's just uiBox and the GTK+ port will be migrated!
|
2015-08-28 17:16:02 -04:00 |
label.c
|
Fixed some compiler issues. Oops, forgot to migrate menu.c.
|
2015-08-28 10:10:52 -04:00 |
main.c
|
Begin the GTK+ backend migration.
|
2015-08-27 12:29:19 -04:00 |
menu.c
|
Fixed most runtime issues.
|
2015-08-28 10:43:53 -04:00 |
progressbar.c
|
Fixed some compiler issues. Oops, forgot to migrate menu.c.
|
2015-08-28 10:10:52 -04:00 |
radiobuttons.c
|
Fixed build issues; now to fix runtime bugs.
|
2015-08-28 10:30:42 -04:00 |
separator.c
|
Fixed some compiler issues. Oops, forgot to migrate menu.c.
|
2015-08-28 10:10:52 -04:00 |
slider.c
|
Fixed some compiler issues. Oops, forgot to migrate menu.c.
|
2015-08-28 10:10:52 -04:00 |
spinbox.c
|
Fixed some compiler issues. Oops, forgot to migrate menu.c.
|
2015-08-28 10:10:52 -04:00 |
stddialogs.c
|
Begin the GTK+ backend migration.
|
2015-08-27 12:29:19 -04:00 |
tab.c
|
Migrated GTK+ uiTab to the child functions.
|
2015-08-28 16:50:55 -04:00 |
text.c
|
Begin the GTK+ backend migration.
|
2015-08-27 12:29:19 -04:00 |
uipriv_unix.h
|
Added a separate system for handling children of controls on GTK+. (I was thinking of doing this on OS X first, but this is probably simpler than saving the expand/align states for uiGroup and uiTab, so I'm doing the GTK+ backend first.) Not actually used yet, just written.
|
2015-08-28 16:38:04 -04:00 |
util.c
|
Fixed build issues; now to fix runtime bugs.
|
2015-08-28 10:30:42 -04:00 |
window.c
|
Moved GTK+ uiWindow to the new child system and fixed a latent bug in uiGroup. Now it's just uiBox and the GTK+ port will be migrated!
|
2015-08-28 17:16:02 -04:00 |