libui/windows
Pietro Gagliardi f303f066e2 Started implementing menus on Windows. 2015-04-20 20:26:21 -04:00
..
GNUmakeinc.mk Started implementing menus on Windows. 2015-04-20 20:26:21 -04:00
alloc.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
button.c Changed Windows onWM_DESTROY to a generic onDestroy handler with a data parameter. This will make decoupling widget destruction from WM_DESTROY (like we did on GTK+ by decoupling from ::destroy) easier. 2015-04-18 18:02:16 -04:00
checkbox.c Changed Windows onWM_DESTROY to a generic onDestroy handler with a data parameter. This will make decoupling widget destruction from WM_DESTROY (like we did on GTK+ by decoupling from ::destroy) easier. 2015-04-18 18:02:16 -04:00
comctl32.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
debug.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
entry.c Changed Windows onWM_DESTROY to a generic onDestroy handler with a data parameter. This will make decoupling widget destruction from WM_DESTROY (like we did on GTK+ by decoupling from ::destroy) easier. 2015-04-18 18:02:16 -04:00
init.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
label.c Changed Windows onWM_DESTROY to a generic onDestroy handler with a data parameter. This will make decoupling widget destruction from WM_DESTROY (like we did on GTK+ by decoupling from ::destroy) easier. 2015-04-18 18:02:16 -04:00
main.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
menu.c Started implementing menus on Windows. 2015-04-20 20:26:21 -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 Changed Windows onWM_DESTROY to a generic onDestroy handler with a data parameter. This will make decoupling widget destruction from WM_DESTROY (like we did on GTK+ by decoupling from ::destroy) easier. 2015-04-18 18:02:16 -04:00
text.c Split all OS backends into their own folders. 2015-04-15 18:49:45 -04:00
uipriv_windows.h Started implementing menus on Windows. 2015-04-20 20:26:21 -04:00
util.c Started the work to settle lifetime issues on the Windows backend. 2015-04-18 14:06:12 -04:00
window.c Started implementing menus on Windows. 2015-04-20 20:26:21 -04:00