summaryrefslogtreecommitdiff
path: root/combobox.go
AgeCommit message (Expand)Author
2018-08-12Fixed build errors.Pietro Gagliardi
2018-08-11More control migration.Pietro Gagliardi
2018-08-11More control conversion and syncing.Pietro Gagliardi
2018-08-11Moved all the Go files back out of the way. There needs to be a better way.Pietro Gagliardi
2018-08-11Readded Combobox and added EditableCombobox.Pietro Gagliardi
2018-08-11Moved the existing .go files out of the way and replaced ui.h with the alpha4...Pietro Gagliardi
2016-05-29Switched OS X to use statically linked libui.Pietro Gagliardi
2015-12-12Added uiCombobox.Pietro Gagliardi
2014-08-30Out with the old...Pietro Gagliardi
2014-07-02Moved it all back; the preemptive multitaksing during an event handler kills ...Pietro Gagliardi
2014-07-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-06-30Restored the previous new API. I'm going to change it so that events are call...Pietro Gagliardi
2014-06-30Reverted everything back to the old API.Pietro Gagliardi
2014-06-28Began the migration to the new API. Removed locks from the public control API...Pietro Gagliardi
2014-06-25Made the new sizing system work on Windows.Pietro Gagliardi
2014-06-25Migrated existing controls to the new sizing system.Pietro Gagliardi
2014-06-25Added the necessary work to make new regular Labels work on the other platforms.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-06-05Fixed the GTK+ Combobox sizing issues for real this time.Pietro Gagliardi
2014-05-29Checked to see if the previous commit worked after removing the leftover Comb...Pietro Gagliardi
2014-04-28Moved TODOs about new event signals to the future plans document.Pietro Gagliardi
2014-04-12Fixed Comboboxes on Mac OS X having an initial selection. This also lays the ...Pietro Gagliardi
2014-04-01Removed the initText parameter from sysData.make() and changed all invocation...Pietro Gagliardi
2014-03-18Restored the locks everywhere except on resizing calculations. I'll run under...Pietro Gagliardi
2014-03-17Changed the new resizing code so that it uses the same allocated slice per wi...Pietro Gagliardi
2014-03-17Changed window resizes so that the actual Control.setRect() functions appende...Pietro Gagliardi
2014-03-17Dumped the mutex locks from the other controls and elaborated/asked for help ...Pietro Gagliardi
2014-03-12Separated file creation dates from the package comment.Pietro Gagliardi
2014-03-11Removed error returns from Combobox.Delete(), Listbox.Delete(), and sysData.d...Pietro Gagliardi
2014-03-09Removed error returns from Control.preferredSize() since errors are not going...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-09Added bounds checks for Combobox.InsertBefore() and Combobox.Delete().Pietro Gagliardi
2014-03-08Added Combobox/Listbox.Len() and its GTK+ implementation.Pietro Gagliardi
2014-03-07Pinned (or marked for later pinninig) behavior of various controls; also impr...Pietro Gagliardi
2014-03-07Changed Combobox.Append() and Listbox.Append() to accept multiple strings in ...Pietro Gagliardi
2014-03-03Fixed Mac OS X control placement flipping. This is done by passing the height...Pietro Gagliardi
2014-02-25Split NewCombobox() into separate functions NewCombobox() and NewEditableComb...Pietro Gagliardi
2014-02-24Added Control.preferredSize() and preferredSize() for all the standard Controls.Pietro Gagliardi
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to bui...Pietro Gagliardi
2014-02-17Removed all //package ui comments.Pietro Gagliardi
2014-02-15Added Combobox.SelectedIndex().Pietro Gagliardi
2014-02-15Added Combobox.Delete() and Listbox.Delete() and added some TODOs.Pietro Gagliardi
2014-02-15Added Combobox.Append() and Combobox.InsertBefore().Pietro Gagliardi
2014-02-15Reduced the number of unnecessary error returns based on MSDN. The TODOs that...Pietro Gagliardi
2014-02-15Removed setting the initial width and height in sysData.make() (this gets rid...Pietro Gagliardi
2014-02-14Handled all controls's created field.Pietro Gagliardi
2014-02-14Renamed sysData.editable to sysData.alternate in preparation for ListBox.Pietro Gagliardi
2014-02-14Added Combobox.Pietro Gagliardi