Christoph Wille
084d02a447
Apply Central package management (requires package source mapping) ( #3124 )
* Apply Central package management https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management (requires package source mapping https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping )
* Microsoft.DiaSymReader.Converter.Xml from dotnet-tools, Microsoft.DiaSymReader.Native from nuget.org feed
* Trying to sort what is on which feed for previews of Diasymreader packages
* Parse the Roslyn version from Directory.packages.props
* Use specific versions for Diasymreader from nuget.org to allow VS2022 addin to restore properly
* Tests needs also locked references
2 years ago
Siegfried Pammer
a94d66561a
Move to .NET 8.0 ( #3119 )
* Basics of net8.0. Breaking unit tests expected.
* Missed that TestRunner project was already upgraded to net7.0 (search and replace fail)
* Use Preview 6 locally
* Use .NET 8.0 RTM
* Final fixups
---------
Co-authored-by: Christoph Wille <christoph.wille@gmail.com>
2 years ago
Charlie Lin
65d1cbcdd5
Add EnableWindowsTargeting propery to csprojs targeting net6.0-windows
3 years ago
Christoph Wille
a794a56a10
Fix up ILSpy.Tests + <Project> tag for all projects
4 years ago
Siegfried Pammer
9e54b44b11
Move ILSpy to net6.0-windows
4 years ago
Siegfried Pammer
104aafbd5d
Remove ILSpy-specific triggers from Generic.xaml
4 years ago
Christoph Wille
e2e38b667d
Move TomsToolbox.Wpf.Styles version to packages.props
4 years ago
Christoph Wille
a99a6a5fe3
Update NuGet packages
4 years ago
tom-englert
b1e4322906
Fix #2409 : Styling of windows title bar is now optional.
4 years ago
tom-englert
6dd27d66d6
#2359 : Adjust checkable style of MenuItem
4 years ago
tom-englert
02381321f9
- #2359 : Restore glass frame, using minimum margin to not interfere with AvalonDock.
4 years ago
tom-englert
6840adb2fd
Fix menu style
4 years ago
tom-englert
546deb5796
- #2359 : Fix rendering of unpinned floating windows ( https://github.com/icsharpcode/ILSpy/pull/2360#issuecomment-810630231 )
4 years ago
tom-englert
fa439b6d07
- #2359 : Fix scroll bar cursor
4 years ago
Christoph Wille
1034eca9b0
Make it easy to play with .NET 5 ( #2355 )
* Work on #2324 with code written for a PoC with Siegfried Pammer some time ago.
Trying it out: copy multitargeting.props.template to multitargeting.props
* Copy all files to the output folder (otherwise NuGet assemblies aren't there for net5.0 which is nasty for debugging, and publish doesn't pick them up either)
4 years ago
tom-englert
4acfa73695
Fix access keys.
4 years ago
tom-englert
7177a9afd2
Fix variable highlighting
4 years ago
tom-englert
4058628835
Fix dynamic Foreground of non-public nodes.
4 years ago
tom-englert
78fa9529ad
- Fine tune styles
- Do not override default windows style, interferes with AvalonDock.
4 years ago
tom-englert
79a5c5d039
Introduce Dark Mode
4 years ago
Christoph Wille
ecec2075d8
Go back to single tfm (net472)
4 years ago
Christoph Wille
07f831b484
Simplify SharpTreeView project file
4 years ago
Christoph Wille
a0aeac5628
Doesn't work:
* plugin loading in App.xaml.cs (#if NET472)
* OSVersionHelper bombs with PlatformNotSupportedException (#if NET472)
* ILSpyTraceListener - this needs something different in net5
4 years ago
Siegfried Pammer
4bef47e454
Fix #2207 : Fix ViewState handling on refresh and tab change. Include active tab in history.
4 years ago
Daniel Grunwald
7ebfc5ded5
Fix #2294 : Issues discovered by static analysis.
5 years ago
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
Jane Doe
2b019a922a
commiting -> committing
6 years ago
Siegfried Pammer
cee9d86b7a
Use DrawingImage instead of Viewbox.
6 years ago
Siegfried Pammer
f51f20eb35
Enable SharpTreeView to use Viewbox as icon container.
6 years ago
Christoph Wille
28be4a755b
Switch to net472, of note:
* app.config.template fewer asm redirects, but coll.immutable is necessary
6 years ago
Oren Novotny
8a31bf30bc
IDE cleanup
6 years ago
Oren Novotny
b88d8b047f
Switch to UseWpf for compat with Extras 2.x and .NET Core SDK 3
6 years ago
Christoph Wille
29e05778c6
See #1416 . Also upgraded Cecil to .3 (from .1)
7 years ago
Sam Harwell
ea930e025c
Switch to MSBuild.Sdk.Extras for WPF support
7 years ago
Daniel Grunwald
795d580004
Replace SharpTreeNodeView InvalidOperationException with debug message.
7 years ago
Siegfried Pammer
f51c2305ae
Fix NRE in SharpTreeNodeView
8 years ago
Daniel Grunwald
930ed37973
Fix #857 : NullReferenceException in LinesRenderer.OnRender()
8 years ago
Sam Harwell
996e04075e
Retarget projects to .NET 4.6 so Roslyn can load them
8 years ago
Siegfried Pammer
b8f944209b
Fix #67 - Moving to class member in tree view by typing in first character of member name selects parent assembly
8 years ago
Sam Harwell
4908b129f8
Convert projects to the new project system
8 years ago
Daniel Grunwald
9f3335fabf
Fix code formatting.
9 years ago
Daniel Grunwald
82ca308a3b
Improved Accessibility support.
SharpTreeView now exposes the proper UI Automation control types.
Keyboard navigation using the tab key now works properly.
9 years ago
Siegfried Pammer
0524b4a353
Remove unused usings in solution; remove dead code; unify namespaces
9 years ago
Siegfried Pammer
19800c3b16
remove NR submodule; move snk to ICSharpCode.Decompiler
9 years ago
Siegfried Pammer
a1fd5952ed
(SharpTreeView) add LockUpdates method to SharpTreeView
9 years ago
Siegfried Pammer
a82bf9a5f9
(SharpTreeView) fix NRE
11 years ago