summaryrefslogtreecommitdiff
path: root/redo/area_unix.go
AgeCommit message (Expand)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 on...Pietro Gagliardi
2014-08-21Finished the Area.Repaint() test and fixed found bugs. There's some weird iss...Pietro Gagliardi
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
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
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 Area.RepaintAll()...Pietro Gagliardi
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 fi...Pietro Gagliardi
2014-08-04Re-added Area on the GTK+ backend. Not yet working; need to reconnect signals.Pietro Gagliardi