libui/windows
Pietro Gagliardi 4afebf4d8e Try again again. 2019-04-03 10:20:07 -04:00
..
_rc2bin And removed the rc file copying stuff from CMakeLists.txt. I wonder if this fixes the msbuild generators in cmake, so let's find out... 2018-05-02 23:04:43 -04:00
_uipriv_migrate.hpp
alloc.cpp
area.cpp
area.hpp
areadraw.cpp
areaevents.cpp
areascroll.cpp
areautil.cpp
attrstr.cpp
attrstr.hpp Decided to keep attrstr.h for now; removed extern "C" hack from attrstr.hpp on Windows and moved it into attrstr.h. Let's merge back. 2018-04-18 00:54:24 -04:00
box.cpp
button.cpp
checkbox.cpp
colorbutton.cpp
colordialog.cpp And the color dialog. All done! Now we just need to clean up and remove the kludge. 2018-05-02 21:13:35 -04:00
combobox.cpp
compilerver.hpp Cleanup of previous merge, including TODOs and massive infodumps. 2018-04-30 21:55:54 -04:00
container.cpp
control.cpp
d2dscratch.cpp
datetimepicker.cpp Cleaned up from the previous merge and added it to the README. 2018-05-13 12:05:09 -04:00
debug.cpp Fixed VS2017 build for now. 2019-04-03 10:05:00 -04:00
draw.cpp
draw.hpp
drawmatrix.cpp
drawpath.cpp
drawtext.cpp
dwrite.cpp
editablecombo.cpp More work on winrebarexplorertheme.cpp, including the boilerplate for custom draw. More TODOs in general. 2018-10-11 22:19:10 -04:00
entry.cpp
events.cpp
fontbutton.cpp
fontdialog.cpp Try again again. 2019-04-03 10:20:07 -04:00
fontmatch.cpp
form.cpp
graphemes.cpp struct graphemes -> uiprivGraphemes. Also deleted OLD_uipriv.h now that that one is settled. 2018-04-15 22:43:14 -04:00
grid.cpp
group.cpp
image.cpp Sigh MinGW 2018-09-01 20:03:15 -04:00
init.cpp Try again again. 2019-04-03 10:20:07 -04:00
label.cpp
libui.manifest
main.cpp Cleaned up timers in uiUninit() on GTK+. Update #395. 2018-08-09 04:49:07 -04:00
menu.cpp
meson.build Clean up specification of Windows dependency listp also suggested by TheQwertiest in freenode #mesonbuild. Also more TODOs. 2019-03-29 11:03:07 -04:00
multilineentry.cpp Fixed a typo that led to CRLF bugs in uiMultilineEntry on Windows. Thanks to @mimecorg for spotting it. 2018-05-28 13:38:36 -04:00
notes
opentype.cpp
parent.cpp
progressbar.cpp
radiobuttons.cpp
resources.hpp
resources.rc And the color dialog. All done! Now we just need to clean up and remove the kludge. 2018-05-02 21:13:35 -04:00
separator.cpp
sizing.cpp
slider.cpp
spinbox.cpp
stddialogs.cpp
tab.cpp
table.cpp More TODOs. 2018-07-28 13:57:20 -04:00
table.hpp Fixed up AddColumn parameter and private fields names; made them consistent. 2018-06-24 09:52:01 -04:00
tabledispinfo.cpp Turned the direct method calls on uiTableModel into functions to make the call sites look a bit cleaner. More stuff will go into common/tablemodel.c... 2018-06-23 23:35:42 -04:00
tabledraw.cpp Cleaned up color access across platforms. 2018-06-24 14:22:05 -04:00
tableediting.cpp Deduplicated editable logic across platforms. 2018-06-24 11:41:19 -04:00
tablemetrics.cpp Integrated tablemetrics.cpp with tabledraw.cpp. 2018-06-20 18:03:56 -04:00
tabpage.cpp Removed rcTabPageDIalog from the resources. Also removed CRs from the out file. Need to fix that generator... 2018-05-02 20:17:08 -04:00
text.cpp
uipriv_windows.hpp Cleaned up timers in uiUninit() on Windows. Update #395. 2018-08-09 04:29:16 -04:00
utf16.cpp Cleanup of previous merge, including TODOs and massive infodumps. 2018-04-30 21:55:54 -04:00
utilwin.cpp Cleaned up timers in uiUninit() on Windows. Update #395. 2018-08-09 04:29:16 -04:00
winapi.hpp Started a more flexible indeterminate-state implementation. Now to build and test it. 2018-06-16 19:05:36 -04:00
window.cpp
winpublic.cpp
winutil.cpp