summaryrefslogtreecommitdiff
path: root/area.go
AgeCommit message (Expand)Author
2014-03-30Implemented Area mouse events on Mac OS X. Also fixed a few other things left...Pietro Gagliardi
2014-03-29Documented that the clip area in AreaHandler.Paint() more properly and indica...Pietro Gagliardi
2014-03-29Re-added the numeric keypad keys to ExtKey and removed predefkeys in area_uni...Pietro Gagliardi
2014-03-29Removed the numpad constants pending re-evaluation of how to handle those.Pietro Gagliardi
2014-03-28Changed the definition of KeyEvent to be positional. The implementation has n...Pietro Gagliardi
2014-03-27Added a flag to AreaHandler.Key()/Mouse() to indicate that a repaint is neede...Pietro Gagliardi
2014-03-23Fixed a slight documentation error in area.go.Pietro Gagliardi
2014-03-23Added Area resizing. Everything mostly works, but not making things smaller...Pietro Gagliardi
2014-03-23Had ExtKey start at 1 so KeyEvent.ExtKey can be 0.Pietro Gagliardi
2014-03-17Changed the new resizing code so that it uses the same allocated slice per wi...Pietro Gagliardi
2014-03-17Changed window resizes so that the actual Control.setRect() functions appende...Pietro Gagliardi
2014-03-17Removed the mutexes from Labels and Areas because I'm at my wits end about se...Pietro Gagliardi
2014-03-16Changed Area to use a delegate handler object that implements the new AreaHan...Pietro Gagliardi
2014-03-15Clarified that MouseEvent.Held will not include Down/Up.Pietro Gagliardi
2014-03-15Added note in MouseEvent documentation about both Down and Up being 0 represe...Pietro Gagliardi
2014-03-15Added (untested) GTK+ implementation of Area's mouse events.Pietro Gagliardi
2014-03-15Added portable code for Area's MouseEvent.Pietro Gagliardi
2014-03-15Documented the details of Area's coordinate system.Pietro Gagliardi
2014-03-14Added the portable code for Area.Pietro Gagliardi