summaryrefslogtreecommitdiff
path: root/new/init_windows.c
AgeCommit message (Collapse)Author
2015-04-15Split all OS backends into their own folders.Pietro Gagliardi
2015-04-12Set up the foundation for the new Windows uiParent.Pietro Gagliardi
2015-04-12Made controls transparent to tab backgrounds on Windows. It doesn't quite ↵Pietro Gagliardi
work right...
2015-04-11Resolved snwprintf() issues once and for all. Thanks to cousteau, dorp, and ↵Pietro Gagliardi
kate in irc.freenode.net/##c.
2015-04-11Decided to disable the initial parent window on Windows. If this causes ↵Pietro Gagliardi
problems, I can re-enable it later. More TODOs.
2015-04-10Added REAL code for the initial parent of a control on Windows.Pietro Gagliardi
2015-04-10Cleaned up Windows initialization error handling and migrated it to return ↵Pietro Gagliardi
the error message directly instead of through uiInitError.
2015-04-09Changed the allocation logging from a compile-time setting to the first ↵Pietro Gagliardi
initialization option.
2015-04-08More TODO resolving. More TODOs.Pietro Gagliardi
2015-04-07Resolved a bunch of TODOs. Added one.Pietro Gagliardi
2015-04-07Fixed compiler warnings. Stack works!Pietro Gagliardi
2015-04-07_snprintf_s() is not supported on Windows XP...Pietro Gagliardi
2015-04-07Fixed build issues. Now I just need to hook resizing into uiWindow and ↵Pietro Gagliardi
implement a control and we'll be set...
2015-04-07Hooked everything else together (initialParent, ui_windows.h in ↵Pietro Gagliardi
uipriv_windows.h). Now to fix build issues... (like a missing const in const char * fixed here too).
2015-04-07Added Common Controls code again (because we're going to need the ↵Pietro Gagliardi
subclassing functions now).
2015-04-07Changed ui_*.h to uipriv_*.h pending a public non-portable API.Pietro Gagliardi
2015-04-06Implemented what we have so far, but on Windows.Pietro Gagliardi