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
Age
Commit message (
Expand
)
Author
2014-03-12
Standardized message boxes so they appear similarly on all platforms. This sh...
Pietro Gagliardi
2014-03-12
Made programs go to the front of the screen on Mac OS X like other programs d...
Pietro Gagliardi
2014-03-12
Added note on Solaris to README.
Pietro Gagliardi
2014-03-11
Split NewListbox() into NewListbox() (single-selection) and NewMultiSelListbo...
Pietro Gagliardi
2014-03-11
Added more TODOs.
Pietro Gagliardi
2014-03-11
Made Stack.SetStretchy() panic on invalid index, ending that group of functio...
Pietro Gagliardi
2014-03-11
Removed error returns from Combobox.Delete(), Listbox.Delete(), and sysData.d...
Pietro Gagliardi
2014-03-11
Handle out of range on Listbox.Delete(). The Mac OS X exception behavior I pr...
Pietro Gagliardi
2014-03-11
More compiler error fixes.
Pietro Gagliardi
2014-03-11
Fixed compiler errors in the past few commits.
Pietro Gagliardi
2014-03-11
More TODO reduction.
Pietro Gagliardi
2014-03-11
TODO reduction and documentation fixups in Grid.
Pietro Gagliardi
2014-03-11
More TODO reduction.
Pietro Gagliardi
2014-03-11
TODO reduction and long-migrated code removal.
Pietro Gagliardi
2014-03-11
More TODOs.
Pietro Gagliardi
2014-03-11
Removed a TODO in Checkbox and made its behavior more precise.
Pietro Gagliardi
2014-03-11
welp mandriva
Pietro Gagliardi
2014-03-10
Another README update: plan9/amd64 support is in package runtime, so add that...
Pietro Gagliardi
2014-03-10
Some README changes.
Pietro Gagliardi
2014-03-10
unmigrated/messages_windows.go removed; it was migrated ages ago (in uitask_w...
Pietro Gagliardi
2014-03-10
More TODOs.
Pietro Gagliardi
2014-03-10
Fixed compiler errors in the previous few commits.
Pietro Gagliardi
2014-03-10
Removed error returns from [all controls].SetText() and Window.SetTitle().
Pietro Gagliardi
2014-03-10
Removed error returns from sysData.setText() now that we no longer care.
Pietro Gagliardi
2014-03-10
Changed Windows sysData.setText() to panic on error. WM_SETTEXT's documentati...
Pietro Gagliardi
2014-03-10
Whoops, forgot Checkbox.Text() on GTK+. Fixed.
Pietro Gagliardi
2014-03-10
Added a known build matrix for documentation purposes.
Pietro Gagliardi
2014-03-09
Removed now-unused error returns from sysData.show() and sysData.hide().
Pietro Gagliardi
2014-03-09
Removed error returns from Window.Show() and Window.Hide(). Also properly loc...
Pietro Gagliardi
2014-03-09
More TODOs.
Pietro Gagliardi
2014-03-09
Split sysData.show() into separate show() and firstShow() to accomodate Windo...
Pietro Gagliardi
2014-03-09
More TODOs.
Pietro Gagliardi
2014-03-09
Removed error returns from Control.preferredSize() since errors are not going...
Pietro Gagliardi
2014-03-09
Changed Windows sysData.preferredSize() to panic on error, since the other pl...
Pietro Gagliardi
2014-03-09
Fixed compiler errors in the previous commit.
Pietro Gagliardi
2014-03-09
Steamrolled errors under panic() in Combobox/Listbox.Append()/InsertBefore() ...
Pietro Gagliardi
2014-03-09
Removed gListboxSelected; it was never being called anyway (only gListboxSele...
Pietro Gagliardi
2014-03-09
Made Listboxes non-editable in Mac OS X; also more TODOs.
Pietro Gagliardi
2014-03-09
Added bounds checks for Listbox.InsertBefore(). This stupid 32-bit Mac bug ke...
Pietro Gagliardi
2014-03-09
Added bounds checks for Combobox.InsertBefore() and Combobox.Delete().
Pietro Gagliardi
2014-03-08
Added a flag to the test program to evaluate illegal deletions on Mac OS X, n...
Pietro Gagliardi
2014-03-08
Updated one of the previous TODOs.
Pietro Gagliardi
2014-03-08
cgo inserts -m32 automatically, so we don't need to in ./d32.
Pietro Gagliardi
2014-03-08
More TODOs.
Pietro Gagliardi
2014-03-08
Added the Mac OS X implementation of Combobox/Listbox.Len().
Pietro Gagliardi
2014-03-08
Added the Windows implementation of Combobox/Listbox.Len().
Pietro Gagliardi
2014-03-08
Added Combobox/Listbox.Len() and its GTK+ implementation.
Pietro Gagliardi
2014-03-07
More TODOs.
Pietro Gagliardi
2014-03-07
More Space() documentation fixes; also a TODO for Space().
Pietro Gagliardi
2014-03-07
Pinned (or marked for later pinninig) behavior of various controls; also impr...
Pietro Gagliardi
[next]