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
/
test
/
kbtest.go
Age
Commit message (
Expand
)
Author
2014-04-11
Changed from using image.NRGBA to image.RGBA (premultiplied alpha) in Area.Pa...
Pietro Gagliardi
2014-04-09
Added a test for the extremities of the Area's actual drawing area to make su...
Pietro Gagliardi
2014-04-07
Undid the previous change to the keyboard test so that it responds to window ...
Pietro Gagliardi
2014-04-07
Updated Area's KeyEvent documentation to talk about some window managers on U...
Pietro Gagliardi
2014-03-29
Added positions of all other keys to the keyboard test. Now ready for the Win...
Pietro Gagliardi
2014-03-29
Added the numeric keypad and function keys to the keyboard test.
Pietro Gagliardi
2014-03-29
Updated the GTK+ implementation and test programs to reflect the new KeyEvent...
Pietro Gagliardi
2014-03-27
Added some of the ExtKeys to the keyboard layout test.
Pietro Gagliardi
2014-03-27
Added a flag to AreaHandler.Key()/Mouse() to indicate that a repaint is neede...
Pietro Gagliardi
2014-03-27
Added code to the keyboard test to draw the modifier keys.
Pietro Gagliardi
2014-03-27
Added the beginning of a keyboard input test to be written. Also more TODOs.
Pietro Gagliardi