summaryrefslogtreecommitdiff
path: root/todo.md
AgeCommit message (Expand)Author
2014-03-12Made message boxes run on uitask on Windows; adjusted some related TODOs.Pietro Gagliardi
2014-03-12Standardized message boxes so they appear similarly on all platforms. This sh...Pietro Gagliardi
2014-03-11Split NewListbox() into NewListbox() (single-selection) and NewMultiSelListbo...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 TODOs.Pietro Gagliardi
2014-03-10More TODOs.Pietro Gagliardi
2014-03-09Removed now-unused error returns from sysData.show() and sysData.hide().Pietro Gagliardi
2014-03-09More TODOs.Pietro Gagliardi
2014-03-09More TODOs.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-08Updated one of the previous TODOs.Pietro Gagliardi
2014-03-08More TODOs.Pietro Gagliardi
2014-03-07More TODOs.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-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-06More TODO cleanup.Pietro Gagliardi
2014-03-06Major overdue cleanup of todo.md.Pietro Gagliardi
2014-03-05Update ui.Go() documentation to show that it will return nil when its main() ...Pietro Gagliardi
2014-03-03Fixed Mac OS X control placement flipping. This is done by passing the height...Pietro Gagliardi
2014-03-03More TODOs.Pietro Gagliardi
2014-03-03More TODOs.Pietro Gagliardi
2014-03-03Added the scrollbars themselves to the NSScrollView backing the Mac OS X List...Pietro Gagliardi
2014-03-03More TODOs related to the previous commit.Pietro Gagliardi
2014-03-03Changed how the preferred size of controls is determined to accomodate NSTabl...Pietro Gagliardi
2014-03-03Fixed selection grabbing and also append/insert/removal crashes: all were sel...Pietro Gagliardi
2014-03-02Added Mac OS X Labels and a bunch of TODOs. Now for Listboxes... oh boy...Pietro Gagliardi
2014-03-02Fixed incorrect redrawing of Mac OS X windows after resize. Still need to fix...Pietro Gagliardi
2014-03-02Finished the implementation of Combobox on Mac OS X.Pietro Gagliardi
2014-03-02Added the other Combobox modification functions to the Mac OS X backend. Befo...Pietro Gagliardi
2014-03-01More TODOs.Pietro Gagliardi
2014-03-01Some error message and TODO changes related to the previous commit.Pietro Gagliardi
2014-03-01Fixed non-minimizeable windows in Mac OS X; it was a simple copy-paste fail.Pietro Gagliardi
2014-03-01Cleaned up loose ends with the previous commit and got window close events wo...Pietro Gagliardi
2014-03-01Added another important Mac OS X TODO about coordinates.Pietro Gagliardi
2014-03-01Whoops, misspelled -[NSWindow frame] as -[NSWindow _frame]. Fixed; test progr...Pietro Gagliardi
2014-03-01Documentation and TODO changes.Pietro Gagliardi
2014-03-01More TODOs.Pietro Gagliardi
2014-02-25Lock Stack's mutex lock like with all other Controls.Pietro Gagliardi
2014-02-25Added password entry fields; they are the alternate mode of LineEdit.Pietro Gagliardi
2014-02-25More TODOs.Pietro Gagliardi
2014-02-24More TODOs.Pietro Gagliardi
2014-02-24More TODOs (unrelated to previous commit).Pietro Gagliardi