libui/unix
Pietro Gagliardi 1b1cd2e11e Changed the GTK+ backend menu code to honor what was just changed. 2015-04-20 23:38:23 -04:00
..
GNUmakeinc.mk Started implementing menus in general and on the Unix backend. 2015-04-20 18:34:51 -04:00
alloc.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
button.c Made destroy functions on the Unix backend take a void * instead of storing the uiControl *. 2015-04-18 17:14:19 -04:00
checkbox.c Made destroy functions on the Unix backend take a void * instead of storing the uiControl *. 2015-04-18 17:14:19 -04:00
entry.c Made destroy functions on the Unix backend take a void * instead of storing the uiControl *. 2015-04-18 17:14:19 -04:00
init.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
label.c Made destroy functions on the Unix backend take a void * instead of storing the uiControl *. 2015-04-18 17:14:19 -04:00
lifetimes.c Started splitting out lifetime management code into its own place on the GTK+ backend. 2015-04-19 01:37:11 -04:00
main.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
menu.c Changed the GTK+ backend menu code to honor what was just changed. 2015-04-20 23:38:23 -04:00
newcontrol.c Added code to check that a control is not destroyed while it has a parent. This isn't enough for uiStack, though... 2015-04-19 22:53:09 -04:00
parent.c More destruction rules following code. 2015-04-19 22:59:06 -04:00
tab.c Settled GTK+ Tab TODOs. 2015-04-18 17:28:13 -04:00
text.c Added complain() on the GTK+ backend. 2015-04-18 17:20:05 -04:00
uipriv_unix.h Started implementing menus in general and on the Unix backend. 2015-04-20 18:34:51 -04:00
util.c Added complain() on the GTK+ backend. 2015-04-18 17:20:05 -04:00
window.c Started implementing menus in general and on the Unix backend. 2015-04-20 18:34:51 -04:00