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
/
area.go
Age
Commit message (
Expand
)
Author
2014-03-27
Added a flag to AreaHandler.Key()/Mouse() to indicate that a repaint is neede...
Pietro Gagliardi
2014-03-23
Fixed a slight documentation error in area.go.
Pietro Gagliardi
2014-03-23
Added Area resizing. Everything mostly works, but not making things smaller...
Pietro Gagliardi
2014-03-23
Had ExtKey start at 1 so KeyEvent.ExtKey can be 0.
Pietro Gagliardi
2014-03-17
Changed the new resizing code so that it uses the same allocated slice per wi...
Pietro Gagliardi
2014-03-17
Changed window resizes so that the actual Control.setRect() functions appende...
Pietro Gagliardi
2014-03-17
Removed the mutexes from Labels and Areas because I'm at my wits end about se...
Pietro Gagliardi
2014-03-16
Changed Area to use a delegate handler object that implements the new AreaHan...
Pietro Gagliardi
2014-03-15
Clarified that MouseEvent.Held will not include Down/Up.
Pietro Gagliardi
2014-03-15
Added note in MouseEvent documentation about both Down and Up being 0 represe...
Pietro Gagliardi
2014-03-15
Added (untested) GTK+ implementation of Area's mouse events.
Pietro Gagliardi
2014-03-15
Added portable code for Area's MouseEvent.
Pietro Gagliardi
2014-03-15
Documented the details of Area's coordinate system.
Pietro Gagliardi
2014-03-14
Added the portable code for Area.
Pietro Gagliardi