.. |
GNUmakeinc.mk
|
Finished the initial run of box.c and GNUmakefile. Now to finally test the build which will break miserably! :D
|
2015-08-31 17:05:50 -04:00 |
alloc.c
|
Moved back a whole bunch of Windows files.
|
2015-08-31 12:45:53 -04:00 |
box.c
|
More boilerplate for uiTab parent changes: added a way to rearrange the Z-order of the current control.
|
2015-09-02 12:59:57 -04:00 |
button.c
|
More compiler issue fixing.
|
2015-09-01 07:21:18 -04:00 |
checkbox.c
|
More TODO resolution.
|
2015-09-01 16:10:29 -04:00 |
child.c
|
Made uiTab pages siblings of the tab control itself rather than children. This is more correct.
|
2015-09-02 13:19:34 -04:00 |
combobox.c
|
Fixed very many compilation issues. There's a lot more left to fix, though...
|
2015-08-31 17:50:23 -04:00 |
compilerver.h
|
Moved back a whole bunch of Windows files.
|
2015-08-31 12:45:53 -04:00 |
container.c
|
Fixed linker errors. Now for runtime errors.
|
2015-09-01 07:33:13 -04:00 |
control.c
|
More boilerplate for uiTab parent changes: added a way to rearrange the Z-order of the current control.
|
2015-09-02 12:59:57 -04:00 |
datetimepicker.c
|
Fixed very many compilation issues. There's a lot more left to fix, though...
|
2015-08-31 17:50:23 -04:00 |
debug.c
|
Moved back a whole bunch of Windows files.
|
2015-08-31 12:45:53 -04:00 |
dialoghelper.c
|
Moved back a whole bunch of Windows files.
|
2015-08-31 12:45:53 -04:00 |
entry.c
|
More compiler issue fixing.
|
2015-09-01 07:21:18 -04:00 |
events.c
|
Moved back a whole bunch of Windows files.
|
2015-08-31 12:45:53 -04:00 |
group.c
|
More boilerplate for uiTab parent changes: added a way to rearrange the Z-order of the current control.
|
2015-09-02 12:59:57 -04:00 |
init.c
|
Moved back a whole bunch of Windows files.
|
2015-08-31 12:45:53 -04:00 |
label.c
|
More compiler issue fixing.
|
2015-09-01 07:21:18 -04:00 |
main.c
|
More migration. Just control.c left, and then we can build.
|
2015-08-31 15:14:02 -04:00 |
menu.c
|
More compiler issue fixing.
|
2015-09-01 07:21:18 -04:00 |
parent.c
|
Started work on reimplementing Windows API controls with parents. This handles uiGroup. Need to add child.c next.
|
2015-08-30 18:38:22 -04:00 |
progressbar.c
|
Fixed very many compilation issues. There's a lot more left to fix, though...
|
2015-08-31 17:50:23 -04:00 |
radiobuttons.c
|
Removed the obsolete HasTabStops() from the Windows backend. It was needed for uiTab due to the incorrect way it worked before; soon I will make it the correct way, and we won't need it.
|
2015-09-02 09:39:21 -04:00 |
resize.c
|
Some TODO resolution.
|
2015-09-01 13:51:25 -04:00 |
resources.h
|
Moved back a whole bunch of Windows files.
|
2015-08-31 12:45:53 -04:00 |
resources.rc
|
Moved back a whole bunch of Windows files.
|
2015-08-31 12:45:53 -04:00 |
separator.c
|
Fixed very many compilation issues. There's a lot more left to fix, though...
|
2015-08-31 17:50:23 -04:00 |
slider.c
|
Fixed very many compilation issues. There's a lot more left to fix, though...
|
2015-08-31 17:50:23 -04:00 |
spinbox.c
|
Removed the obsolete HasTabStops() from the Windows backend. It was needed for uiTab due to the incorrect way it worked before; soon I will make it the correct way, and we won't need it.
|
2015-09-02 09:39:21 -04:00 |
stddialogs.c
|
Moved back a whole bunch of Windows files.
|
2015-08-31 12:45:53 -04:00 |
tab.c
|
Made uiTab pages siblings of the tab control itself rather than children. This is more correct.
|
2015-09-02 13:19:34 -04:00 |
tabpage.c
|
Fixed a whole bunch of sizing issues on the Windows backend.
|
2015-09-01 11:46:53 -04:00 |
text.c
|
Moved back a whole bunch of Windows files.
|
2015-08-31 12:45:53 -04:00 |
uipriv_windows.h
|
Implemented z-ordering on uiBox.
|
2015-09-02 09:36:53 -04:00 |
util.c
|
Set up the framework for handling Z-order and control IDs. Not actually used yet; we'll do that next.
|
2015-09-01 21:36:33 -04:00 |
utilwin.c
|
More migration.
|
2015-08-31 13:37:56 -04:00 |
winapi.h
|
Moved back a whole bunch of Windows files.
|
2015-08-31 12:45:53 -04:00 |
window.c
|
More boilerplate for uiTab parent changes: added a way to rearrange the Z-order of the current control.
|
2015-09-02 12:59:57 -04:00 |