index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
redo
/
area_unix.go
Age
Commit message (
Expand
)
Author
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-30
Fixed image lists on Windows being NON-premultiplied.
Pietro Gagliardi
2014-08-22
Fixed focus-out bug in GTK+ Area TextField.
Pietro Gagliardi
2014-08-22
Slight behavior change to Area.OpenTextFieldAt().
Pietro Gagliardi
2014-08-22
Fixed some flaws in GTK+ Area.OpenTextFieldAt().
Pietro Gagliardi
2014-08-22
Added Area.OpenTextFieldAt() and implemented it on GTK+.
Pietro Gagliardi
2014-08-22
Wrapped GTK+ Areas in a GtkOverlay in preparation for adding OpenTextFieldAt().
Pietro Gagliardi
2014-08-21
Fixed Area.Repaint() bugs on GTK+.
Pietro Gagliardi
2014-08-21
Quick update to Area GTK+ drawing in an attempt fo figure out what's going on...
Pietro Gagliardi
2014-08-21
Finished the Area.Repaint() test and fixed found bugs. There's some weird iss...
Pietro Gagliardi
2014-08-21
Added Area.Repaint() and implemented it on GTK+. Untested as of yet.
Pietro Gagliardi
2014-08-21
Implemented the new AreaHandler.Key() behavior on the GTK+ backend, removing ...
Pietro Gagliardi
2014-08-14
Finally removed the TODO for buttons > 3 in GTK+ Areas (alas, bad end).
Pietro Gagliardi
2014-08-14
Resolved Alt key woes on GTK+.
Pietro Gagliardi
2014-08-14
Cleaned up a bunch of TODOs, moving a few to future plans.
Pietro Gagliardi
2014-08-13
Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X ...
Pietro Gagliardi
2014-08-13
Implemented AreaHandler.Defocuses() on GTK+. Also more future plans.
Pietro Gagliardi
2014-08-09
Big change: with the current event model, it's safe to call Area.RepaintAll()...
Pietro Gagliardi
2014-08-08
Removed borders from Areas on the GTK+ backend.
Pietro Gagliardi
2014-08-05
Set vertical alignment of Labels next to Areas on GTK+.
Pietro Gagliardi
2014-08-05
Fixed up the implementation of Area on GTK+ and the Area test. Seems to be fi...
Pietro Gagliardi
2014-08-04
Re-added Area on the GTK+ backend. Not yet working; need to reconnect signals.
Pietro Gagliardi