index
:
jcarr/ui
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.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-29
Fixed Mac OS X Area.OpenTextFieldAt() not behaving properly. The behavior is ...
Pietro Gagliardi
2014-08-22
Slight behavior change to Area.OpenTextFieldAt().
Pietro Gagliardi
2014-08-22
Added Area.OpenTextFieldAt() and implemented it on GTK+.
Pietro Gagliardi
2014-08-21
Added Area.Repaint() and implemented it on GTK+. Untested as of yet.
Pietro Gagliardi
2014-08-21
Changed AreaHandler.Key() to return a boolean value indicating if the event w...
Pietro Gagliardi
2014-08-13
Documented the previous commit and more TODOs.
Pietro Gagliardi
2014-08-13
Decided to remove AreaHandler.Defocuses() as that mucks up with the Mac OS X ...
Pietro Gagliardi
2014-08-12
Added a new method to AreaHandler, Defocuses(), for navigation events.
Pietro Gagliardi
2014-08-09
Big change: with the current event model, it's safe to call Area.RepaintAll()...
Pietro Gagliardi
2014-08-04
Re-added Area on the GTK+ backend. Not yet working; need to reconnect signals.
Pietro Gagliardi
2014-08-04
Re-added area.go. This is the start of re-adding Area.
Pietro Gagliardi