summaryrefslogtreecommitdiffstatshomepage
path: root/models.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* ListBox/ListItemStyle: Allow override of TextColorAlexander Neumann2020-09-031-1/+2
* Add some TableView stuffAlexander Neumann2020-07-291-0/+7
* Table[Model|View]: Add [Publish]RowsChanged for more efficient update of a range of rowsAlexander Neumann2019-10-281-0/+17
* TreeView: Enable performance improvements by not counting all childrenAlexander Neumann2019-10-231-0/+6
* DPI: Merge `RectanglePixels` to `Rectangle`Simon Rozman2019-09-271-5/+5
* DPI: Merge `Pixel` to `int`Simon Rozman2019-09-271-2/+2
* DPI: Accept native pixel coordinates with ItemHeightSimon Rozman2019-09-271-4/+6
* DPI, Styler: Revise cell and list stylersSimon Rozman2019-09-261-6/+24
* DPI, Canvas: Merge dpix and dpiySimon Rozman2019-09-261-4/+2
* DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-7/+7
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-8/+8
* TreeModel/TreeView: Add some new events and methodsAlexander Neumann2019-08-261-2/+28
* ListItemStyle: Remove ImageAlexander Neumann2019-06-191-23/+14
* ListBox: Owner drawing improvementsAlexander Neumann2019-06-181-9/+70
* ListBox: Add support for owner drawing (WIP)Alexander Neumann2019-06-121-0/+83
* TableView: Fix cell styling for HIDPIAlexander Neumann2019-05-151-1/+6
* Add ItemsInserted + ItemsRemoved to ListModel and support them in ComboBox + ListBoxAlexander Neumann2019-02-251-2/+36
* 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