summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-12Update README now that I think I have the API as I want it.Pietro Gagliardi
2014-03-12Whoops, that commit that was to remove the ProgressBar line from todo.md actu...Pietro Gagliardi
2014-03-12Changed the way uitask is dispatched on GTK+ to make event handling not a CPU...Pietro Gagliardi
2014-03-12Removed indeterminate ProgressBars from todo.md; that's now done.Pietro Gagliardi
2014-03-12Added indeterminate ProgressBar code for Mac OS X.Pietro Gagliardi
2014-03-12Added indeterminate ProgressBar code on Windows and fixed up a few other thin...Pietro Gagliardi
2014-03-12Added GTK+ indeterminate ProgressBars.Pietro Gagliardi
2014-03-12Added indeterminate ProgressBars to the portable frontend and fixed up Progre...Pietro Gagliardi
2014-03-12Forgot one Windows XP move.Pietro Gagliardi
2014-03-12Dropped Windows 2000 support.Pietro Gagliardi
2014-03-12More TODOs.Pietro Gagliardi
2014-03-12Gave Listboxes a border on Windows by implementing the subset of LBS_STANDARD...Pietro Gagliardi
2014-03-12Removed a stray TODO resolved by the previous few commits.Pietro Gagliardi
2014-03-12Filled in the OS/arch support matrix; updated a few things in it.Pietro Gagliardi
2014-03-12Made message boxes run on uitask on Windows; adjusted some related TODOs.Pietro Gagliardi
2014-03-12More TODOs.Pietro Gagliardi
2014-03-12Standardized message boxes so they appear similarly on all platforms. This sh...Pietro Gagliardi
2014-03-12Made programs go to the front of the screen on Mac OS X like other programs d...Pietro Gagliardi
2014-03-12Added note on Solaris to README.Pietro Gagliardi
2014-03-11Split NewListbox() into NewListbox() (single-selection) and NewMultiSelListbo...Pietro Gagliardi
2014-03-11Added more TODOs.Pietro Gagliardi
2014-03-11Made Stack.SetStretchy() panic on invalid index, ending that group of functio...Pietro Gagliardi
2014-03-11Removed error returns from Combobox.Delete(), Listbox.Delete(), and sysData.d...Pietro Gagliardi
2014-03-11Handle out of range on Listbox.Delete(). The Mac OS X exception behavior I pr...Pietro Gagliardi
2014-03-11More compiler error fixes.Pietro Gagliardi
2014-03-11Fixed compiler errors in the past few commits.Pietro Gagliardi
2014-03-11More TODO reduction.Pietro Gagliardi
2014-03-11TODO reduction and documentation fixups in Grid.Pietro Gagliardi
2014-03-11More TODO reduction.Pietro Gagliardi
2014-03-11TODO reduction and long-migrated code removal.Pietro Gagliardi
2014-03-11More TODOs.Pietro Gagliardi
2014-03-11Removed a TODO in Checkbox and made its behavior more precise.Pietro Gagliardi
2014-03-11welp mandrivaPietro Gagliardi
2014-03-10Another README update: plan9/amd64 support is in package runtime, so add that...Pietro Gagliardi
2014-03-10Some README changes.Pietro Gagliardi
2014-03-10unmigrated/messages_windows.go removed; it was migrated ages ago (in uitask_w...Pietro Gagliardi
2014-03-10More TODOs.Pietro Gagliardi
2014-03-10Fixed compiler errors in the previous few commits.Pietro Gagliardi
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