libui/windows
Pietro Gagliardi a8cd121003 Cleaned up resources on Windows. Now to do so for tester. 2019-06-01 10:24:32 -04:00
..
libui_shared.manifest Cleaned up resources on Windows. Now to do so for tester. 2019-06-01 10:24:32 -04:00
main.cpp Cleaned up some easy-to-fix TODOs on Windows, including a LONGTERM that will not be relevant to libui in its current architecture (that'll be handled with a custom build step that converts resources to source code). Next: making resources.rc truly shared-only to reduce the noise further. 2019-06-01 10:18:47 -04:00
meson.build Cleaned up resources on Windows. Now to do so for tester. 2019-06-01 10:24:32 -04:00
resources_shared.rc Cleaned up resources on Windows. Now to do so for tester. 2019-06-01 10:24:32 -04:00
uipriv_windows.hpp Cleaned #include directives so C standard library headers are sorted and so each source file only includes one header file. This makes things clenaer, and alos allows us to more properly strip unneeded headers later. 2019-06-01 09:27:17 -04:00
utilwin.cpp Fixed build warnings and errors. Now we just need to implement testingRunWithTimeout() on Windows. 2019-04-28 16:35:25 -04:00
winapi.hpp Fixed build errors. Now to fix runtime errors. 2019-05-27 11:02:23 -04:00
winhresult.cpp Changed uiprivHrGetMessageW() to return the BOOL ret value as S_OK and S_FALSE. 2019-04-29 23:12:39 -04:00
winhresult.hpp Changed uiprivHrGetMessageW() to return the BOOL ret value as S_OK and S_FALSE. 2019-04-29 23:12:39 -04:00