summaryrefslogtreecommitdiff
path: root/new/uipriv_windows.h
AgeCommit message (Collapse)Author
2015-04-08Decided to not call InvalidateRect() in the Windows updateParent(); the ↵Pietro Gagliardi
Cocoa one doesn't either, and besides, if controls expose something then the parent areas would be invalidated anyway :/ More TODO removal.
2015-04-08"Fixed" initial Windows window shows for now (see previous commit). Not yet ↵Pietro Gagliardi
a clean fix; need to test some things on real Windows first.
2015-04-08More TODO resolution.Pietro Gagliardi
2015-04-07Unified the allocators across all platforms so that everyone uses uiAlloc() ↵Pietro Gagliardi
and friends.
2015-04-07Added uiContainer, the GtkFixed equivalent for use by the GTK+ backend. ↵Pietro Gagliardi
Fixed up formatting of the uipriv_*.h files.
2015-04-07Moved Windows container functions from util_windows.c to container_windows.c.Pietro Gagliardi
2015-04-07Hooked up resizing. Now to make a control that uses this.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-07Hooked up the WM_COMMAND and WM_NOTIFY bouncers.Pietro Gagliardi
2015-04-07Added Common Controls code again (because we're going to need the ↵Pietro Gagliardi
subclassing functions now).
2015-04-07More work on the Windows control hooking.Pietro Gagliardi
2015-04-07Added a public API for creating raw Windows controls. Removed include guards ↵Pietro Gagliardi
from uipriv_*.h.
2015-04-07Changed ui_*.h to uipriv_*.h pending a public non-portable API.Pietro Gagliardi