libui/windows
Pietro Gagliardi d8316790a0 More notes. 2017-01-21 10:21:39 -05:00
..
CMakeLists.txt 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
_old_drawtext.cpp Fixed compile errors. Jesus. 2017-01-20 03:24:06 -05:00
_uipriv_migrate.hpp 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
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 More notes. 2017-01-21 10:21:39 -05:00
dwrite.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
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 Removed most of the intmax_ts, which are all MinimumSize()s. 2016-06-13 21:54:15 -04:00
fontdialog.cpp Fixed the MinGW ABI stuff again... 2016-06-05 16:07:40 -04:00
form.cpp Fixed leaking issues with the previous commit. 2016-06-15 12:04:11 -04:00
graphemes.cpp Added a debugging guide for Windows. Will have to investigate this more, because I can't find any information online that suggests Direct2D should not respect clipping when drawing text :S Also more TODOs. 2017-01-20 12:46:00 -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 Some TODO resolution. 2016-05-22 13:09:13 -04: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 Started removing intmax_ts, first with uipriv_windows.hpp. 2016-06-13 21:47:04 -04: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 migrated the Unix grapheme code for the new attributed string system. 2016-12-03 18:54:19 -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 Tried to set up Windows static linking. 2016-05-29 12:00:55 -04: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