summaryrefslogtreecommitdiff
path: root/new/uipriv_darwin.h
AgeCommit message (Collapse)Author
2015-04-15Moved the uipriv_*.h files to the respective folders. The ui_*.h files stay ↵Pietro Gagliardi
up here; they'll be moved to IDLs later.
2015-04-13Converted and fixed the Mac OS X code for uiParent. I'm still not happy, but ↵Pietro Gagliardi
this is DEFINITELY a step in the right direction... Perhaps automatic deletion is a pipe dream :/ I should also really nail the parenting/unparenting logic, but for that I need to add one more method.
2015-04-11Implemented uiLabel on Mac OS X.Pietro Gagliardi
2015-04-10More of the previous commit. More TODOs.Pietro Gagliardi
2015-04-10Started to implement proper destruction logic for Mac OS X controls.Pietro Gagliardi
2015-04-10Removed autocorrect from Mac OS X uiEntries. Also moved uiFreeText() to ↵Pietro Gagliardi
text_darwin.m.
2015-04-10Resolved some TODOs (including one resolved a while ago on IRC but not ↵Pietro Gagliardi
removed until now; thanks various people in irc.freenode.net/#macdev).
2015-04-09Changed the allocation logging from a compile-time setting to the first ↵Pietro Gagliardi
initialization option.
2015-04-09Added uiWindowMargined() and implemented it on all platforms.Pietro Gagliardi
2015-04-09Migrated the Mac OS X code to the new uiControl/uiSizing system.Pietro Gagliardi
2015-04-09Laid the foundation for padding.Pietro Gagliardi
2015-04-09Implemented uiWindowSetMargined() on Mac OS X.Pietro Gagliardi
2015-04-09Implemented the text functions on OS X.Pietro Gagliardi
2015-04-08And implemented proper control showing on Mac OS X.Pietro Gagliardi
2015-04-08Built up a better system for handling data cleanup on Mac OS X; thanks to ↵Pietro Gagliardi
http://stackoverflow.com/questions/29522715/is-there-a-reliable-way-to-destroy-private-data-structures-when-a-standard-nsvie.
2015-04-08Cleaned out some of that gunk. I can't avoid subclassing the standard ↵Pietro Gagliardi
controls, but making it so that the uiControl returned by uiDarwinNewControl() can be freed by the caller will help.
2015-04-08Wrote up cleanup gunk on Mac OS X. Really gunk; I don't like what all this ↵Pietro Gagliardi
does but I don't think there's another way.
2015-04-08Better monitoring of Objective-C objects (including main GUI objects).Pietro Gagliardi
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