summaryrefslogtreecommitdiff
path: root/gtkcalls_unix.go
AgeCommit message (Expand)Author
2014-03-23Fixed the shrinking not working: the Cairo clip rect apparently can fall outs...Pietro Gagliardi
2014-03-23Added Area resizing. Everything mostly works, but not making things smaller...Pietro Gagliardi
2014-03-16Split out includes of <gtk/gtk.h> into a new header file so the GTK+ versioni...Pietro Gagliardi
2014-03-15Allowed GTK+ windows to be resized smaller than the size request of the contr...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-03-12Added GTK+ indeterminate ProgressBars.Pietro Gagliardi
2014-03-08Added Combobox/Listbox.Len() and its GTK+ implementation.Pietro Gagliardi
2014-03-07Oops, the garbage collector is collecting our GTK+ idle callback too (much la...Pietro Gagliardi
2014-03-05Have ui.Go() return on main() return on Unix.Pietro Gagliardi
2014-02-25Added password entry fields; they are the alternate mode of LineEdit.Pietro Gagliardi
2014-02-25Added GTK+ implementation of ProgressBar and added a ProgressBar to the test ...Pietro Gagliardi
2014-02-23Added the preferred widget size basework 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-18Fixed the faults: upon further examination, the garbage collector was eating ...Pietro Gagliardi
2014-02-17Split the GTK+ ListBox implementation into its own file.Pietro Gagliardi
2014-02-17Isolated all the non-listbox-related GTK+ type conversions into their own fil...Pietro Gagliardi
2014-02-17Whoops, the GList returned by gtk_tree_selection_get_selected_rows contains G...Pietro Gagliardi
2014-02-17Separated GTK+ listbox index retreival and dereferencing, just to be safe/to ...Pietro Gagliardi
2014-02-17Added scrollbars to the Listbox GtkTreeViews.Pietro Gagliardi
2014-02-17Okay, fixed item showing; the GtkTableView column just needed the text attrib...Pietro Gagliardi
2014-02-17Fixed GTK+ listboxes to create item cells and not show headers; still not dis...Pietro Gagliardi
2014-02-16Added GTK+ listboxes... sort of. This whole thing is so broken it's funny.Pietro Gagliardi
2014-02-16Added GTK+ Labels.Pietro Gagliardi
2014-02-16Added GTK+ LineEdit. It appears there's something weird happening now...Pietro Gagliardi
2014-02-16Added GTK+ comboboxes. ...and THESE aren't being positioned properly, sigh...Pietro Gagliardi
2014-02-16Added the GTK+ equivalent of Window.Title() and Button.Text() in preparation ...Pietro Gagliardi
2014-02-16Added Checkbox to GTK+. Also added a TODO about crashes.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
2014-02-16Added basic signal connection. I'm going to need to build a different callbac...Pietro Gagliardi
2014-02-16Added the beginning of the Unix (GTK+) implementation.Pietro Gagliardi