summaryrefslogtreecommitdiffstatshomepage
path: root/combobox.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add ItemsInserted + ItemsRemoved to ListModel and support them in ComboBox + ListBoxAlexander Neumann2019-02-251-2/+69
* Don't panic in property accessors if type assertion failsAlexander Neumann2018-12-051-3/+3
* Cache widget text size calculation results to speed up layoutAlexander Neumann2018-04-231-2/+2
* [declarative/]ComboBox: Add OnTextChanged and [On]EditingFinished, fixes #367Alexander Neumann2018-03-221-6/+25
* ComboBox: Add automatic horizontal scrolling style if it is editableAlexander Neumann2018-02-051-1/+1
* More GraphicsEffects changesAlexander Neumann2017-11-211-1/+2
* Some more graphics effects workAlexander Neumann2017-11-201-0/+2
* Merge branch 'master' into graphicseffectsAlexander Neumann2017-08-011-8/+9
|\
| * ComboBox: Use the same event for Text and Value propertiesAlexander Neumann2017-08-011-8/+9
* | ComboBox: Handle edit control focus changesAlexander Neumann2017-06-291-0/+3
|/
* ComboBox: Fix using wrong changed event for Value propertyAlexander Neumann2017-06-131-3/+3
* ComboBox: Remove accidentally committed code, fixes #279Alexander Neumann2017-06-021-7/+0
* ComboBox: If editable, use TextChanged event for Value propertyAlexander Neumann2017-05-301-2/+21
* Suppress text selection for editable ComboBox on resize; go fmtAlexander Neumann2016-08-011-0/+9
* ComboBox: No longer raise CurrentIndexChanged event when editing textAlexander Neumann2016-08-011-1/+0
* ComboBox: Some layout changesAlexander Neumann2016-08-011-2/+6
* ComboBox: Recalculate max item text width on font changeAlexander Neumann2015-11-161-0/+9
* Add build tags to allow this library to be included in a cross platform program. This allows for several things:Joseph Watson2015-09-151-0/+2
* Don't ask...Alexander Neumann2015-06-251-3/+30
* ComboBox: Don't leak window handle if widget creation failsAlexander Neumann2014-01-161-0/+9
* ComboBox: Fix another bugAlexander Neumann2014-01-161-0/+1
* ComboBox: Fix index out of bounds bug introduced in previous commitAlexander Neumann2014-01-161-1/+1
* ComboBox: Make validators work when editableAlexander Neumann2014-01-161-2/+14
* ComboBox: Slightly increase MinSizeHint widthAlexander Neumann2014-01-161-1/+1
* ComboBox: Only pre-select single list item if not editableAlexander Neumann2014-01-161-1/+1
* ComboBox: Add MaxLengthAlexander Neumann2014-01-161-0/+11
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-37/+37
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-5/+5
* ComboBox: Add Text propertyAlexander Neumann2013-06-051-0/+9
* Make editable ComboBox not swallow return key on dialog with default buttonAlexander Neumann2013-05-131-0/+10
* ComboBox: Invalidate at end of SetModelAlexander Neumann2013-05-091-1/+1
* Centralize WM_KEYDOWN/WM_KEYUP handlingAlexander Neumann2013-05-091-14/+2
* Fix reporting of key events for editable ComboBoxesAlexander Neumann2013-05-091-1/+18
* Make key codes be of type Key and implement fmt.Stringer for itAlexander Neumann2013-05-091-1/+1
* ComboBox: Make KeyDown event report return keyAlexander Neumann2013-05-071-1/+8
* Make KeyDown event work for editable ComboBox, fixes #44Alexander Neumann2013-05-061-1/+25
* ComboBox, ListBox: Add support for []string modelsAlexander Neumann2013-05-051-11/+29
* ComboBox: s/NewComboBox/NewDropDownBox; Add NewComboBox for editable textAlexander Neumann2013-05-051-2/+28
* ComboBox, ListBox: Fixes for Go 1.1 64 bitAlexander Neumann2013-05-011-2/+2
* Don't store Property values in widgetsAlexander Neumann2013-05-011-16/+11
* Change Property to be an interface, provide some implementations and adjust widgetsAlexander Neumann2013-04-301-5/+4
* ComboBox: Add support for new reflect based modelsAlexander Neumann2013-04-301-3/+91
* ComboBox: Preselect single option.Alexander Neumann2013-04-171-1/+9
* Remove remnants of old data binding codeAlexander Neumann2012-10-301-56/+0
* Add some properties to many widgetsAlexander Neumann2012-10-301-0/+44
* Extend data binding with support for validators and error presentersAlexander Neumann2012-10-151-0/+9
* ComboBox: Add data binding supportAlexander Neumann2012-10-051-0/+49
* ComboBox: Better CBN_SELENDCANCEL handlingAlexander Neumann2012-09-171-4/+20
* ComboBox: Raise CurrentIndexChanged also when pressing cancel or losing focusAlexander Neumann2012-09-171-1/+1