.. |
GNUmakeinc.mk
|
Split the Windows API #defines and #includes into its own file winapi.h so resources.rc can include it.
|
2015-05-31 11:12:29 -04:00 |
alloc.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
button.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
checkbox.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
combobox.c
|
Some TODO resolution.
|
2015-06-02 13:21:27 -04:00 |
container.c
|
Forgot to make containers WS_EX_CONTROLPARENT; this fixes tab navigation hanging issues. Now we can implement the Z-order functions!
|
2015-06-02 17:28:23 -04:00 |
control.c
|
Installed the Z-order stuff into box.c; tab order is now correct. There are some loose ends, though.
|
2015-06-02 17:42:51 -04:00 |
datetimepicker.c
|
More TODOs, sigh...
|
2015-06-03 12:35:02 -04:00 |
debug.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
dialoghelper.c
|
More TODO resolution in windows/init.c.
|
2015-06-02 14:12:12 -04:00 |
entry.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
events.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
group.c
|
Some TODO resolution.
|
2015-06-01 22:12:39 -04:00 |
init.c
|
More TODO resolution in windows/init.c.
|
2015-06-02 14:12:12 -04:00 |
label.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
main.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
menu.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
parent.c
|
Temporarily turned off control background painting for wine.
|
2015-06-03 14:41:37 -04:00 |
progressbar.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
radiobuttons.c
|
Handled memory destruction for uiRadioButtons properly.
|
2015-06-01 18:06:15 -04:00 |
resize.c
|
Removed TODO for dequeueResize(); we won't add that.
|
2015-06-01 18:17:59 -04:00 |
resources.h
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
resources.rc
|
Split the Windows API #defines and #includes into its own file winapi.h so resources.rc can include it.
|
2015-05-31 11:12:29 -04:00 |
separator.c
|
Some separator work.
|
2015-06-02 18:48:41 -04:00 |
slider.c
|
More TODO resolution/shuffling.
|
2015-06-02 14:22:49 -04:00 |
spinbox.c
|
Some TODO resolution and stale TODO deletion in windows/spinbox.c. Also decided to keep defaultOnChanged() where it was.
|
2015-06-02 10:35:10 -04:00 |
stddialogs.c
|
TODO resolution and updates.
|
2015-06-03 12:10:08 -04:00 |
tab.c
|
Installed the Z-order stuff into box.c; tab order is now correct. There are some loose ends, though.
|
2015-06-02 17:42:51 -04:00 |
tabpage.c
|
Fixed tabDelete() not properly preserving the child control.
|
2015-06-01 21:14:30 -04:00 |
text.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
uipriv_windows.h
|
More TODO resolution in windows/init.c.
|
2015-06-02 14:12:12 -04:00 |
util.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
utilwin.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
winapi.h
|
Began moving the file dialogs to the new Common Item Dialog. Doesn't quite work yet.
|
2015-05-31 20:27:01 -04:00 |
window.c
|
Fixed some compiler warnings.
|
2015-05-30 22:18:30 -04:00 |