index
:
wireguard-windows
ad/pkg/walk/manual-draw-tabwidget
ad/pkg/walk/rebar
ad/updatepage-bold
an/status-image
jd/adminnobs
jd/dll-clang
jd/fullycooked-peb
jd/moderatekillproc
jd/more-service-dependency
jd/no-dns-block
jd/programdata
jd/uac-arm
jd/undocumented-dns-setter
jd/wsl-dns-unblock
master
pkg/walk
pkg/walk-win
sr/for-jason
WireGuard client for Windows
Jason A. Donenfeld
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
treeview.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove treeview condition check
xoviat
2020-08-18
1
-7
/
+1
*
TreeView: Enable performance improvements by not counting all children
Alexander Neumann
2019-10-23
1
-3
/
+10
*
DPI: Merge `PointPixels` to `Point`
Simon Rozman
2019-09-27
1
-1
/
+1
*
DPI: Merge `Pixel` to `int`
Simon Rozman
2019-09-27
1
-4
/
+5
*
DPI: Accept native pixel coordinates with ItemHeight
Simon Rozman
2019-09-27
1
-0
/
+2
*
DPI: Reorganize metrics structs to approach client compatibility
Simon Rozman
2019-09-26
1
-1
/
+1
*
DPI: Revise 1/96" to/from native pixel conversions
Simon Rozman
2019-09-26
1
-5
/
+5
*
TreeModel/TreeView: Add some new events and methods
Alexander Neumann
2019-08-26
1
-25
/
+80
*
Export needsWmSize for external widgets
Alexander Neumann
2019-07-31
1
-1
/
+1
*
Slider and TreeView also need WM_SIZE
Alexander Neumann
2019-07-31
1
-0
/
+4
*
Run for your life or prepare to meet the
Alexander Neumann
2019-07-17
1
-8
/
+4
*
TableView: Avoid flicker and high cpu utilization in weird corner case
Alexander Neumann
2019-06-05
1
-1
/
+1
*
TreeView: Don't attempt to insert nil item; disable drawing while inserting hierarchy
Alexander Neumann
2019-06-05
1
-2
/
+7
*
TableView/TreeView: Use image list appropriate for the current DPI
Alexander Neumann
2019-05-30
1
-1
/
+7
*
Initial DPI awareness support for images and drawing
Alexander Neumann
2019-05-14
1
-1
/
+2
*
TreeView: Handle text retrieval via TVN_GETDISPINFO the same as for TableView
Alexander Neumann
2018-10-23
1
-5
/
+7
*
TreeView: Use double buffer to remove flicker
Alexander Neumann
2018-10-23
1
-4
/
+3
*
TreeView: Speed up item insertion
Alexander Neumann
2018-10-23
1
-22
/
+3
*
TreeView: Only retrieve text if the item is visible
Alexander Neumann
2018-02-05
1
-1
/
+7
*
More GraphicsEffects changes
Alexander Neumann
2017-11-21
1
-1
/
+2
*
Some more graphics effects work
Alexander Neumann
2017-11-20
1
-0
/
+2
*
TreeView: Improve background handling
Alexander Neumann
2017-10-24
1
-0
/
+18
*
[declarative/]TreeView: Add [Set]ItemHeight
Alexander Neumann
2017-10-24
1
-0
/
+8
*
Add more properties to some widgets
Alexander Neumann
2017-02-27
1
-0
/
+26
*
TreeView: Fix problem with not yet internally inserted item due to lazy population
Alexander Neumann
2017-02-09
1
-1
/
+46
*
Add build tags to allow this library to be included in a cross platform program. This allows for several things:
Joseph Watson
2015-09-15
1
-0
/
+2
*
TreeView: Add ItemActivated event
Alexander Neumann
2015-08-12
1
-0
/
+19
*
TreeView: Fix garbage collected item text
Alexander Neumann
2015-07-14
1
-2
/
+5
*
Don't ask...
Alexander Neumann
2015-06-25
1
-0
/
+5
*
Use win instead of go-winapi package and import qualified
Alexander Neumann
2013-07-25
1
-58
/
+58
*
Group imports everywhere
Alexander Neumann
2013-07-24
1
-1
/
+3
*
Introduce Window and WindowBase as base for all windows
Alexander Neumann
2013-07-24
1
-1
/
+1
*
TreeView: Some changes around item expanding
Alexander Neumann
2013-07-10
1
-8
/
+32
*
TreeView: Don't select full row
Alexander Neumann
2013-05-26
1
-2
/
+2
*
TreeView: Adjust style to mimic explorer
Alexander Neumann
2012-11-04
1
-1
/
+1
*
Revert "TreeView: Add ItemExpanding and ItemCollapsing"
Alexander Neumann
2012-11-01
1
-24
/
+0
*
TreeView: Fix crash bug that could occur when handling TVN_GETDISPINFO sent from TVM_INSERTITEM
Alexander Neumann
2012-11-01
1
-0
/
+3
*
TreeView: Add ItemExpanding and ItemCollapsing
Alexander Neumann
2012-11-01
1
-0
/
+24
*
TreeView: Provide item text via callback
Alexander Neumann
2012-10-27
1
-2
/
+5
*
TreeView: Add support for images
Alexander Neumann
2012-10-26
1
-3
/
+57
*
TreeView: Add ItemAt method
Alexander Neumann
2012-10-25
1
-0
/
+12
*
TreeView: Refactor to a model based design
Alexander Neumann
2012-10-25
1
-95
/
+249
*
Use SendMessage method instead of func where possible.
Alexander Neumann
2012-09-16
1
-2
/
+2
*
Export InitWidget and InitChildWidget
Alexander Neumann
2012-09-15
1
-1
/
+1
*
Export WndProc
Alexander Neumann
2012-09-15
1
-2
/
+2
*
Clean up handling of subclassed windows.
Alexander Neumann
2012-09-15
1
-11
/
+0
*
Run go fix; apply additional manual fixes
Alexander Neumann
2012-02-20
1
-5
/
+4
*
Remove winapi sub-package and use github.com/lxn/go-winapi instead
Alexander Neumann
2012-02-20
1
-1
/
+1
*
Revert directory layout to what we had initially
Alexander Neumann
2012-02-20
1
-0
/
+222