.. |
GNUmakeinc.mk
|
Moved the old box.c to windows/box.c and updated all the Makefiles.
|
2015-06-30 01:06:36 -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
|
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 |
checkbox.c
|
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 |
combobox.c
|
Some TODO resolution.
|
2015-06-02 13:21:27 -04:00 |
compilerver.h
|
Added more robust compiler version verification to the Windows code, including a minimum version of MSVC for logging utilities.
|
2015-06-09 12:16:59 -04:00 |
container.c
|
This commit message intentionally left blank.
|
2015-06-06 16:01:32 -04:00 |
control.c
|
More TODO resolution.
|
2015-06-05 17:12:51 -04:00 |
datetimepicker.c
|
This commit message intentionally left blank.
|
2015-06-06 16:01:32 -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.
|
2015-06-05 17:12:51 -04:00 |
entry.c
|
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 |
events.c
|
Implemented WM_WININICHANGE forwarding for the date/time picker. Right now, it only has an effect for the built-in styles. The same change for the date/time picker itself will come next.
|
2015-06-04 10:47:24 -04:00 |
group.c
|
More TODO resolution. uiGroup API finished.
|
2015-06-05 17:31:15 -04:00 |
init.c
|
Removed a TODO related to shutdown-type cleanup. We can't rely on it.
|
2015-06-08 21:18:26 -04:00 |
label.c
|
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 |
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
|
This commit message intentionally left blank.
|
2015-06-06 16:01:32 -04:00 |
progressbar.c
|
Quashed Aero progressbar issues.
|
2015-06-08 03:56:17 -04:00 |
radiobuttons.c
|
Decided not to have a vertical space between radiobuttons.
|
2015-06-05 17:16:03 -04:00 |
resize.c
|
More TODO resolution.
|
2015-06-05 17:12:51 -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
|
Added DS_CONTROL to the tab page dialog. It's more correct, but it doesn't fix the hanging bug :(
|
2015-06-07 22:21:08 -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
|
This commit message intentionally left blank.
|
2015-06-06 16:01:32 -04:00 |
stddialogs.c
|
Got rid of the TaskDialog() linker kludge. This will require a version of MinGW-w64 newer than available; there's a patch I need to submit for approval for that.
|
2015-06-07 14:05:18 -04:00 |
tab.c
|
Updated some TODOs.
|
2015-06-07 21:28:40 -04:00 |
tabpage.c
|
Overdue change: handled WM_PRINTCLIENT in uiWindow.
|
2015-06-07 22:06:41 -04:00 |
text.c
|
Removed a TODO about Vista-specific options for Windows text functions; there are none relevent to us.
|
2015-06-04 15:05:47 -04:00 |
uipriv_windows.h
|
Added more robust compiler version verification to the Windows code, including a minimum version of MSVC for logging utilities.
|
2015-06-09 12:16:59 -04:00 |
util.c
|
Revert "Added more robust debugger logging to the Windows backend, PROPERLY this time."
|
2015-06-09 18:08:41 -04:00 |
utilwin.c
|
Added a framework for handling WM_WININICHANGE to child windows; this will be used by the date-time picker.
|
2015-06-04 00:26:13 -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
|
Overdue change: handled WM_PRINTCLIENT in uiWindow.
|
2015-06-07 22:06:41 -04:00 |