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-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