libui/unix
Pietro Gagliardi 1a76abef21 Implemented uiParentDestroy() on the Windows and Unix backends. These don't actually *use* it yet; that'll come later. (Ultimately, there should only be one path into window destruction, which leads to one path in uiParent destruction and one path in child destruction.) More TODOs. 2015-04-17 15:52:28 -04:00
..
GNUmakeinc.mk Some more makefile fixups. 2015-04-16 20:52:47 -04:00
alloc.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
button.c Fixed up unix/checkbox.c and made a few minor changes to unix/button.c. I think this is indeed better, yes. 2015-04-16 22:14:54 -04:00
checkbox.c Fixed up unix/checkbox.c and made a few minor changes to unix/button.c. I think this is indeed better, yes. 2015-04-16 22:14:54 -04:00
entry.c Cleaned up unix/entry.c and unix/label.c. 2015-04-16 22:21:02 -04:00
init.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
label.c Cleaned up unix/entry.c and unix/label.c. 2015-04-16 22:21:02 -04:00
main.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
newcontrol.c Fixed build warnings. More TODOs. 2015-04-15 23:14:36 -04:00
parent.c Implemented uiParentDestroy() on the Windows and Unix backends. These don't actually *use* it yet; that'll come later. (Ultimately, there should only be one path into window destruction, which leads to one path in uiParent destruction and one path in child destruction.) More TODOs. 2015-04-17 15:52:28 -04:00
tab.c Changed uiParentSetChild() to uiParentSetMainControl(). Backend changes incoming. 2015-04-17 13:43:01 -04:00
uipriv_unix.h Cleaned up unix/button.c a bit. 2015-04-16 16:38:33 -04:00
util.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
window.c Changed uiParentSetChild() to uiParentSetMainControl(). Backend changes incoming. 2015-04-17 13:43:01 -04:00