libui/unix
Pietro Gagliardi f100989803 Fixed up wording on some errors in windows/menu.c and unix/menu.c. 2015-05-13 10:25:54 -04:00
..
GNUmakeinc.mk Moved everything back to the top level. 2015-04-29 11:02:38 -04:00
alloc.c Added the type names back to the allocators. Implemented on GTK+ only for now. 2015-05-08 10:24:03 -04:00
bin.c Migrated the GTK+ backend to the new uiBin system. 2015-05-10 14:05:59 -04:00
button.c Changed the various OS-side control creation functions to use Make like uiMakeContainer() does instead of New. 2015-05-02 20:51:00 -04:00
checkbox.c Changed the various OS-side control creation functions to use Make like uiMakeContainer() does instead of New. 2015-05-02 20:51:00 -04:00
container.c Same as previous commits, but for uiContainer. We don't need to do these because everything that calls uiControlSetParent() (which should only ever be a uiContainer) should also be updating themselves afterward (or are about to be destroyed). 2015-05-11 12:20:41 -04:00
entry.c Inhibited uiEntryOnChanged() with uiEntrySetText() on GTK+. 2015-05-09 21:05:51 -04:00
label.c Changed the various OS-side control creation functions to use Make like uiMakeContainer() does instead of New. 2015-05-02 20:51:00 -04:00
main.c Implemented menu uninit on GTK+. 2015-05-08 10:17:33 -04:00
menu.c Fixed up wording on some errors in windows/menu.c and unix/menu.c. 2015-05-13 10:25:54 -04:00
newcontrol.c Started to optimize container updating. Removed container updates from each new control set parent. 2015-05-11 12:16:28 -04:00
tab.c Added uiContainerUpdate() calls to each SetMargined(). 2015-05-11 12:42:13 -04:00
text.c Removed previous commit's TODO; more TODOs. 2015-04-30 22:56:09 -04:00
uipriv_unix.h Implemented menu uninit on GTK+. 2015-05-08 10:17:33 -04:00
util.c Added a [libui] and a newline to the message printed by complain(). 2015-05-07 19:34:45 -04:00
window.c Added uiContainerUpdate() calls to each SetMargined(). 2015-05-11 12:42:13 -04:00