.. |
GNUmakeinc.mk
|
Started implementing uiSpinbox on Windows.
|
2015-05-19 12:32:14 -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
|
Finished the type system.
|
2015-05-17 19:07:07 -04:00 |
checkbox.c
|
Finished the type system.
|
2015-05-17 19:07:07 -04:00 |
container.c
|
Re-enabled events on Windows.
|
2015-05-18 09:52:37 -04:00 |
control.c
|
Reworked (most of) windows/control.c to play with the portable control base. Not too happy with having to store the uiControl in the singleHWND for the subclass procedure, but... I think I've reached the breaking point with this particular object-oriented model.
|
2015-05-18 22:32:22 -04:00 |
debug.c
|
More migration of files that don't need changes.
|
2015-05-15 16:17:28 -04:00 |
entry.c
|
Finished the type system.
|
2015-05-17 19:07:07 -04:00 |
group.c
|
Fixed groupbox-caused tab issues on Windows for now (uninitialized memory bug; will preoprly fix later).
|
2015-05-18 15:00:12 -04:00 |
init.c
|
Forgot to install InitCommonControlsEx() in the Windows code.
|
2015-05-19 12:01:45 -04:00 |
label.c
|
Finished the type system.
|
2015-05-17 19:07:07 -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
|
More compiler error fixes and TODOs.
|
2015-05-16 01:55:34 -04:00 |
resize.c
|
Handled window coordinates properly in resizes.
|
2015-05-18 12:04:52 -04:00 |
spinbox.c
|
Started implementing uiSpinbox on Windows.
|
2015-05-19 12:32:14 -04:00 |
tab.c
|
Fixed errors in the previous commit.
|
2015-05-18 15:27:56 -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
|
Handled window coordinates properly in resizes.
|
2015-05-18 12:04:52 -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 |