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_unix.go
Age
Commit message (
Expand
)
Author
2014-05-07
Completed extending of mouse buttons to the system's limit; defined (as undef...
Pietro Gagliardi
2014-04-27
Cleaned up/removed some TODOs in area_unix.go.
Pietro Gagliardi
2014-04-14
Added click-to-focus to GTK+ Areas and documented that click-to-focus happens...
Pietro Gagliardi
2014-04-12
Switched to ARGB drawing in Areas on GTK+.
Pietro Gagliardi
2014-04-10
Fixed Area mouse events being sent when something happens outside the Area it...
Pietro Gagliardi
2014-04-09
Fixed Area drawing assuming the first pixel of the *image.NRGBA is at i.Pix[0].
Pietro Gagliardi
2014-04-01
Got rid of gtkWidget and changed to using *C.GtkWidget everywhere. This gets ...
Pietro Gagliardi
2014-03-29
Documented that the clip area in AreaHandler.Paint() more properly and indica...
Pietro Gagliardi
2014-03-29
Finished re-adding the numeric keypad keys and fixing up the GTK+ Area implem...
Pietro Gagliardi
2014-03-29
Re-added the numeric keypad keys to ExtKey and removed predefkeys in area_uni...
Pietro Gagliardi
2014-03-29
Added the proper provision for numeric keypad entry.
Pietro Gagliardi
2014-03-29
Updated the GTK+ implementation and test programs to reflect the new KeyEvent...
Pietro Gagliardi
2014-03-27
Added a flag to AreaHandler.Key()/Mouse() to indicate that a repaint is neede...
Pietro Gagliardi
2014-03-27
The latest go tip fixes cgo to not be confused by typedefs of incomplete type...
Pietro Gagliardi
2014-03-26
Printed the hardware_keycode on GTK+ Area key events... something came up so ...
Pietro Gagliardi
2014-03-26
Fixed import formatting on area_unix.go. I'm rereading the GLFW source; it ma...
Pietro Gagliardi
2014-03-23
Fixed the shrinking not working: the Cairo clip rect apparently can fall outs...
Pietro Gagliardi
2014-03-23
Added Area resizing. Everything mostly works, but not making things smaller...
Pietro Gagliardi
2014-03-23
Added GDK_KEY_Alt_L/R to the modifier key handling in GTK+ key events.
Pietro Gagliardi
2014-03-23
Fixed modifier keys in GTK+ not being registered by KeyEvent on first press.
Pietro Gagliardi
2014-03-23
Added the GTK+ implementation of Area keyboard events. Seems to work fine for...
Pietro Gagliardi
2014-03-21
Finished writing what I need for the GTK+ key equivalency test: display of GD...
Pietro Gagliardi
2014-03-21
Added code to the GTK+ Area to print the GdkKeymapKeys for a given key value....
Pietro Gagliardi
2014-03-18
Added the framework code for handling keyboard events in GTK+ Areas. Oh boy.....
Pietro Gagliardi
2014-03-16
Changed Area to use a delegate handler object that implements the new AreaHan...
Pietro Gagliardi
2014-03-16
Split out includes of <gtk/gtk.h> into a new header file so the GTK+ versioni...
Pietro Gagliardi
2014-03-16
Attempted to fix non-handling of the Alt key by having the GDK window's displ...
Pietro Gagliardi
2014-03-15
Added (untested) GTK+ implementation of Area's mouse events.
Pietro Gagliardi
2014-03-14
Actually committed the rectangle to the Area. Area drawing on GTK+ implemented!
Pietro Gagliardi
2014-03-14
Provided a way to connect child widget signals in the GTK+ sysData and connec...
Pietro Gagliardi
2014-03-14
Hacked around the cairo issue for now; hooked everything together and fixed a...
Pietro Gagliardi
2014-03-14
Added the GTK+ implementation of Area. It's not enabled yet due to cgo bugs, ...
Pietro Gagliardi