libui/redo/windows
Pietro Gagliardi af4c9ae0c9 Added uiControlHandle() implementations to the various controls. 2015-05-29 19:48:27 -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 uiControlHandle() implementations to the various controls. 2015-05-29 19:48:27 -04:00
checkbox.c Added uiControlHandle() implementations to the various controls. 2015-05-29 19:48:27 -04:00
combobox.c Added uiControlHandle() implementations to the various controls. 2015-05-29 19:48:27 -04:00
container.c Started doing a migration of the many many many controls over to the new object system. 2015-05-29 18:03:24 -04:00
control.c Moved the new control stuff back. 2015-05-29 14:56:11 -04:00
datetimepicker.c Added uiControlHandle() implementations to the various controls. 2015-05-29 19:48:27 -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 uiControlHandle() implementations to the various controls. 2015-05-29 19:48:27 -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 Added uiControlHandle() implementations to the various controls. 2015-05-29 19:48:27 -04:00
init.c More object implementation mocking. Windows-specific common code. 2015-05-27 13:26:49 -04:00
label.c Added uiControlHandle() implementations to the various controls. 2015-05-29 19:48:27 -04:00
main.c Switch to explicit Unicode functions for DispatchMessage(). 2015-05-25 13:46:38 -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 Added uiControlHandle() implementations to the various controls. 2015-05-29 19:48:27 -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 Added uiControlHandle() implementations to the various controls. 2015-05-29 19:48:27 -04:00
slider.c Added uiControlHandle() implementations to the various controls. 2015-05-29 19:48:27 -04:00
spinbox.c Added uiControlHandle() implementations to the various controls. 2015-05-29 19:48:27 -04:00
stddialogs.c Added some basic messageboxes. 2015-05-23 15:07:16 -04:00
tab.c Added uiControlHandle() implementations to the various controls. 2015-05-29 19:48:27 -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