Pietro Gagliardi
|
2a2d730d12
|
Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X keyboard trap.
|
2014-08-13 14:09:53 -04:00 |
Pietro Gagliardi
|
35228385c1
|
Kinda sorta maybe implemented AreaHandler.Defocus() on Mac OS X. Starting to think I should just not allow Areas to be focused out.
|
2014-08-13 14:02:10 -04:00 |
Pietro Gagliardi
|
3ebbae73ec
|
Fixed compilation errors on the Mac OS X side.
|
2014-08-11 12:00:18 -04:00 |
Pietro Gagliardi
|
bb8603ed4e
|
Moved Mac OS X modifier flags constants to the Objective-C side for maximum safety.
|
2014-08-11 11:52:10 -04:00 |
Pietro Gagliardi
|
5679d02d1e
|
Removed borders from Areas on Mac OS X.
|
2014-08-10 14:37:34 -04:00 |
Pietro Gagliardi
|
0b3f6570ac
|
Settled NSBitmapImageRep TODOs on the Mac OS X backend.
|
2014-08-10 13:19:42 -04:00 |
Pietro Gagliardi
|
eec2f985b0
|
Renamed display() to areaRepaintAll() and resolved a TODO on the Mac OS X side.
|
2014-08-09 21:27:28 -04:00 |
Pietro Gagliardi
|
6c1bf7aabd
|
Big change: with the current event model, it's safe to call 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-09 10:33:38 -04:00 |
Pietro Gagliardi
|
6b7660a671
|
Added the Mac OS X implementation of Area... somewhat messily, but eh.
|
2014-08-05 14:33:25 -04:00 |