summaryrefslogtreecommitdiff
path: root/redo/area_unix.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-22Fixed focus-out bug in GTK+ Area TextField.Pietro Gagliardi
2014-08-22Slight behavior change to Area.OpenTextFieldAt().Pietro Gagliardi
2014-08-22Fixed some flaws in GTK+ Area.OpenTextFieldAt().Pietro Gagliardi
2014-08-22Added Area.OpenTextFieldAt() and implemented it on GTK+.Pietro Gagliardi
2014-08-22Wrapped GTK+ Areas in a GtkOverlay in preparation for adding OpenTextFieldAt().Pietro Gagliardi
2014-08-21Fixed Area.Repaint() bugs on GTK+.Pietro Gagliardi
2014-08-21Quick update to Area GTK+ drawing in an attempt fo figure out what's going ↵Pietro Gagliardi
on: we store the Area's width/height already; no need to get it back out from GTK+ itself.
2014-08-21Finished the Area.Repaint() test and fixed found bugs. There's some weird ↵Pietro Gagliardi
issue left in GTK+ Areas...
2014-08-21Added Area.Repaint() and implemented it on GTK+. Untested as of yet.Pietro Gagliardi
2014-08-21Implemented the new AreaHandler.Key() behavior on the GTK+ backend, removing ↵Pietro Gagliardi
the need for our focus stuff.
2014-08-14Finally removed the TODO for buttons > 3 in GTK+ Areas (alas, bad end).Pietro Gagliardi
2014-08-14Resolved Alt key woes on GTK+.Pietro Gagliardi
2014-08-14Cleaned up a bunch of TODOs, moving a few to future plans.Pietro Gagliardi
2014-08-13Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X ↵Pietro Gagliardi
keyboard trap.
2014-08-13Implemented AreaHandler.Defocuses() on GTK+. Also more future plans.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-08Removed borders from Areas on the GTK+ backend.Pietro Gagliardi
2014-08-05Set vertical alignment of Labels next to Areas on GTK+.Pietro Gagliardi
2014-08-05Fixed up the implementation of Area on GTK+ and the Area test. Seems to be ↵Pietro Gagliardi
fine, though for some reason holding down a mouse button doesn't generate a drag in GTK+ 3.10...
2014-08-04Re-added Area on the GTK+ backend. Not yet working; need to reconnect signals.Pietro Gagliardi