index
:
interesting/andlabs-ui
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
new
/
init_windows.c
Age
Commit message (
Expand
)
Author
2015-04-15
Split all OS backends into their own folders.
Pietro Gagliardi
2015-04-12
Set up the foundation for the new Windows uiParent.
Pietro Gagliardi
2015-04-12
Made controls transparent to tab backgrounds on Windows. It doesn't quite wor...
Pietro Gagliardi
2015-04-11
Resolved snwprintf() issues once and for all. Thanks to cousteau, dorp, and k...
Pietro Gagliardi
2015-04-11
Decided to disable the initial parent window on Windows. If this causes probl...
Pietro Gagliardi
2015-04-10
Added REAL code for the initial parent of a control on Windows.
Pietro Gagliardi
2015-04-10
Cleaned up Windows initialization error handling and migrated it to return th...
Pietro Gagliardi
2015-04-09
Changed the allocation logging from a compile-time setting to the first initi...
Pietro Gagliardi
2015-04-08
More TODO resolving. More TODOs.
Pietro Gagliardi
2015-04-07
Resolved a bunch of TODOs. Added one.
Pietro Gagliardi
2015-04-07
Fixed compiler warnings. Stack works!
Pietro Gagliardi
2015-04-07
_snprintf_s() is not supported on Windows XP...
Pietro Gagliardi
2015-04-07
Fixed build issues. Now I just need to hook resizing into uiWindow and implem...
Pietro Gagliardi
2015-04-07
Hooked everything else together (initialParent, ui_windows.h in uipriv_window...
Pietro Gagliardi
2015-04-07
Added Common Controls code again (because we're going to need the subclassing...
Pietro Gagliardi
2015-04-07
Changed ui_*.h to uipriv_*.h pending a public non-portable API.
Pietro Gagliardi
2015-04-06
Implemented what we have so far, but on Windows.
Pietro Gagliardi