summaryrefslogtreecommitdiff
path: root/new/uipriv_windows.h
AgeCommit message (Expand)Author
2015-04-08Decided to not call InvalidateRect() in the Windows updateParent(); the Cocoa...Pietro Gagliardi
2015-04-08"Fixed" initial Windows window shows for now (see previous commit). Not yet a...Pietro Gagliardi
2015-04-08More TODO resolution.Pietro Gagliardi
2015-04-07Unified the allocators across all platforms so that everyone uses uiAlloc() a...Pietro Gagliardi
2015-04-07Added uiContainer, the GtkFixed equivalent for use by the GTK+ backend. Fixed...Pietro Gagliardi
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 implem...Pietro Gagliardi
2015-04-07Hooked everything else together (initialParent, ui_windows.h in uipriv_window...Pietro Gagliardi
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 subclassing...Pietro Gagliardi
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
2015-04-07Changed ui_*.h to uipriv_*.h pending a public non-portable API.Pietro Gagliardi