index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
listbox.go
Age
Commit message (
Expand
)
Author
2014-08-30
Out with the old...
Pietro Gagliardi
2014-07-02
Moved it all back; the preemptive multitaksing during an event handler kills ...
Pietro Gagliardi
2014-07-02
Moved everything out of the way pending rewrite.
Pietro Gagliardi
2014-06-30
Restored the previous new API. I'm going to change it so that events are call...
Pietro Gagliardi
2014-06-30
Reverted everything back to the old API.
Pietro Gagliardi
2014-06-28
Began the migration to the new API. Removed locks from the public control API...
Pietro Gagliardi
2014-06-25
Made the new sizing system work on Windows.
Pietro Gagliardi
2014-06-25
Migrated existing controls to the new sizing system.
Pietro Gagliardi
2014-06-25
Added the necessary work to make new regular Labels work on the other platforms.
Pietro Gagliardi
2014-06-10
More go fmt.
Pietro Gagliardi
2014-06-09
Cleaned up the scrollbars documentation in the Overview.
Pietro Gagliardi
2014-05-17
Found a method in NSArrayController via Stack Overflow which lets me suppress...
Pietro Gagliardi
2014-04-28
Moved TODOs about new event signals to the future plans document.
Pietro Gagliardi
2014-04-13
Rolled back the Windows horizontally scrolling Listbox changes because I can'...
Pietro Gagliardi
2014-04-13
Pinned down horizontal scrollbar behavior on Listboxes; also reworded the Are...
Pietro Gagliardi
2014-04-12
Fixed Listboxes on Mac OS X having an initial selection.
Pietro Gagliardi
2014-04-10
Documented scrollbars on Listbox and Area to the best of my ability, shufflin...
Pietro Gagliardi
2014-04-01
Removed the initText parameter from sysData.make() and changed all invocation...
Pietro Gagliardi
2014-03-18
Restored the locks everywhere except on resizing calculations. I'll run under...
Pietro Gagliardi
2014-03-17
Changed the new resizing code so that it uses the same allocated slice per wi...
Pietro Gagliardi
2014-03-17
Changed window resizes so that the actual Control.setRect() functions appende...
Pietro Gagliardi
2014-03-17
Dumped the mutex locks from the other controls and elaborated/asked for help ...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-11
Split NewListbox() into NewListbox() (single-selection) and NewMultiSelListbo...
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-09
Removed error returns from Control.preferredSize() since errors are not going...
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
Added bounds checks for Listbox.InsertBefore(). This stupid 32-bit Mac bug ke...
Pietro Gagliardi
2014-03-08
Added Combobox/Listbox.Len() and its GTK+ implementation.
Pietro Gagliardi
2014-03-07
Pinned (or marked for later pinninig) behavior of various controls; also impr...
Pietro Gagliardi
2014-03-07
Changed Combobox.Append() and Listbox.Append() to accept multiple strings in ...
Pietro Gagliardi
2014-03-03
Fixed Mac OS X control placement flipping. This is done by passing the height...
Pietro Gagliardi
2014-02-24
Added Control.preferredSize() and preferredSize() for all the standard Controls.
Pietro Gagliardi
2014-02-19
Moved to a proper package; main() is now a test and go test -c is used to bui...
Pietro Gagliardi
2014-02-17
Removed all //package ui comments.
Pietro Gagliardi
2014-02-15
Added Listbox.Selection() and Listbox.SelectedIndices(). Also fixed a bug inv...
Pietro Gagliardi
2014-02-15
Added Combobox.Delete() and Listbox.Delete() and added some TODOs.
Pietro Gagliardi
2014-02-15
Added Listbox.Append() and Listbox.InsertBefore().
Pietro Gagliardi
2014-02-15
Removed setting the initial width and height in sysData.make() (this gets rid...
Pietro Gagliardi
2014-02-14
Handled all controls's created field.
Pietro Gagliardi
2014-02-14
Added Listboxes. You can't use the results just yet...
Pietro Gagliardi