index
:
go.wit.com/dev/andlabs/ui.git
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 (
Collapse
)
Author
2015-04-07
Unified the allocators across all platforms so that everyone uses uiAlloc() ↵
Pietro Gagliardi
and friends.
2015-04-07
Added uiContainer, the GtkFixed equivalent for use by the GTK+ backend. ↵
Pietro Gagliardi
Fixed up formatting of the uipriv_*.h files.
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 ↵
Pietro Gagliardi
implement a control and we'll be set...
2015-04-07
Hooked 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-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 ↵
Pietro Gagliardi
subclassing functions now).
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
from uipriv_*.h.
2015-04-07
Changed ui_*.h to uipriv_*.h pending a public non-portable API.
Pietro Gagliardi