summaryrefslogtreecommitdiff
path: root/area_unix.go
AgeCommit message (Expand)Author
2014-03-27Added a flag to AreaHandler.Key()/Mouse() to indicate that a repaint is neede...Pietro Gagliardi
2014-03-27The latest go tip fixes cgo to not be confused by typedefs of incomplete type...Pietro Gagliardi
2014-03-26Printed the hardware_keycode on GTK+ Area key events... something came up so ...Pietro Gagliardi
2014-03-26Fixed import formatting on area_unix.go. I'm rereading the GLFW source; it ma...Pietro Gagliardi
2014-03-23Fixed the shrinking not working: the Cairo clip rect apparently can fall outs...Pietro Gagliardi
2014-03-23Added Area resizing. Everything mostly works, but not making things smaller...Pietro Gagliardi
2014-03-23Added GDK_KEY_Alt_L/R to the modifier key handling in GTK+ key events.Pietro Gagliardi
2014-03-23Fixed modifier keys in GTK+ not being registered by KeyEvent on first press.Pietro Gagliardi
2014-03-23Added the GTK+ implementation of Area keyboard events. Seems to work fine for...Pietro Gagliardi
2014-03-21Finished writing what I need for the GTK+ key equivalency test: display of GD...Pietro Gagliardi
2014-03-21Added code to the GTK+ Area to print the GdkKeymapKeys for a given key value....Pietro Gagliardi
2014-03-18Added the framework code for handling keyboard events in GTK+ Areas. Oh boy.....Pietro Gagliardi
2014-03-16Changed Area to use a delegate handler object that implements the new AreaHan...Pietro Gagliardi
2014-03-16Split out includes of <gtk/gtk.h> into a new header file so the GTK+ versioni...Pietro Gagliardi
2014-03-16Attempted to fix non-handling of the Alt key by having the GDK window's displ...Pietro Gagliardi
2014-03-15Added (untested) GTK+ implementation of Area's mouse events.Pietro Gagliardi
2014-03-14Actually committed the rectangle to the Area. Area drawing on GTK+ implemented!Pietro Gagliardi
2014-03-14Provided a way to connect child widget signals in the GTK+ sysData and connec...Pietro Gagliardi
2014-03-14Hacked around the cairo issue for now; hooked everything together and fixed a...Pietro Gagliardi
2014-03-14Added the GTK+ implementation of Area. It's not enabled yet due to cgo bugs, ...Pietro Gagliardi