dotnet format
0d9f871a4f
#2128 : Reformat the whole code base.
5 years ago
Siegfried Pammer
eeba91fba5
Use nameof in RaisePropertyChanged calls.
5 years ago
Siegfried Pammer
27744e6006
Fix #2019 : Add MMB shortcut to "Open in new tab" for tree view and links
5 years ago
Siegfried Pammer
8c434eeaa5
Fix #1973 : Switch License Headers / License Information to MIT for SharpTreeView
5 years ago
Daniel Grunwald
5ef1a973d3
#1904 : Cherry-picked SharpTreeView changes from SharpDevelop repository.
7edf1c4f1 fix focusing bug in SharpTreeView
60b89bb14 Changed behavior for 'Key.Space' in SharpTreeView.cs, instead of 'double click', now it sets 'IsChecked'.
103aff080 Set e.Handled = true in SharpTreeView.OnKeyDown()
c928f88b5 Fix F2/Escape for editable SharpTreeNodes.
6b01d6f55 Fix #354 : "+" icon in SharpTreeView is missing right border in 120DPI mode
5 years ago
Siegfried Pammer
0524b4a353
Remove unused usings in solution; remove dead code; unify namespaces
9 years ago
Daniel Grunwald
6e3aa7825f
Use gray text color for non-public types and members. Closes #143 .
14 years ago
Daniel Grunwald
0e648ef19b
Add support for recursively expanding tree nodes to SharpTreeView.
14 years ago
Daniel Grunwald
a7309a3a37
Allow plugins to extend the context menus of the tree views.
15 years ago
Daniel Grunwald
0cb55f64a0
Add back drag'n'drop to SharpTreeView.
15 years ago
Daniel Grunwald
c2e909a386
Filtering performance improvement.
15 years ago
Daniel Grunwald
8d82bf11b4
SharpTreeView: Disable expensive checks to make debug builds a bit faster.
15 years ago
Daniel Grunwald
c942248aaa
SharpTreeView: implemented node removal.
15 years ago
Daniel Grunwald
54e170cae5
Reimplemented expanding/collapsing.
15 years ago
Daniel Grunwald
aa50a0c3cb
Implemented FlatListTreeNode.
15 years ago
Daniel Grunwald
ad14b53945
Started implementing a better TreeFlattener for SharpTreeView.
15 years ago
Daniel Grunwald
1787a9c478
View/Save embedded resources.
15 years ago
Daniel Grunwald
8fd9c3c312
Simplify SharpTreeView's CanDelete() calls.
15 years ago
Daniel Grunwald
7e6d41a6ec
Add SharpTreeNode.ToString() [used for keyboard navigation in WPF ListView]
15 years ago
Daniel Grunwald
7d2d43b898
Fix StackOverflowException when EnsureLazyChildren() is called by LoadChildren().
15 years ago
Daniel Grunwald
495d86f69c
SharpTreeView: add ActivateItem() [double-click support]
15 years ago
Daniel Grunwald
0a6a267ad3
SharpTreeView: change SelectedNode/ActiveNodes from List to HashSet (fixes performance issue when selecting lots of nodes)
15 years ago
Daniel Grunwald
3de637c632
Allow drag'n'drop reordering of assembly tree nodes.
15 years ago
Daniel Grunwald
2cd9d2c146
SharpTreeView: throw NotSupportedException when required members are not overridden.
15 years ago
Daniel Grunwald
4e7235c96f
Change SharpTreeView to allow the use of ImageSources as icons.
15 years ago