libui/windows
Pietro Gagliardi 4a57b15d09 Renamed the common options variable to uiprivOptions. 2018-04-15 15:49:45 -04:00
..
CMakeLists.txt And fixed the CMakeLists.txt. Now to build. 2018-03-17 14:50:10 -04:00
_uipriv_migrate.hpp Moved the old Windows text code out of the way. 2018-03-11 21:04:38 -04:00
alloc.cpp Ugh of course I screwed up the malloc() test. Fixed a crash on GTK+ since I guess OS X malloc() autofills to 0? 2017-02-20 15:14:53 -05: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
attrstr.cpp Cleaned up memory management in windows attrstr.cpp; also got rid of the logHRESULT(HELP) I was using in case DirectWrite doesn't return NULL+S_OK on a nonexistent drawing effect (thankfully it does). 2018-03-17 21:26:34 -04:00
attrstr.hpp "Migrated" dwrite.cpp back. Not much to say here; it'll do for now. 2018-03-17 14:44:38 -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 Moved the old Windows text code out of the way. 2018-03-11 21:04:38 -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 Removed the NumLines and LineByteRange functions for now; I'll count them under extents. 2018-03-17 21:05:05 -04:00
dwrite.cpp Fixed build errors. Now to test. 2018-03-17 15:49:00 -04: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 Added a uiFreeFontButtonFont() function to free resources allocated by uiFontButtonFont(), implemented it on Windows, and integrated it into the drawtext example. I'm going to continue chipping away at the Windows code for a bit longer, so I'll add this to the other platforms later. 2018-03-17 23:07:40 -04:00
fontdialog.cpp Fixed build errors. Now to test. 2018-03-17 15:49:00 -04:00
fontmatch.cpp Fixed build errors. Now to test. 2018-03-17 15:49:00 -04:00
form.cpp Fixed leaking issues with the previous commit. 2016-06-15 12:04:11 -04:00
graphemes.cpp Migrated graphemes.cpp and opentype.cpp back. 2018-03-11 21:17:39 -04: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 Renamed the common options variable to uiprivOptions. 2018-04-15 15:49:45 -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
opentype.cpp Fixed build errors. Now to test. 2018-03-17 15:49:00 -04: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 More TODOs. 2017-05-30 22:57:38 -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 TODOs. 2017-02-21 16:06:29 -05: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 Likewise codified uiprivStricmp(). Honestly this will probably do for the Windows code for now... 2018-03-17 23:22:17 -04:00
uipriv_windows.hpp Moved the old Windows text code out of the way. 2018-03-11 21:04:38 -04:00
utf16.cpp Fixed compile errors. Jesus. 2017-01-20 03:24:06 -05:00
utilwin.cpp More TODOs. 2017-08-20 05:30:36 -04:00
winapi.hpp Finished migrating attrstr.cpp. 2018-03-13 22:01:15 -04:00
window.cpp Improved the comment in the previous commit. 2018-02-17 12:56:47 -05: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