Pietro Gagliardi
|
e46822a9b1
|
More TODO resolution.
|
2015-09-01 16:10:29 -04:00 |
Pietro Gagliardi
|
099d15b638
|
More compiler issue fixing.
|
2015-09-01 07:21:18 -04:00 |
Pietro Gagliardi
|
7e11274e3a
|
Fixed very many compilation issues. There's a lot more left to fix, though...
|
2015-08-31 17:50:23 -04:00 |
Pietro Gagliardi
|
465d497cb6
|
Migrated all the single-HWND controls that don't have a child. Moment of truth time: do we require all controls to have a single HWND? Leaning toward yes.
|
2015-08-30 12:25:53 -04:00 |
Pietro Gagliardi
|
8213eac2d7
|
Moved everything up a directory level.
|
2015-08-27 12:05:11 -04:00 |
Pietro Gagliardi
|
f01b6303e9
|
Have controls whose size depends on their text request a resize on text changed. This fixes the TODO removed in the previous commit. Also removed the single-HWND control text functions and added more TODOs.
|
2015-06-03 15:49:44 -04:00 |
Pietro Gagliardi
|
4edef818b9
|
Split apart the uiControl text stuff in the same way the other uiControl functions are split in windows/control.c. This is a prerequisite for autoresizing on text change. Also simplified the title handling code in windows/window.c; it can use these functions too.
|
2015-06-03 14:55:33 -04:00 |
Pietro Gagliardi
|
c0c6aef610
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
Pietro Gagliardi
|
8f28577148
|
Moved (most) Windows files that were already good.
|
2015-05-30 19:14:20 -04:00 |
Pietro Gagliardi
|
75b7e66d9e
|
More fixes.
|
2015-05-29 20:30:56 -04:00 |
Pietro Gagliardi
|
af4c9ae0c9
|
Added uiControlHandle() implementations to the various controls.
|
2015-05-29 19:48:27 -04:00 |
Pietro Gagliardi
|
6dba84b99b
|
Started doing a migration of the many many many controls over to the new object system.
|
2015-05-29 18:03:24 -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
|
cbdaa780ff
|
Started removing onWM_HSCROLL from uiWindowsMakeControlsParams.
|
2015-05-21 12:43:40 -04:00 |
Pietro Gagliardi
|
50c7adf597
|
Removed onWM_NOTIFY from uiWIndowsMakeControlParams.
|
2015-05-21 12:39:19 -04:00 |
Pietro Gagliardi
|
12b4d0a7c0
|
Removed onWM_COMMAND from uiWindowsMakeControlParams.
|
2015-05-21 12:07:11 -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
|
97cb70527e
|
Finished the type system.
|
2015-05-17 19:07:07 -04:00 |
Pietro Gagliardi
|
1307bbdfcc
|
More dynamic typing work.
|
2015-05-17 18:33:18 -04:00 |
Pietro Gagliardi
|
bc9b995c4c
|
Moved the basic controls back to the new Windows backend. More file clearout.
|
2015-05-15 16:14:22 -04:00 |