libui/redo/windows
Pietro Gagliardi b991496f83 Set up Windows containers to draw their parents as backgrounds again. 2015-05-24 14:50:25 -04:00
..
GNUmakeinc.mk Started standard dialogs. Added Open File dialog first. 2015-05-22 19:14:50 -04:00
OLDgroup.c Finished the type system. 2015-05-17 19:07:07 -04:00
OLDtab.c InsertBefore -> InsertAt. 2015-05-18 10:32:08 -04:00
alloc.c Fixed a dumb error in windows/alloc.c. 2015-05-16 22:54:43 -04:00
button.c Added an HWND parameter to all the event handlers. This is needed for radio buttons. 2015-05-21 14:52:21 -04:00
checkbox.c Added an HWND parameter to all the event handlers. This is needed for radio buttons. 2015-05-21 14:52:21 -04:00
combobox.c Added a basic date/time picker. 2015-05-22 10:36:24 -04:00
container.c Set up Windows containers to draw their parents as backgrounds again. 2015-05-24 14:50:25 -04:00
control.c Started removing onWM_HSCROLL from uiWindowsMakeControlsParams. 2015-05-21 12:43:40 -04:00
datetimepicker.c More date/time picker work. 2015-05-22 13:24:07 -04:00
debug.c More migration of files that don't need changes. 2015-05-15 16:17:28 -04:00
dialoghelper.c Started standard dialogs. Added Open File dialog first. 2015-05-22 19:14:50 -04:00
entry.c Added an HWND parameter to all the event handlers. This is needed for radio buttons. 2015-05-21 14:52:21 -04:00
events.c Added an HWND parameter to all the event handlers. This is needed for radio buttons. 2015-05-21 14:52:21 -04:00
group.c Started removing onWM_HSCROLL from uiWindowsMakeControlsParams. 2015-05-21 12:43:40 -04:00
init.c Set up the boilerplate for dialog boxes. 2015-05-22 17:41:36 -04:00
label.c Started removing onWM_HSCROLL from uiWindowsMakeControlsParams. 2015-05-21 12:43:40 -04:00
main.c More migration of files that don't need changes. 2015-05-15 16:17:28 -04:00
menu.c Finished the type system. 2015-05-17 19:07:07 -04:00
parent.c Set up Windows containers to draw their parents as backgrounds again. 2015-05-24 14:50:25 -04:00
progressbar.c Started removing onWM_HSCROLL from uiWindowsMakeControlsParams. 2015-05-21 12:43:40 -04:00
radiobuttons.c More radio button work. 2015-05-21 17:26:25 -04:00
resize.c Handled window coordinates properly in resizes. 2015-05-18 12:04:52 -04:00
separator.c Finished migrating WM_HSCROLLhandlers away from being in the creation parameters. 2015-05-21 13:04:57 -04:00
slider.c Added an HWND parameter to all the event handlers. This is needed for radio buttons. 2015-05-21 14:52:21 -04:00
spinbox.c Added an HWND parameter to all the event handlers. This is needed for radio buttons. 2015-05-21 14:52:21 -04:00
stddialogs.c Added some basic messageboxes. 2015-05-23 15:07:16 -04:00
tab.c Added an HWND parameter to all the event handlers. This is needed for radio buttons. 2015-05-21 14:52:21 -04:00
text.c More date/time picker work. 2015-05-22 13:24:07 -04:00
uipriv_windows.h Set up Windows containers to draw their parents as backgrounds again. 2015-05-24 14:50:25 -04:00
util.c Made complain() break into the debugger on Windows because abort() is eaten up and seen as successful termination. 2015-05-17 18:53:49 -04:00
utilwin.c Fixed build errors to some extent. 2015-05-16 11:37:45 -04:00
window.c Set up the boilerplate for dialog boxes. 2015-05-22 17:41:36 -04:00