Pietro Gagliardi
|
b991496f83
|
Set up Windows containers to draw their parents as backgrounds again.
|
2015-05-24 14:50:25 -04:00 |
Pietro Gagliardi
|
ded1bf05de
|
Started standard dialogs. Added Open File dialog first.
|
2015-05-22 19:14:50 -04:00 |
Pietro Gagliardi
|
e7102c0c61
|
Set up the boilerplate for dialog boxes.
|
2015-05-22 17:41:36 -04:00 |
Pietro Gagliardi
|
a0dbad7c2a
|
Added an HWND parameter to all the event handlers. This is needed for radio buttons.
|
2015-05-21 14:52:21 -04:00 |
Pietro Gagliardi
|
96bd7013f8
|
Converted the WM_NOTIFY and WM_HSCROLL handlers to use the new windows/events.c system.
|
2015-05-21 11:29:25 -04:00 |
Pietro Gagliardi
|
6a6ddc61f9
|
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 |
Pietro Gagliardi
|
854f036197
|
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 |
Pietro Gagliardi
|
e1554c38ef
|
Handled window coordinates properly in resizes.
|
2015-05-18 12:04:52 -04:00 |
Pietro Gagliardi
|
d5a87a0be5
|
More compiler error fixes and TODOs.
|
2015-05-16 01:55:34 -04:00 |
Pietro Gagliardi
|
65cc67e0e1
|
Fixed some build errors.
|
2015-05-16 01:45:20 -04:00 |
Pietro Gagliardi
|
ab4c534360
|
Migrated windows/tab.c.
|
2015-05-15 18:54:13 -04:00 |
Pietro Gagliardi
|
883db84eaf
|
Some uipriv_windows.h cleanup.
|
2015-05-15 16:19:21 -04:00 |
Pietro Gagliardi
|
9c347fe57e
|
Added code which handles stuff for OS parents on Windows.
|
2015-05-14 12:49:22 -04:00 |
Pietro Gagliardi
|
2f657576ac
|
Wrote code for a new utility window in the Windows backend to replace the initialParent.
|
2015-05-14 11:19:52 -04:00 |
Pietro Gagliardi
|
4135de98f6
|
Added windows/resize.c to uipriv_windows.h.
|
2015-05-14 10:28:50 -04:00 |
Pietro Gagliardi
|
06cad86f55
|
More rewriting imports. Also moved ui.h to out/.
|
2015-05-14 09:43:52 -04:00 |