.. |
CMakeLists.txt
|
And readded uiFontButton on Windows. Woo! Now we have to deal with styles.
|
2017-02-11 17:08:05 -05:00 |
_old_drawtext.cpp
|
Fixed compile errors. Jesus.
|
2017-01-20 03:24:06 -05:00 |
_uipriv_migrate.hpp
|
And readded uiFontButton on Windows. Woo! Now we have to deal with styles.
|
2017-02-11 17:08:05 -05:00 |
alloc.cpp
|
Started Windows TODO resolution.
|
2016-05-29 13:07:48 -04:00 |
area.cpp
|
Started the process of splitting the table code into a separate branch.
|
2016-11-27 17:34:40 -05:00 |
area.hpp
|
Got rid of the last bit of intmax_t. Now to verify everything.
|
2016-06-13 22:00:18 -04:00 |
areadraw.cpp
|
Implemented WM_PRINTCLIENT for uiArea and the Direct2D scratch windows.
|
2016-05-22 16:16:20 -04:00 |
areaevents.cpp
|
Wrote much of the new text layout code on Windows. Now to test.
|
2017-01-19 21:13:03 -05:00 |
areascroll.cpp
|
Got rid of the last bit of intmax_t. Now to verify everything.
|
2016-06-13 22:00:18 -04:00 |
areautil.cpp
|
Fixed the MinGW ABI stuff again...
|
2016-06-05 16:07:40 -04:00 |
box.cpp
|
Fixed uiBox hidden control nonsense on Windows. FINALLY.
|
2016-06-14 16:06:39 -04:00 |
button.cpp
|
Removed most of the intmax_ts, which are all MinimumSize()s.
|
2016-06-13 21:54:15 -04:00 |
checkbox.cpp
|
Removed most of the intmax_ts, which are all MinimumSize()s.
|
2016-06-13 21:54:15 -04:00 |
colorbutton.cpp
|
Removed most of the intmax_ts, which are all MinimumSize()s.
|
2016-06-13 21:54:15 -04:00 |
colordialog.cpp
|
Fixed the MinGW ABI stuff again...
|
2016-06-05 16:07:40 -04:00 |
combobox.cpp
|
More intmax_t removal.
|
2016-06-13 21:05:40 -04:00 |
compilerver.hpp
|
Started the Windows cmake stuff and tried to get it to work on MinGW again.
|
2016-06-01 21:45:39 -04:00 |
container.cpp
|
Got rid of the last bit of intmax_t. Now to verify everything.
|
2016-06-13 22:00:18 -04:00 |
control.cpp
|
Implemented visibility change detection on Windows. Now to refine the actual implementation of hidden controls.
|
2016-06-14 15:55:24 -04:00 |
d2dscratch.cpp
|
Fixed the MinGW ABI stuff again...
|
2016-06-05 16:07:40 -04:00 |
datetimepicker.cpp
|
Removed most of the intmax_ts, which are all MinimumSize()s.
|
2016-06-13 21:54:15 -04:00 |
debug.cpp
|
Some TODO cleanup. Started changing long-term TODOs to say LONGTERM instead.
|
2016-05-22 18:37:53 -04:00 |
draw.cpp
|
Finally wrote makeDCRenderTarget() for the Windows backend. Now to use it.
|
2016-05-22 15:59:23 -04:00 |
draw.hpp
|
A lot more drawing migration on Windows. With that done, though, we can finally do this...
|
2016-05-05 21:49:50 -04:00 |
drawmatrix.cpp
|
Switched from using M_PI to a named constant uiPi.
|
2016-05-22 12:00:44 -04:00 |
drawpath.cpp
|
Added some TODOs and started the work necessary for the Windows text system migration... which is gonna hurt.
|
2017-01-17 23:25:26 -05:00 |
drawtext.cpp
|
And implemented the new stuff on Windows.
|
2017-02-11 21:54:06 -05:00 |
dwrite.cpp
|
And readded uiFontButton on Windows. Woo! Now we have to deal with styles.
|
2017-02-11 17:08:05 -05:00 |
editablecombo.cpp
|
Removed most of the intmax_ts, which are all MinimumSize()s.
|
2016-06-13 21:54:15 -04:00 |
entry.cpp
|
Removed most of the intmax_ts, which are all MinimumSize()s.
|
2016-06-13 21:54:15 -04:00 |
events.cpp
|
Started the Windows cmake stuff and tried to get it to work on MinGW again.
|
2016-06-01 21:45:39 -04:00 |
fontbutton.cpp
|
And readded uiFontButton on Windows. Woo! Now we have to deal with styles.
|
2017-02-11 17:08:05 -05:00 |
fontdialog.cpp
|
And readded uiFontButton on Windows. Woo! Now we have to deal with styles.
|
2017-02-11 17:08:05 -05:00 |
form.cpp
|
Fixed leaking issues with the previous commit.
|
2016-06-15 12:04:11 -04:00 |
graphemes.cpp
|
Gave up and rewrote Windows graphemes.cpp to use CharNextW() instead of Uniscribe, since I can't manage Uniscribe memory properly, it seems. The CharNextW() bug is relatively painless to work around anyway. Next commit will drop Uniscribe from the headers and build system.
|
2017-02-10 22:12:37 -05:00 |
grid.cpp
|
I don't know what's up. Fix a leak anyway.
|
2016-06-14 23:03:40 -04:00 |
group.cpp
|
Implemented visibility change detection on Windows. Now to refine the actual implementation of hidden controls.
|
2016-06-14 15:55:24 -04:00 |
init.cpp
|
Fixed a latent bug in uiFreeInitError() on Windows.
|
2016-10-15 01:21:04 -04:00 |
label.cpp
|
Removed most of the intmax_ts, which are all MinimumSize()s.
|
2016-06-13 21:54:15 -04:00 |
libui.manifest
|
Added Windows 7 compatibility to the manifest.
|
2015-12-31 19:58:03 -05:00 |
main.cpp
|
Improved uiMainSteps().
|
2016-06-17 09:22:31 -04:00 |
menu.cpp
|
Got rid of the last bit of intmax_t. Now to verify everything.
|
2016-06-13 22:00:18 -04:00 |
multilineentry.cpp
|
Removed most of the intmax_ts, which are all MinimumSize()s.
|
2016-06-13 21:54:15 -04:00 |
notes
|
More notes.
|
2015-11-27 12:35:23 -05:00 |
parent.cpp
|
Fixed all compiiler errors. Now for runtime errors!
|
2016-04-29 17:08:31 -04:00 |
progressbar.cpp
|
Fixed up the progressbar changes.
|
2016-06-16 17:43:04 -04:00 |
radiobuttons.cpp
|
More intmax_t removal.
|
2016-06-13 21:05:40 -04:00 |
resources.hpp
|
Pinned down resource numbers now.
|
2016-06-04 14:36:55 -04:00 |
resources.rc
|
Pinned down resource numbers now.
|
2016-06-04 14:36:55 -04:00 |
separator.cpp
|
Added uiNewVerticalSeparator().
|
2016-06-17 11:02:17 -04:00 |
sizing.cpp
|
More TODOs.
|
2017-01-27 15:39:24 -05:00 |
slider.cpp
|
More intmax_t elminiation.
|
2016-06-13 20:55:50 -04:00 |
spinbox.cpp
|
More intmax_t elminiation.
|
2016-06-13 20:55:50 -04:00 |
stddialogs.cpp
|
Finished the re-disabling of all windows on Windows dialogs.
|
2016-05-15 19:38:45 -04:00 |
tab.cpp
|
Implemented visibility change detection on Windows. Now to refine the actual implementation of hidden controls.
|
2016-06-14 15:55:24 -04:00 |
tabpage.cpp
|
Corrected ambiguous wording in a comment.
|
2017-01-29 21:51:27 -05:00 |
text.cpp
|
Removed intmax_t from the rest of the public API.
|
2016-06-13 21:23:05 -04:00 |
uipriv_windows.hpp
|
And readded uiFontButton on Windows. Woo! Now we have to deal with styles.
|
2017-02-11 17:08:05 -05:00 |
utf16.cpp
|
Fixed compile errors. Jesus.
|
2017-01-20 03:24:06 -05:00 |
utilwin.cpp
|
More TODO resolution and elimination and delegation and explanation.
|
2016-05-29 19:55:53 -04:00 |
winapi.hpp
|
Removed Uniscribe from the Windows build process and header file list. Also more TODOs. Next major goal: reinstating the font button.
|
2017-02-10 22:22:47 -05:00 |
window.cpp
|
More removal.
|
2016-10-22 19:31:57 -04:00 |
winpublic.cpp
|
Removed intmax_t from the rest of the public API.
|
2016-06-13 21:23:05 -04:00 |
winutil.cpp
|
Started removing intmax_ts, first with uipriv_windows.hpp.
|
2016-06-13 21:47:04 -04:00 |