libui/windows
Pietro Gagliardi 97ab0b36e0 A few more positioning bugs fixed and TODOs. I guess we can merge this now! (The redraw bugs will have to wait.) 2016-04-29 17:41:17 -04:00
..
GNUfiles.mk Got rid of child.cpp. Yay. :D 2016-04-29 12:22:06 -04:00
GNUinstall.mk Various fixes around makefiles 2016-01-01 23:19:14 +01:00
GNUosspecific.mk Set up saner handling of sonames at build time. 2016-01-05 11:51:36 -05:00
_uipriv_migrate.hpp Migrated tabpage.cpp. 2016-04-27 12:41:30 -04:00
alloc.cpp Fixed some things so far. It looks like I can't have __FILE__, etc. turned into wide strings because the way to do so works *ahead of time* :| Have to restructure debug.cpp. 2016-04-23 17:31:59 -04:00
area.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
area.hpp Fixed the other compiler and linker errors. We have a build! But does it work? If it does it's time to really tune this rewrite down. 2016-04-24 00:33:42 -04:00
areadraw.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
areaevents.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
areascroll.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
areautil.cpp Converted the uiArea files to C++. Now to fill in the header files... 2016-04-23 15:39:51 -04:00
box.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
button.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
checkbox.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
combobox.cpp More conversions. Almost done! 2016-04-29 13:50:08 -04:00
compilerver.hpp Moved most of the headers to C++. 2016-04-20 19:39:20 -04:00
container.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
control.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
d2dscratch.cpp Did a proper migration of d2dscratch.c. 2016-04-23 11:50:47 -04:00
datetimepicker.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
debug.cpp Fixed the other compiler and linker errors. We have a build! But does it work? If it does it's time to really tune this rewrite down. 2016-04-24 00:33:42 -04:00
draw.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
drawtext.cpp More compiler error fixes. 2016-04-23 22:15:33 -04:00
dwrite.cpp More compiler error fixes. 2016-04-23 22:15:33 -04:00
entry.cpp More conversions. Almost done! 2016-04-29 13:50:08 -04:00
events.cpp Fixed a simple typo. IT WORKS! Also shortened one of the debug log messages. 2016-04-24 00:54:31 -04:00
fontbutton.cpp More conversions. Almost done! 2016-04-29 13:50:08 -04:00
fontdialog.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
group.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
init.cpp Removed common type code. 2016-04-24 15:08:48 -04:00
label.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
libui.manifest Added Windows 7 compatibility to the manifest. 2015-12-31 19:58:03 -05:00
main.cpp More fixes. Halfway through the alphabet now. 2016-04-23 22:29:54 -04:00
menu.cpp Applied the new type system to the Windows backend and fixed some more C++ stupidity related to it. 2016-04-24 17:38:48 -04:00
multilineentry.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -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 More conversions. Almost done! 2016-04-29 13:50:08 -04:00
radiobuttons.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
resources.hpp Moved most of the headers to C++. 2016-04-20 19:39:20 -04:00
resources.rc Moved most of the headers to C++. 2016-04-20 19:39:20 -04:00
separator.cpp Migrated the rest of the controls. Ready for this build to completely fall apart? 2016-04-29 14:12:01 -04:00
sizing.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
slider.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
spinbox.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
stddialogs.cpp Migrated stddialogs.c. 2016-04-22 17:49:14 -04:00
tab.cpp Fixed the few runtime errors there were. It works! There's a bit of a drawing issue on some controls, though... 2016-04-29 17:33:56 -04:00
tabpage.cpp A few more positioning bugs fixed and TODOs. I guess we can merge this now! (The redraw bugs will have to wait.) 2016-04-29 17:41:17 -04:00
text.cpp Fixed the other compiler and linker errors. We have a build! But does it work? If it does it's time to really tune this rewrite down. 2016-04-24 00:33:42 -04:00
uipriv_windows.hpp Got rid of child.cpp. Yay. :D 2016-04-29 12:22:06 -04:00
utf16.cpp strsafe is a crock that does not follow its own documentation. Switch to the equivalent vcrt functions instead. 2016-04-24 00:50:19 -04:00
utilwin.cpp Removed the resize timer from windows/utilwin.cpp. 2016-04-26 22:09:13 -04:00
winapi.hpp strsafe is a crock that does not follow its own documentation. Switch to the equivalent vcrt functions instead. 2016-04-24 00:50:19 -04:00
window.cpp Fixed all compiiler errors. Now for runtime errors! 2016-04-29 17:08:31 -04:00
winpublic.cpp Started a newer, better system for propagating layout changes. This relies on WM_GETMINMAXINFO, at least... 2016-04-28 16:59:26 -04:00
winutil.cpp Started a newer, better system for propagating layout changes. This relies on WM_GETMINMAXINFO, at least... 2016-04-28 16:59:26 -04:00