summaryrefslogtreecommitdiff
path: root/new/uipriv_darwin.h
AgeCommit message (Collapse)Author
2015-04-08Added allocation logging to Objective-C objects. Fixed some Mac OS X build ↵Pietro Gagliardi
issues.
2015-04-07Unified the allocators across all platforms so that everyone uses uiAlloc() ↵Pietro Gagliardi
and friends.
2015-04-07Fixed compiler errors and bugs. uiButton on Mac OS X works!Pietro Gagliardi
2015-04-07Implemented uiButton on Mac OS X. Now to fix build issues and test...Pietro Gagliardi
2015-04-07Added the Mac OS X uiContainer. Added it to uiWindow. Added the Mac OS X ↵Pietro Gagliardi
coordinate system mirroring to the new control logic. Renamed *_darwin.c to *_darwin.m.
2015-04-07Added the uiDarwinControl logic.Pietro Gagliardi
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-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