.. |
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 |
OLDtab.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -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
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
container.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
control.c
|
Moved everything back now that everything's been migrated. Now to test the build!
|
2015-05-30 21:31:28 -04:00 |
datetimepicker.c
|
More TODOs.
|
2015-06-01 16:16:01 -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
|
Properly saved window enable state in windows/dialoghelper.c.
|
2015-05-31 11:01:10 -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
|
Reimplemented uiGroup sizing. This gets rid of the need for windows/OLDgroup.c.
|
2015-06-01 18:45:37 -04:00 |
init.c
|
Added deallocation of type information to types.c. We are finally back to NOT crashing when quitting!!
|
2015-06-01 18:11:23 -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
|
Fixed some compiler warnings.
|
2015-05-30 22:18:30 -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
|
Fixed some compiler warnings.
|
2015-05-30 22:18:30 -04:00 |
slider.c
|
Made sliders transparent. This is the first change that requires MinGW-w64 4.0; adding a check for that comes next.
|
2015-06-01 16:21:34 -04:00 |
spinbox.c
|
Fixed errors in the previous commit.
|
2015-06-01 13:02:43 -04:00 |
stddialogs.c
|
Required MinGW-w64 4.0.0 or newer to build now.
|
2015-06-01 16:28:26 -04:00 |
tab.c
|
Finished uiTab destruction code.
|
2015-06-01 17:37:43 -04:00 |
tabpage.c
|
Fixed a use-after-free bug in windows/tabpage.c.
|
2015-06-01 19:09:13 -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
|
Finished uiTab destruction code.
|
2015-06-01 17:37:43 -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 |