summaryrefslogtreecommitdiff
path: root/test/kbtest.go
AgeCommit message (Expand)Author
2014-07-01Removed WindowHandler.Pietro Gagliardi
2014-06-30Made Window.Closing a callback closure.Pietro Gagliardi
2014-06-30Restored the previous new API. I'm going to change it so that events are call...Pietro Gagliardi
2014-06-30Reverted everything back to the old API.Pietro Gagliardi
2014-06-28Fixed the build. New API works on Windows! Also removed TODO on dialogs in Wi...Pietro Gagliardi
2014-06-28Migrated the keyboard test to the new API.Pietro Gagliardi
2014-06-03Big change to Window: split Open()'s functionality into Create() and Open(); ...Pietro Gagliardi
2014-06-01Decided to drop the whole handled thing with Area events and just continue th...Pietro Gagliardi
2014-05-16Changed the meaning of the Modifiers keys to be positional, added Super, and ...Pietro Gagliardi
2014-04-11Changed from using image.NRGBA to image.RGBA (premultiplied alpha) in Area.Pa...Pietro Gagliardi
2014-04-09Added a test for the extremities of the Area's actual drawing area to make su...Pietro Gagliardi
2014-04-07Undid the previous change to the keyboard test so that it responds to window ...Pietro Gagliardi
2014-04-07Updated Area's KeyEvent documentation to talk about some window managers on U...Pietro Gagliardi
2014-03-29Added positions of all other keys to the keyboard test. Now ready for the Win...Pietro Gagliardi
2014-03-29Added the numeric keypad and function keys to the keyboard test.Pietro Gagliardi
2014-03-29Updated the GTK+ implementation and test programs to reflect the new KeyEvent...Pietro Gagliardi
2014-03-27Added some of the ExtKeys to the keyboard layout test.Pietro Gagliardi
2014-03-27Added a flag to AreaHandler.Key()/Mouse() to indicate that a repaint is neede...Pietro Gagliardi
2014-03-27Added code to the keyboard test to draw the modifier keys.Pietro Gagliardi
2014-03-27Added the beginning of a keyboard input test to be written. Also more TODOs.Pietro Gagliardi