| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-18 | Added the framework code for handling keyboard events in GTK+ Areas. Oh ↵ | Pietro Gagliardi | |
| boy... this is gonna hurt (as I will describe shortly). | |||
| 2014-03-16 | Changed Area to use a delegate handler object that implements the new ↵ | Pietro Gagliardi | |
| AreaHandler interface for handling events. Also updated the GTK+ backend with this change, and made a few more tweaks to the documentation in area.go. | |||
| 2014-03-16 | Split out includes of <gtk/gtk.h> into a new header file so the GTK+ ↵ | Pietro Gagliardi | |
| versioning macros can be included in all Go files, not just area_unix.go. | |||
| 2014-03-16 | Attempted to fix non-handling of the Alt key by having the GDK window's ↵ | Pietro Gagliardi | |
| display's keymap used instead; it didn't work. | |||
| 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 ↵ | Pietro Gagliardi | |
| connected Area to draw. I think I'm getting the wrong child widget, though... | |||
| 2014-03-14 | Hacked around the cairo issue for now; hooked everything together and fixed ↵ | Pietro Gagliardi | |
| a few things. Added the Area test to the test program. Now to just hook up the draw event. | |||
| 2014-03-14 | Added the GTK+ implementation of Area. It's not enabled yet due to cgo bugs, ↵ | Pietro Gagliardi | |
| and there's some extra work needed (started here) to tie this in... | |||
