summaryrefslogtreecommitdiff
path: root/listbox_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-06-10More go fmt.Pietro Gagliardi
2014-05-19Removed the extra #cgo directives from the Unix files. cgo collects directive...Pietro Gagliardi
2014-04-27Resolved TODOs in listbox_unix.go; also rewrote some related if expressions t...Pietro Gagliardi
2014-04-27Made Listbox's column autoresizing on GTK+.Pietro Gagliardi
2014-04-26Changed fromgchar()/togchar() to fromgstr()/togstr() in the GTK+ code; the ne...Pietro Gagliardi
2014-04-26Made the C.GoString() part of fromgchar() in gtkcasts_unix.go to reduce the n...Pietro Gagliardi
2014-04-06Added thanks comment (see previous commit).Pietro Gagliardi
2014-04-06Added borders to GTK+ Listboxes (thanks to jlindgren in irc.gimp.net/#gtk+); ...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-16Split out includes of <gtk/gtk.h> into a new header file so the GTK+ versioni...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-09Removed gListboxSelected; it was never being called anyway (only gListboxSele...Pietro Gagliardi
2014-03-08Added Combobox/Listbox.Len() and its GTK+ implementation.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-17Simplified the GTK+ Listbox code and added a documentation blob to it.Pietro Gagliardi
2014-02-17Split the GTK+ ListBox implementation into its own file.Pietro Gagliardi