summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
AgeCommit message (Expand)Author
2014-08-06Removed areaPrefSize() from the Mac OS X backend; we now store the Area's siz...Pietro Gagliardi
2014-08-05Re-added the NSApplication support code for Area on Mac OS X.Pietro Gagliardi
2014-08-05Added the Mac OS X implementation of Area... somewhat messily, but eh.Pietro Gagliardi
2014-08-04Began the big sizer cleanup: renamed sizer to container, renamed sizer.go to ...Pietro Gagliardi
2014-08-04Converted Window on Mac OS X to use the new container system. Now I can merge...Pietro Gagliardi
2014-08-04Cleaned up Mac OS X Tab code from the previous commit.Pietro Gagliardi
2014-08-04Switched Tab on Mac OS X to use a dedicated container type system. This conta...Pietro Gagliardi
2014-08-03Migrated the Mac OS X backend to the new Control setup.Pietro Gagliardi
2014-08-02Split all the Control implementations into their own files and renamed the co...Pietro Gagliardi
2014-08-02Migrated the Label alignment code back into the Mac OS X port.Pietro Gagliardi
2014-08-02Wrote Control.preferredSize() (including Tab.preferredSize()) on Mac OS X.Pietro Gagliardi
2014-08-01Began migrating all the Mac OS X sizing stuff over.Pietro Gagliardi
2014-07-30Fixed up attributes of Table on Mac OS X.Pietro Gagliardi
2014-07-30Moved the Mac OS X function newScrollView() to control_darwin.m and verified ...Pietro Gagliardi
2014-07-29Added Label and implemented it on all platforms.Pietro Gagliardi
2014-07-29Wrote up the data model for Mac OS X Tables; now Tables work everywhere!Pietro Gagliardi
2014-07-29Added the beginning of the Mac OS X Table code.Pietro Gagliardi
2014-07-26Verified Mac OS X control appearance and fonts with Interface Builder.Pietro Gagliardi
2014-07-26Implemented TextField on Mac OS X.Pietro Gagliardi
2014-07-25Implemented Tab on Mac OS X. Woo! I'll need to add justification for what I'm...Pietro Gagliardi
2014-07-25Implemented the various parenting and sizing changes on the Mac OS X backend;...Pietro Gagliardi
2014-07-23Fixed compilation errors on Mac OS X. Reparenting works; redrawing, however...Pietro Gagliardi
2014-07-22Implemented Checkbox on Mac OS X. Also untested; will test next.Pietro Gagliardi
2014-07-20Re-added Mac OS X versioning macros and compiler/linker options.Pietro Gagliardi
2014-07-17Added button click events to the Mac OS X backend.Pietro Gagliardi
2014-07-17Migrated control sizing code for Mac OS X.Pietro Gagliardi
2014-07-16Added Button and control adding to the Mac OS X backend.Pietro Gagliardi
2014-07-13Implemented Stop() on Mac OS X.Pietro Gagliardi
2014-07-08Implemented window closing on Mac OS X. This drops the "single delegate objec...Pietro Gagliardi
2014-07-08Added the beginning of the Mac OS X code.Pietro Gagliardi