index
:
jcarr/ui
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
/
gtkcasts_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-05-19
Removed the extra #cgo directives from the Unix files. cgo collects directive...
Pietro Gagliardi
2014-04-26
Changed fromgchar()/togchar() to fromgstr()/togstr() in the GTK+ code; the ne...
Pietro Gagliardi
2014-04-26
Made the C.GoString() part of fromgchar() in gtkcasts_unix.go to reduce the n...
Pietro Gagliardi
2014-04-01
Got rid of gtkWidget and changed to using *C.GtkWidget everywhere. This gets ...
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-15
Allowed GTK+ windows to be resized smaller than the size request of the contr...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-02-25
Added GTK+ implementation of ProgressBar and added a ProgressBar to the test ...
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-17
Simplified the GTK+ Listbox code and added a documentation blob to it.
Pietro Gagliardi
2014-02-17
Isolated all the non-listbox-related GTK+ type conversions into their own fil...
Pietro Gagliardi