summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-10Removed error returns from [all controls].SetText() and Window.SetTitle().Pietro Gagliardi
2014-03-10Removed error returns from sysData.setText() now that we no longer care.Pietro Gagliardi
2014-03-10Changed Windows sysData.setText() to panic on error. WM_SETTEXT's documentati...Pietro Gagliardi
2014-03-10Whoops, forgot Checkbox.Text() on GTK+. Fixed.Pietro Gagliardi
2014-03-10Added a known build matrix for documentation purposes.Pietro Gagliardi
2014-03-09Removed now-unused error returns from sysData.show() and sysData.hide().Pietro Gagliardi
2014-03-09Removed error returns from Window.Show() and Window.Hide(). Also properly loc...Pietro Gagliardi
2014-03-09More TODOs.Pietro Gagliardi
2014-03-09Split sysData.show() into separate show() and firstShow() to accomodate Windo...Pietro Gagliardi
2014-03-09More TODOs.Pietro Gagliardi
2014-03-09Removed error returns from Control.preferredSize() since errors are not going...Pietro Gagliardi
2014-03-09Changed Windows sysData.preferredSize() to panic on error, since the other pl...Pietro Gagliardi
2014-03-09Fixed compiler errors in the previous commit.Pietro Gagliardi
2014-03-09Steamrolled errors under panic() in Combobox/Listbox.Append()/InsertBefore() ...Pietro Gagliardi
2014-03-09Removed gListboxSelected; it was never being called anyway (only gListboxSele...Pietro Gagliardi
2014-03-09Made Listboxes non-editable in Mac OS X; also more TODOs.Pietro Gagliardi
2014-03-09Added bounds checks for Listbox.InsertBefore(). This stupid 32-bit Mac bug ke...Pietro Gagliardi
2014-03-09Added bounds checks for Combobox.InsertBefore() and Combobox.Delete().Pietro Gagliardi
2014-03-08Added a flag to the test program to evaluate illegal deletions on Mac OS X, n...Pietro Gagliardi
2014-03-08Updated one of the previous TODOs.Pietro Gagliardi
2014-03-08cgo inserts -m32 automatically, so we don't need to in ./d32.Pietro Gagliardi
2014-03-08More TODOs.Pietro Gagliardi
2014-03-08Added the Mac OS X implementation of Combobox/Listbox.Len().Pietro Gagliardi
2014-03-08Added the Windows implementation of Combobox/Listbox.Len().Pietro Gagliardi
2014-03-08Added Combobox/Listbox.Len() and its GTK+ implementation.Pietro Gagliardi
2014-03-07More TODOs.Pietro Gagliardi
2014-03-07More Space() documentation fixes; also a TODO for Space().Pietro Gagliardi
2014-03-07Pinned (or marked for later pinninig) behavior of various controls; also impr...Pietro Gagliardi
2014-03-07Still more TODOs.Pietro Gagliardi
2014-03-07More TODOs.Pietro Gagliardi
2014-03-07Changed Combobox.Append() and Listbox.Append() to accept multiple strings in ...Pietro Gagliardi
2014-03-07More control candidate information.Pietro Gagliardi
2014-03-07Oops, the garbage collector is collecting our GTK+ idle callback too (much la...Pietro Gagliardi
2014-03-07Even more control candidate work.Pietro Gagliardi
2014-03-07More control candidates TODO.Pietro Gagliardi
2014-03-07Added more notes to the control candidates document.Pietro Gagliardi
2014-03-06More TODOs.Pietro Gagliardi
2014-03-06Even more TODO elaboration.Pietro Gagliardi
2014-03-06More TODO elaboration.Pietro Gagliardi
2014-03-06Split NewStack() into NewHorizontalStack() and NewVerticalStack(). Unexported...Pietro Gagliardi
2014-03-06Updated to the control candidates document to reflect the now-written Mac OS ...Pietro Gagliardi
2014-03-06More TODO cleanup.Pietro Gagliardi
2014-03-06Major overdue cleanup of todo.md.Pietro Gagliardi
2014-03-05Linked the wakeup program int he README as the example.Pietro Gagliardi
2014-03-05Update ui.Go() documentation to show that it will return nil when its main() ...Pietro Gagliardi
2014-03-05Have ui.Go() return on main() return on Mac OS X.Pietro Gagliardi
2014-03-05Have ui.Go() return on main() return on Unix.Pietro Gagliardi
2014-03-05Have ui.Go() return on main() return on Windows.Pietro Gagliardi
2014-03-05Remove the 32-bit GTK+ from linux/386 Travis.ci builds; I have no idea how to...Pietro Gagliardi
2014-03-05One more try with Travis.ci: this time start with multiarch support explicit.Pietro Gagliardi