summaryrefslogtreecommitdiff
path: root/redo/area_darwin.go
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-29Removed stray TODO.Pietro Gagliardi
2014-08-27Renamed textField to textfield in the Mac OS X port for consistency.Pietro Gagliardi
2014-08-23Fixed a lot of Area.OpenTextFieldAt(); thanks to mikeash in ↵Pietro Gagliardi
irc.freenode.net/#macdev.
2014-08-22Started the Mac OS X implementation of Area.OpenTextFieldAt().Pietro Gagliardi
2014-08-21Implemented Area.Repaint() on Mac OS X.Pietro Gagliardi
2014-08-21Implemented the new AreaHandler.Key() on Mac OS X.Pietro Gagliardi
2014-08-13Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X ↵Pietro Gagliardi
keyboard trap.
2014-08-13Kinda sorta maybe implemented AreaHandler.Defocus() on Mac OS X. Starting to ↵Pietro Gagliardi
think I should just not allow Areas to be focused out.
2014-08-11Fixed compilation errors on the Mac OS X side.Pietro Gagliardi
2014-08-11Moved Mac OS X modifier flags constants to the Objective-C side for maximum ↵Pietro Gagliardi
safety.
2014-08-10Removed borders from Areas on Mac OS X.Pietro Gagliardi
2014-08-10Settled NSBitmapImageRep TODOs on the Mac OS X backend.Pietro Gagliardi
2014-08-09Renamed display() to areaRepaintAll() and resolved a TODO on the Mac OS X side.Pietro Gagliardi
2014-08-09Big change: with the current event model, it's safe to call ↵Pietro Gagliardi
Area.RepaintAll() (and the future Area.Repaint()) from within AreaHandler.Key() and AreaHandler.Mouse(); get rid of the bool returns from each. The future Area.Repaint() is important; the bool returns repainted the whole Area, which may not be optimal.
2014-08-05Added the Mac OS X implementation of Area... somewhat messily, but eh.Pietro Gagliardi