libui/windows
Pietro Gagliardi 840e21456c Migrated checkbox.cpp and combobox.cpp. 2016-04-29 12:49:42 -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 Started a newer, better system for propagating layout changes. This relies on WM_GETMINMAXINFO, at least... 2016-04-28 16:59:26 -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 Started a newer, better system for propagating layout changes. This relies on WM_GETMINMAXINFO, at least... 2016-04-28 16:59:26 -04:00
areaevents.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
areascroll.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
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 Migrated box.cpp. Now we can migrate the other controls, since we have a better idea of what we're doing. 2016-04-29 10:48:39 -04:00
button.cpp Converted QueueRelayout to MinimumSizeChanged. 2016-04-29 12:20:41 -04:00
checkbox.cpp Migrated checkbox.cpp and combobox.cpp. 2016-04-29 12:49:42 -04:00
combobox.cpp Migrated checkbox.cpp and combobox.cpp. 2016-04-29 12:49:42 -04:00
compilerver.hpp Moved most of the headers to C++. 2016-04-20 19:39:20 -04:00
container.cpp Verified (see misctestprogs) that WM_GETMINMAXINFO *is* sufficient to constrain the container size during SetWindowPos(), even if the size doesn't change. More TODOs. 2016-04-28 17:48:40 -04:00
control.cpp Adjusted uiWindow to use the new system for propagating minimum size changes. 2016-04-28 17:11:32 -04:00
d2dscratch.cpp Did a proper migration of d2dscratch.c. 2016-04-23 11:50:47 -04:00
datetimepicker.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
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 Started a newer, better system for propagating layout changes. This relies on WM_GETMINMAXINFO, at least... 2016-04-28 16:59:26 -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 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
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 Converted QueueRelayout to MinimumSizeChanged. 2016-04-29 12:20:41 -04:00
fontdialog.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
group.cpp Converted QueueRelayout to MinimumSizeChanged. 2016-04-29 12:20:41 -04:00
init.cpp Removed common type code. 2016-04-24 15:08:48 -04:00
label.cpp Converted QueueRelayout to MinimumSizeChanged. 2016-04-29 12:20:41 -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 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
notes More notes. 2015-11-27 12:35:23 -05:00
parent.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
progressbar.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
radiobuttons.cpp Converted QueueRelayout to MinimumSizeChanged. 2016-04-29 12:20:41 -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 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
sizing.cpp Migrated button.cpp. Allowed NULL out parameters in the uiWindowsSizing functions. 2016-04-29 12:18:46 -04:00
slider.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
spinbox.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
stddialogs.cpp Migrated stddialogs.c. 2016-04-22 17:49:14 -04:00
tab.cpp Migrated group.cpp. 2016-04-28 22:33:32 -04:00
tabpage.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
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 Converted QueueRelayout to MinimumSizeChanged. 2016-04-29 12:20:41 -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