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