| Age | Commit message (Collapse) | Author |
|
display's keymap used instead; it didn't work.
|
|
|
|
|
|
representing mouse movement.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
confusing some people.
|
|
controls within.
|
|
|
|
|
|
|
|
|
|
connected Area to draw. I think I'm getting the wrong child widget, though...
|
|
a few things. Added the Area test to the test program. Now to just hook up the draw event.
|
|
events are no longer generated; instead all events are given to fixed, compile-time, cgo-exported callback functions that take the sysData as user data. This saves memory (we no longer need to generate closures and we no longer have to save them elsewhere to keep them from being garbage collected) and makes the top of sysdata_unix.go slightly cleaner, but it moves the code for handling UI events into callbacks_unix.go. This is needed for Area, in which we need to feed the sysData to an event connected to a subwidget instead of the main widget returned.
|
|
that big change mentioned in the previous commit: overhaul of the GTK+ signal system.
|
|
and there's some extra work needed (started here) to tie this in...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
premultiplied.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
actually removed the wrong line; fixed.
|
|
CPU hog.
|
|
|
|
|
|
things along the way.
|
|
|
|
ProgressBar's documentation.
|