.. |
GNUmakeinc.mk
|
Started a major overhaul of the control system on Windows. Events are now handled using registered handlers rather than having them be part of the singleHWND. This is needed for radio buttons. Right now, only WM_COMMAND has been modified as such.
|
2015-05-20 22:46: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 onWM_HSCROLL to the Windows control creation parameters since sliders will be using it; also did other assorted preparations for sliders.
|
2015-05-19 23:16:46 -04:00 |
checkbox.c
|
Added onWM_HSCROLL to the Windows control creation parameters since sliders will be using it; also did other assorted preparations for sliders.
|
2015-05-19 23:16:46 -04:00 |
combobox.c
|
Added basic uiComboboxes.
|
2015-05-20 17:09:58 -04:00 |
container.c
|
Added onWM_HSCROLL to the Windows control creation parameters since sliders will be using it; also did other assorted preparations for sliders.
|
2015-05-19 23:16:46 -04:00 |
control.c
|
Converted the WM_NOTIFY and WM_HSCROLL handlers to use the new windows/events.c system.
|
2015-05-21 11:29:25 -04:00 |
debug.c
|
More migration of files that don't need changes.
|
2015-05-15 16:17:28 -04:00 |
entry.c
|
Added onWM_HSCROLL to the Windows control creation parameters since sliders will be using it; also did other assorted preparations for sliders.
|
2015-05-19 23:16:46 -04:00 |
events.c
|
Converted the WM_NOTIFY and WM_HSCROLL handlers to use the new windows/events.c system.
|
2015-05-21 11:29:25 -04:00 |
group.c
|
Added onWM_HSCROLL to the Windows control creation parameters since sliders will be using it; also did other assorted preparations for sliders.
|
2015-05-19 23:16:46 -04:00 |
init.c
|
Added onWM_HSCROLL to the Windows control creation parameters since sliders will be using it; also did other assorted preparations for sliders.
|
2015-05-19 23:16:46 -04:00 |
label.c
|
Added onWM_HSCROLL to the Windows control creation parameters since sliders will be using it; also did other assorted preparations for sliders.
|
2015-05-19 23:16:46 -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
|
Converted the WM_NOTIFY and WM_HSCROLL handlers to use the new windows/events.c system.
|
2015-05-21 11:29:25 -04:00 |
progressbar.c
|
Added onWM_HSCROLL to the Windows control creation parameters since sliders will be using it; also did other assorted preparations for sliders.
|
2015-05-19 23:16:46 -04:00 |
radiobuttons.c
|
Started radiobutton work. This event model isn't going to work.
|
2015-05-20 17:52:21 -04:00 |
resize.c
|
Handled window coordinates properly in resizes.
|
2015-05-18 12:04:52 -04:00 |
separator.c
|
Added uiSeparator.
|
2015-05-20 14:08:34 -04:00 |
slider.c
|
More slider work.
|
2015-05-20 13:43:29 -04:00 |
spinbox.c
|
More spinbox and slider work.
|
2015-05-20 13:25:45 -04:00 |
tab.c
|
Added onWM_HSCROLL to the Windows control creation parameters since sliders will be using it; also did other assorted preparations for sliders.
|
2015-05-19 23:16:46 -04:00 |
text.c
|
Brought init.c, text.c, and util.c back on Windows. Migrated util.c; still need to do init.c.
|
2015-05-15 21:09:13 -04:00 |
uipriv_windows.h
|
Converted the WM_NOTIFY and WM_HSCROLL handlers to use the new windows/events.c system.
|
2015-05-21 11:29: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
|
Converted uiSizing to a dynamically allocated structure. This will be needed for handling coordinate conversion.
|
2015-05-18 11:46:50 -04:00 |