summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-24Adjusted main_test.go to make use of SetStretchy(). IT WORKS! :DPietro Gagliardi
2014-02-24Added Stack.preferredSize() and fixed errors in stack.go.Pietro Gagliardi
2014-02-24Added Control.preferredSize() and preferredSize() for all the standard Controls.Pietro Gagliardi
2014-02-24Fixed some compiler errors in the last few commits.Pietro Gagliardi
2014-02-24Wrote the new Stack.setRect().Pietro Gagliardi
2014-02-24Changed Orientation to a bool to prevent invalid values outright.Pietro Gagliardi
2014-02-24Started rewriting Stack to conform to the new layout plan.Pietro Gagliardi
2014-02-24Added a new layout plan for Stack.Pietro Gagliardi
2014-02-23Added the preferred widget size basework and its GTK+ implementation.Pietro Gagliardi
2014-02-23sighPietro Gagliardi
2014-02-21Fixed up todo.md to remove things that are done and add more notes.Pietro Gagliardi
2014-02-21Fixed the unregistered window class error on 64-bit Windows: turns out it was...Pietro Gagliardi
2014-02-19Got rid of my Windows input lag problems on Windows (triggered by the switch ...Pietro Gagliardi
2014-02-19More README updates.Pietro Gagliardi
2014-02-19Updated README to package-ize.Pietro Gagliardi
2014-02-19Super ultra important TODO related to previous two commits.Pietro Gagliardi
2014-02-19...and now it magically works again?! after too long, anyway...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-18Missed a ui. in the README example code.Pietro Gagliardi
2014-02-18More README adjustments.Pietro Gagliardi
2014-02-18Expanded the README.Pietro Gagliardi
2014-02-18Fixed the faults: upon further examination, the garbage collector was eating ...Pietro Gagliardi
2014-02-18Buffered the event channels, as per skelterjohn's suggestion; I thought this ...Pietro Gagliardi
2014-02-18Made event dispatch asynchronous to avoid deadlocks; right now events that ca...Pietro Gagliardi
2014-02-17Added license and README.Pietro Gagliardi
2014-02-17Removed all //package ui comments.Pietro Gagliardi
2014-02-17Moved the old Windows main() to unmigrated/; may wind up deleting it instead.Pietro Gagliardi
2014-02-17Wrote an implementation guide.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
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-17More TODOs.Pietro Gagliardi
2014-02-17Added GTK+ message boxes.Pietro Gagliardi
2014-02-17Split out the dialog functions into portable and non-portable code to keep th...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-17Fixed the GTK+ crashes (I think) by making resizes synchronous. Since all con...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-16Fixed layout failure... for now.Pietro Gagliardi
2014-02-16Added GTK+ LineEdit. It appears there's something weird happening now...Pietro Gagliardi
2014-02-16Added alternate control style building... mostly...Pietro Gagliardi
2014-02-16Added crash guard for making alternates (to get editable comboboxes).Pietro Gagliardi
2014-02-16...derp, it was my crash guard failing.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-16More GTK+ weird behavior TODOs.Pietro Gagliardi