summaryrefslogtreecommitdiff
path: root/callbacks_unix.go
AgeCommit message (Expand)Author
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-07-01Removed the gtk_main_quit() kludge from uitask_unix.go; this also removes our...Pietro Gagliardi
2014-07-01Converted the GTK+ backend to use the new uitask. Indeterminate progressbars ...Pietro Gagliardi
2014-07-01Made the default action for Window.Closing reject the close request.Pietro Gagliardi
2014-06-30Made Window.Closing a callback closure.Pietro Gagliardi
2014-06-30Restored the previous new API. I'm going to change it so that events are call...Pietro Gagliardi
2014-06-30Reverted everything back to the old API.Pietro Gagliardi
2014-06-28Migrated the GTK+ backend to the new API.Pietro Gagliardi
2014-06-25Applied the new control sizing system to the GTK+ backend.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-08Fixed modality issues on the GTK+ MsgBox() changes. The system introduced her...Pietro Gagliardi
2014-06-02Resolved TODOs in callbacks_unix.go. (For the returning FALSE TODO, I decided...Pietro Gagliardi
2014-05-19Removed the extra #cgo directives from the Unix files. cgo collects directive...Pietro Gagliardi
2014-05-17More TODOs (see previous commit).Pietro Gagliardi
2014-04-07Split out the common resizing code into its own function so that it's all in ...Pietro Gagliardi
2014-04-01Got rid of gtkWidget and changed to using *C.GtkWidget everywhere. This gets ...Pietro Gagliardi
2014-04-01Moved <stdlib.h> includes in the GTK+ backend to gtk_unix.h; organized that f...Pietro Gagliardi
2014-03-17Changed the new resizing code so that it uses the same allocated slice per wi...Pietro Gagliardi
2014-03-17Changed window resizes so that the actual Control.setRect() functions appende...Pietro Gagliardi
2014-03-16Split out includes of <gtk/gtk.h> into a new header file so the GTK+ versioni...Pietro Gagliardi
2014-03-14Major overhaul of the way GTK+ events are handled. Closures that perform even...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-12Changed the way uitask is dispatched on GTK+ to make event handling not a CPU...Pietro Gagliardi
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to bui...Pietro Gagliardi
2014-02-16Added window (and thus control) resizing. Other bugs have been fixed along th...Pietro Gagliardi
2014-02-16[GTK+] Added buttons. Things aren't quite being positioned properly yet thoug...Pietro Gagliardi
2014-02-16Cleaned up the idle callback code.Pietro Gagliardi
2014-02-16Added cgo-safe callback code for GTK+ signals. GTK+ signals work!Pietro Gagliardi