Tig Kindel
|
c6001c794b
Fixes #2025 - API Docs are now generated via Github Action - View Source Works (#2027)
|
2 lat temu |
Juan Manuel Elosegui
|
73846b3c32
Fixes #1959: GoToEnd should not fail on an empty TreeView (#1960)
|
2 lat temu |
Thomas
|
7deacf3bb9
Renamed to simply GetObjectOnRow and dropped unused X component
|
3 lat temu |
Thomas
|
6800113ff1
Changed name to GetObjectRow
|
3 lat temu |
Thomas
|
7f0671e10a
Renamed new methods
|
3 lat temu |
Thomas Nind
|
e60d7f4363
Added IndexOf method to TreeView to allow for keyboard context menus
|
3 lat temu |
Thomas Nind
|
5c39f6af48
Added new method HitTest to TreeView to allow for better context menus
|
3 lat temu |
Thomas
|
8e148013ec
Added ColorGetter to TreeView
|
3 lat temu |
Charlie Kindel
|
8d8025329e
Added Attributes tests; balanced Application.Init/Shutdown
|
4 lat temu |
Thomas Nind
|
a8628e7c28
Feature/graphs (#1201)
|
4 lat temu |
Thomas Nind
|
444a01ae46
Extracted TreeView classes (builders, delegates, event args etc) into seperate files in namespace Terminal.Gui.Trees (#1246)
|
4 lat temu |
Charlie Kindel
|
b29240f362
Code coverage (#1235)
|
4 lat temu |
Thomas Nind
|
522745f559
Fix #1120 (#1124)
|
4 lat temu |
tznind
|
db322b27ef
Added GoTo method and renamed 'model' parameter where appropriate
|
4 lat temu |
tznind
|
dc22a890e9
Updated to match coding guidelines (whitespace, brackets etc)
|
4 lat temu |
tznind
|
ec85340285
Added ObjectActivated event
|
4 lat temu |
tznind
|
01b899fb37
test for multi select, mouse fix and collapse selection fix
|
4 lat temu |
tznind
|
1a00376885
Added more tests and fixed GetContentWidth when Bounds have 0 Height
|
4 lat temu |
tznind
|
2884b8e94d
Added horizontal scrollbar, fixed tests
|
4 lat temu |
tznind
|
dc184ba469
Changed from object to generic <T> for TreeView
|
4 lat temu |
tznind
|
8fe8128b0b
Replaced delegates with new interface ITreeBuilder
|
4 lat temu |
tznind
|
5dad1d2221
Added test for TreeNode usage
|
4 lat temu |
tznind
|
7af2763f43
Added method RebuildTree
|
4 lat temu |
tznind
|
8ce042eb52
Fixed RefreshObject when Equality method is overridden in model objects
|
4 lat temu |
tznind
|
2bd3f76553
Added GetChildren and GetParent
|
4 lat temu |
tznind
|
b75b79b068
Added RefreshObject and IsExpanded
|
4 lat temu |
tznind
|
148b4d2784
Made ScrollOffset setter public and added helper method and tests
|
4 lat temu |