summaryrefslogtreecommitdiffstatshomepage
path: root/treeview.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove treeview condition checkxoviat2020-08-181-7/+1
* TreeView: Enable performance improvements by not counting all childrenAlexander Neumann2019-10-231-3/+10
* DPI: Merge `PointPixels` to `Point`Simon Rozman2019-09-271-1/+1
* DPI: Merge `Pixel` to `int`Simon Rozman2019-09-271-4/+5
* DPI: Accept native pixel coordinates with ItemHeightSimon Rozman2019-09-271-0/+2
* DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-1/+1
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-5/+5
* TreeModel/TreeView: Add some new events and methodsAlexander Neumann2019-08-261-25/+80
* Export needsWmSize for external widgetsAlexander Neumann2019-07-311-1/+1
* Slider and TreeView also need WM_SIZEAlexander Neumann2019-07-311-0/+4
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-8/+4
* TableView: Avoid flicker and high cpu utilization in weird corner caseAlexander Neumann2019-06-051-1/+1
* TreeView: Don't attempt to insert nil item; disable drawing while inserting hierarchyAlexander Neumann2019-06-051-2/+7
* TableView/TreeView: Use image list appropriate for the current DPIAlexander Neumann2019-05-301-1/+7
* Initial DPI awareness support for images and drawingAlexander Neumann2019-05-141-1/+2
* TreeView: Handle text retrieval via TVN_GETDISPINFO the same as for TableViewAlexander Neumann2018-10-231-5/+7
* TreeView: Use double buffer to remove flickerAlexander Neumann2018-10-231-4/+3
* TreeView: Speed up item insertionAlexander Neumann2018-10-231-22/+3
* TreeView: Only retrieve text if the item is visibleAlexander Neumann2018-02-051-1/+7
* More GraphicsEffects changesAlexander Neumann2017-11-211-1/+2
* Some more graphics effects workAlexander Neumann2017-11-201-0/+2
* TreeView: Improve background handlingAlexander Neumann2017-10-241-0/+18
* [declarative/]TreeView: Add [Set]ItemHeightAlexander Neumann2017-10-241-0/+8
* Add more properties to some widgetsAlexander Neumann2017-02-271-0/+26
* TreeView: Fix problem with not yet internally inserted item due to lazy populationAlexander Neumann2017-02-091-1/+46
* 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
* TreeView: Add ItemActivated eventAlexander Neumann2015-08-121-0/+19
* TreeView: Fix garbage collected item textAlexander Neumann2015-07-141-2/+5
* Don't ask...Alexander Neumann2015-06-251-0/+5
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-58/+58
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-1/+1
* TreeView: Some changes around item expandingAlexander Neumann2013-07-101-8/+32
* TreeView: Don't select full rowAlexander Neumann2013-05-261-2/+2
* TreeView: Adjust style to mimic explorerAlexander Neumann2012-11-041-1/+1
* Revert "TreeView: Add ItemExpanding and ItemCollapsing"Alexander Neumann2012-11-011-24/+0
* TreeView: Fix crash bug that could occur when handling TVN_GETDISPINFO sent from TVM_INSERTITEMAlexander Neumann2012-11-011-0/+3
* TreeView: Add ItemExpanding and ItemCollapsingAlexander Neumann2012-11-011-0/+24
* TreeView: Provide item text via callbackAlexander Neumann2012-10-271-2/+5
* TreeView: Add support for imagesAlexander Neumann2012-10-261-3/+57
* TreeView: Add ItemAt methodAlexander Neumann2012-10-251-0/+12
* TreeView: Refactor to a model based designAlexander Neumann2012-10-251-95/+249
* Use SendMessage method instead of func where possible.Alexander Neumann2012-09-161-2/+2
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Export WndProcAlexander Neumann2012-09-151-2/+2
* Clean up handling of subclassed windows.Alexander Neumann2012-09-151-11/+0
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-5/+4
* Remove winapi sub-package and use github.com/lxn/go-winapi insteadAlexander Neumann2012-02-201-1/+1
* Revert directory layout to what we had initiallyAlexander Neumann2012-02-201-0/+222