libui/windows
Pietro Gagliardi 81a82723d0 Fixed the Windows code to run after the recent changes. Now to decide whether to clean it up like we did the OS X code... 2017-05-30 16:57:25 -04:00
..
CMakeLists.txt Implemented the new opentype.cpp on Windows. 2017-05-17 15:57:39 -04: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 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
areadraw.cpp
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
areautil.cpp
attrstr.cpp Fixed the Windows code to run after the recent changes. Now to decide whether to clean it up like we did the OS X code... 2017-05-30 16:57:25 -04:00
box.cpp
button.cpp
checkbox.cpp
colorbutton.cpp
colordialog.cpp
combobox.cpp
compilerver.hpp
container.cpp
control.cpp
d2dscratch.cpp
datetimepicker.cpp
debug.cpp
draw.cpp
draw.hpp And finished implementing attributes on Windows. 2017-02-22 19:13:36 -05:00
drawmatrix.cpp
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 fixed on Windows too. We're good. 2017-02-25 01:24:43 -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
entry.cpp
events.cpp
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 Added debugging to our custom IDWriteTextRenderer. 2017-02-22 11:23:26 -05:00
form.cpp
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
group.cpp
init.cpp Fixed a latent bug in uiFreeInitError() on Windows. 2016-10-15 01:21:04 -04:00
label.cpp
libui.manifest
main.cpp Improved uiMainSteps(). 2016-06-17 09:22:31 -04:00
menu.cpp
multilineentry.cpp
notes
opentype.cpp Fixed the Windows code to run after the recent changes. Now to decide whether to clean it up like we did the OS X code... 2017-05-30 16:57:25 -04:00
parent.cpp
progressbar.cpp
radiobuttons.cpp
resources.hpp
resources.rc
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
spinbox.cpp More TODOs. 2017-02-21 16:06:29 -05:00
stddialogs.cpp
tab.cpp
tabpage.cpp Corrected ambiguous wording in a comment. 2017-01-29 21:51:27 -05:00
text.cpp
uipriv_windows.hpp Fixed the Windows code to run after the recent changes. Now to decide whether to clean it up like we did the OS X code... 2017-05-30 16:57:25 -04:00
utf16.cpp Fixed compile errors. Jesus. 2017-01-20 03:24:06 -05:00
utilwin.cpp Updated a stale comment. 2017-05-28 21:55:10 -04:00
winapi.hpp More text attributes on Windows, including the beginning of drawing effects for colors and underlines. 2017-02-22 15:19:11 -05:00
window.cpp More removal. 2016-10-22 19:31:57 -04:00
winpublic.cpp
winutil.cpp