summaryrefslogtreecommitdiffstatshomepage
path: root/databinding.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Increased reliance on WindowGroup for storage of data with thread affinityJoshua Sjoding2019-09-161-1/+1
* DataBinder: Some small fixesAlexander Neumann2019-02-251-2/+4
* Add support for using the DataSource of a DataBinder in a data binding expressionAlexander Neumann2018-11-061-16/+68
* Some TableView improvementsAlexander Neumann2018-10-101-66/+127
* DataBinder: Add AutoSubmitSuspendedAlexander Neumann2018-04-231-1/+22
* DataBinder: Fix error messageAlexander Neumann2018-02-051-1/+1
* DataBinder: Fix auto-submit and add support for interfacesAlexander Neumann2017-12-121-1/+4
* Allow empty string as property sourceAlexander Neumann2017-10-091-1/+7
* DataBinder: Add auto-submit delayAlexander Neumann2017-06-281-10/+33
* DataBinder: Submit zero value if property getter returns nil, except for RadioButtonAlexander Neumann2017-04-251-7/+10
* DataBinding: add new DataField interfaceAttila Tajti2015-12-051-37/+82
* 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-30/+84
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-1/+1
* DataBinder: More helpful error message for invalid data memberAlexander Neumann2013-06-051-0/+3
* DataBinder: In Reset, call validateProperties from the right placeAlexander Neumann2013-05-161-4/+8
* DataBinder: If a property changes, validate all properties.Alexander Neumann2013-05-141-34/+28
* DataBinder: Suppress Submitted event on auto submit if property returned nilAlexander Neumann2013-05-071-0/+4
* DataBinder: Add support for automatic submit on widget property changeAlexander Neumann2013-05-071-62/+103
* Change Property to be an interface, provide some implementations and adjust widgetsAlexander Neumann2013-04-301-12/+15
* DataBinder: Add support for data source composition (only pointers to structs for now)Alexander Neumann2013-03-131-5/+31
* Remove remnants of old data binding codeAlexander Neumann2012-10-301-14/+0
* Begin replacing previous data binding system with a new one based on propertiesAlexander Neumann2012-10-301-57/+64
* Extend data binding with support for validators and error presentersAlexander Neumann2012-10-151-4/+112
* ComboBox: Add data binding supportAlexander Neumann2012-10-051-1/+8
* DataBinder: Convert numbers if requiredAlexander Neumann2012-10-051-0/+66
* Add initial support for data bindingAlexander Neumann2012-10-051-0/+90