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
/
uipriv_windows.h
Age
Commit message (
Expand
)
Author
2015-04-07
Unified the allocators across all platforms so that everyone uses uiAlloc() a...
Pietro Gagliardi
2015-04-07
Added uiContainer, the GtkFixed equivalent for use by the GTK+ backend. Fixed...
Pietro Gagliardi
2015-04-07
Moved Windows container functions from util_windows.c to container_windows.c.
Pietro Gagliardi
2015-04-07
Hooked up resizing. Now to make a control that uses this.
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
Hooked up the WM_COMMAND and WM_NOTIFY bouncers.
Pietro Gagliardi
2015-04-07
Added Common Controls code again (because we're going to need the subclassing...
Pietro Gagliardi
2015-04-07
More work on the Windows control hooking.
Pietro Gagliardi
2015-04-07
Added a public API for creating raw Windows controls. Removed include guards ...
Pietro Gagliardi
2015-04-07
Changed ui_*.h to uipriv_*.h pending a public non-portable API.
Pietro Gagliardi