summaryrefslogtreecommitdiff
path: root/area_unix.go
AgeCommit message (Expand)Author
2015-12-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
2014-10-18Merged new container/sizing stuff.Pietro Gagliardi
2014-10-02go fmt. Precursor to bug report filing.Pietro Gagliardi
2014-09-02Removed some debugging spiel.Pietro Gagliardi
2014-08-30...in with the new.Pietro Gagliardi
2014-08-30Out with the old...Pietro Gagliardi
2014-07-02Moved it all back; the preemptive multitaksing during an event handler kills ...Pietro Gagliardi
2014-07-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-07Documented click event on activate behavior in the GTK+ backend.Pietro Gagliardi
2014-06-03Removed TODOs about device coordinates in the GTK+ backend; that has been res...Pietro Gagliardi
2014-06-02Removed a leftover TODO note in area_unix.go.Pietro Gagliardi
2014-06-02Removed some more commented-out code from ages ago from area_unix.go.Pietro Gagliardi
2014-06-02Applied the new Area event behavior to the GTK+ backend. Yay, loads of TODOs ...Pietro Gagliardi
2014-06-01Verified the previous commit.Pietro Gagliardi
2014-06-01Changed Unix Area WM_ACTIVATE equivalent handling to use enter-notify-event a...Pietro Gagliardi
2014-05-29Implemented the new Modifiers behavior on the GTK+ backend. In addition, remo...Pietro Gagliardi
2014-05-23Attempted to add focus change support to the new GTK+ high-order click code l...Pietro Gagliardi
2014-05-23Added custom double-click/triple-click/higher-order click handling to GTK+ Ar...Pietro Gagliardi
2014-05-19Removed the extra #cgo directives from the Unix files. cgo collects directive...Pietro Gagliardi
2014-05-17Fixed variable names in Area drawing code on Unix to reflect that image.Recta...Pietro Gagliardi
2014-05-16Added (most of) the Super and Meta changes for GTK+. The Modifiers were alrea...Pietro Gagliardi
2014-05-07Completed extending of mouse buttons to the system's limit; defined (as undef...Pietro Gagliardi
2014-04-27Cleaned up/removed some TODOs in area_unix.go.Pietro Gagliardi
2014-04-14Added click-to-focus to GTK+ Areas and documented that click-to-focus happens...Pietro Gagliardi
2014-04-12Switched to ARGB drawing in Areas on GTK+.Pietro Gagliardi
2014-04-10Fixed Area mouse events being sent when something happens outside the Area it...Pietro Gagliardi
2014-04-09Fixed Area drawing assuming the first pixel of the *image.NRGBA is at i.Pix[0].Pietro Gagliardi
2014-04-01Got rid of gtkWidget and changed to using *C.GtkWidget everywhere. This gets ...Pietro Gagliardi
2014-03-29Documented that the clip area in AreaHandler.Paint() more properly and indica...Pietro Gagliardi
2014-03-29Finished re-adding the numeric keypad keys and fixing up the GTK+ Area implem...Pietro Gagliardi
2014-03-29Re-added the numeric keypad keys to ExtKey and removed predefkeys in area_uni...Pietro Gagliardi
2014-03-29Added the proper provision for numeric keypad entry.Pietro Gagliardi
2014-03-29Updated the GTK+ implementation and test programs to reflect the new KeyEvent...Pietro Gagliardi
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