libui/windows
Pietro Gagliardi 57329ea332 Implemented the desire background behavior for controls in windows/parent.c. Only one thing remains: clipping. 2015-04-18 20:31:32 -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 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
newcontrol.c Cleaned up the new control lifetime logic on Windows. 2015-04-18 18:07:57 -04:00
parent.c Implemented the desire background behavior for controls in windows/parent.c. Only one thing remains: clipping. 2015-04-18 20:31:32 -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 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
util.c Started the work to settle lifetime issues on the Windows backend. 2015-04-18 14:06:12 -04:00
window.c Continued implementing Windows lifetime code. Now for uiTab. 2015-04-18 14:16:06 -04:00