summaryrefslogtreecommitdiffstatshomepage
path: root/models.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* TableView: Add support for cell owner drawingAlexander Neumann2017-11-291-0/+17
* Add CellStyler and CellStyleAlexander Neumann2017-03-141-0/+33
* TableModel/TableView: Add support for adding and removing ranges of itemsAlexander Neumann2017-02-271-2/+38
* 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
* Add interfaces for reflect based modelsAlexander Neumann2013-04-301-14/+121
* TableView: Use new TableViewColumn struct for column management.Alexander Neumann2013-04-031-25/+0
* Remove ExpandedImager interfaceAlexander Neumann2012-10-261-13/+0
* TreeView: Refactor to a model based designAlexander Neumann2012-10-251-0/+93
* ComboBox: Add data binding supportAlexander Neumann2012-10-051-0/+6
* Use localized number formatting.Alexander Neumann2012-09-021-1/+2
* TableView: Display file icons for file paths supplied by ImageProvider.Alexander Neumann2012-08-301-1/+4
* Add ImageProvider interface for supplying widgets with imagesAlexander Neumann2012-08-281-1/+10
* Add Sorter interface and SorterBase base implementation.Alexander Neumann2012-08-171-0/+70
* Change ComboBox to obtain item data from a ListModelAlexander Neumann2012-05-071-0/+121