summaryrefslogtreecommitdiff
path: root/redo/area.go
AgeCommit message (Collapse)Author
2014-08-30...in with the new.Pietro Gagliardi
2014-08-30Fixed image lists on Windows being NON-premultiplied.Pietro Gagliardi
2014-08-29Fixed Mac OS X Area.OpenTextFieldAt() not behaving properly. The behavior is ↵Pietro Gagliardi
still a little weird now, but permissible.
2014-08-22Slight behavior change to Area.OpenTextFieldAt().Pietro Gagliardi
2014-08-22Added Area.OpenTextFieldAt() and implemented it on GTK+.Pietro Gagliardi
2014-08-21Added Area.Repaint() and implemented it on GTK+. Untested as of yet.Pietro Gagliardi
2014-08-21Changed AreaHandler.Key() to return a boolean value indicating if the event ↵Pietro Gagliardi
was handled; implemented this on Windows. It does sledgehammer some edge cases I wanted to avoid, but it also avoids fussing about scrolling and focus and what not.
2014-08-13Documented the previous commit and more TODOs.Pietro Gagliardi
2014-08-13Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X ↵Pietro Gagliardi
keyboard trap.
2014-08-12Added a new method to AreaHandler, Defocuses(), for navigation events.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-04Re-added Area on the GTK+ backend. Not yet working; need to reconnect signals.Pietro Gagliardi
2014-08-04Re-added area.go. This is the start of re-adding Area.Pietro Gagliardi