Siegfried Pammer
|
4619b997e5
|
Implement better progress reporting in ILSpy.
|
3 years ago |
Siegfried Pammer
|
92e9b28e4d
|
- Remove static state from DisplaySettingsPanel
- Remove static state from DecompilerSettingsPanel
- Remove shortcut ctors from DecompilationOptions
|
3 years ago |
Siegfried Pammer
|
8a93d8b6e1
|
Fix #2770: Add a few additional null-checks in tooltip code.
|
3 years ago |
Siegfried Pammer
|
13da4c48d4
|
Fix #2632: Make sure that changing the setting "ExpandMemberDefinitions" has an effect when refreshing a decompiled view.
|
3 years ago |
Siegfried Pammer
|
4b475cfa69
|
Create ILSpyX project and make the following APIs reusable:
- AssemblyList, AssemblyListManager, AssemblyListSnapshot
- LoadedAssembly
- LoadedPackage and friends
- PDB providers
|
3 years ago |
Siegfried Pammer
|
31f6be38b5
|
Fix nullability warnings
|
3 years ago |
Siegfried Pammer
|
849161e362
|
- Replace DecompilerTextView.CleanUpName with direct uses of WholeProjectDecompiler.CleanUpFileName
- Add file extension handling to WholeProjectDecompiler.CleanUpName
- Add WholeProjectDecompiler.SanitizeFileName, which respects file extensions
|
4 years ago |
Siegfried Pammer
|
9cb0668d17
|
Remember decompiled nodes before starting decompilation, this fixes problems with changing tabs while a decompilation is in progress.
|
4 years ago |
Siegfried Pammer
|
728d516a61
|
Fix #2298: Allow to change the DecompilerTextView's font size through scrolling.
|
4 years ago |
Siegfried Pammer
|
c5ed7c1ac8
|
Fix #2520: The matched pairs are hardly visible in the dark theme
|
4 years ago |
Siegfried Pammer
|
07199e2ecf
|
Fix #2038: Add proper support for Long paths on Windows 10 and limit path segments to 255 characters (with long path support) or 30 characters. If a PathTooLongException is thrown display a better error message on project export.
|
4 years ago |
Siegfried Pammer
|
eec79d5a5d
|
Fix #2410: Add "Extract package entry" context menu entry for binaries inside bundles/packages.
|
4 years ago |
tom-englert
|
b1e4322906
|
Fix #2409: Styling of windows title bar is now optional.
|
4 years ago |
Daniel Grunwald
|
46e9f633ca
|
#enable nullable in AssemblyList + DecompilerTextView
|
4 years ago |
Daniel Grunwald
|
bd700e11a3
|
Fix #2402: ArgumentNullException in IL mode for tooltips when decompiling bundle members.
|
4 years ago |
Siegfried Pammer
|
2a9a5237d1
|
Fix exception when trying to export project for which no target-framework moniker was detected.
|
4 years ago |
Siegfried Pammer
|
0284337a01
|
Fix #2356: Can't navigate if switch language in Analyze panel.
|
4 years ago |
tom-englert
|
12a4bcca16
|
Fix margin in search text box
|
4 years ago |
tom-englert
|
a7448267d0
|
Fix decompiling wait adorner and search box
|
4 years ago |
tom-englert
|
25f50b299f
|
Fix hyperlink color
|
4 years ago |
tom-englert
|
7177a9afd2
|
Fix variable highlighting
|
4 years ago |
tom-englert
|
a929279a20
|
Use proper xaml notation for FoldingMargin after fixing AvalonEdit.
|
4 years ago |
tom-englert
|
8605274058
|
Fix Whitespace
|
4 years ago |
tom-englert
|
55fc69e71a
|
Add theme-aware highlighting for XML/BAML
|
4 years ago |
tom-englert
|
4797a668f7
|
Fix colors of fold margin
|
4 years ago |
tom-englert
|
fe718a473f
|
Fix some missing dark mode colors
|
4 years ago |
tom-englert
|
79a5c5d039
|
Introduce Dark Mode
|
4 years ago |
Siegfried Pammer
|
c4930a81b5
|
Skip folds that only span a single line
|
5 years ago |
Siegfried Pammer
|
e82e144fb6
|
Fix formatting.
|
5 years ago |
Siegfried Pammer
|
dfbce75699
|
Fix #2205: AboutPage should always be opened in a new tab.
|
5 years ago |
Dick van den Brink
|
1c68cdc207
|
Added setting to highlight the current line
|
5 years ago |
Siegfried Pammer
|
f128c1c16b
|
Fix #2130: Crash in mouseover of string literal token
|
5 years ago |
dotnet format
|
0d9f871a4f
|
#2128: Reformat the whole code base.
|
5 years ago |
Siegfried Pammer
|
bfa4a27f39
|
#2117: Print hints about project format after decompilation.
|
5 years ago |
Daniel Grunwald
|
62fcab8d99
|
#2050: Allow inlining into the StObj target slot when this is possible without changing the program semantics.
|
5 years ago |
dymanoid
|
a952cda502
|
Create dedicated namespace for project decompiler
|
5 years ago |
Siegfried Pammer
|
3436ac3246
|
Fix #2018: Improve tooltips in IL/IL with C#/R2R view to show full member signatures
|
5 years ago |
Siegfried Pammer
|
dcb9631677
|
Fix #2017: Make sure we never use an empty string as tab header
|
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
|
e18dc00ceb
|
Remove unused code from ReferenceElementGenerator
|
5 years ago |
Siegfried Pammer
|
84a7c968c6
|
#1999: Add EscapeInvalidIdentifiers flag to allow the use of the EscapeInvalidIdentifiers transform when writing files to disk. We still show the unescaped identifiers in the ILSpy UI.
|
5 years ago |
Siegfried Pammer
|
4558765941
|
Change license headers of two remaining files to the correct MIT header.
|
5 years ago |
Siegfried Pammer
|
c9991d0787
|
Fix build.
|
5 years ago |
Siegfried Pammer
|
ab89581eab
|
Fix JumpToReference/ReferenceSegment tuple mess.
|
5 years ago |
SilverFox
|
74b571822d
|
Fix #1971
|
5 years ago |
Siegfried Pammer
|
46bb042e6e
|
FindNodeByPath: Use metadata token as identification of member/type tree nodes.
|
6 years ago |
Siegfried Pammer
|
7f427a3c6f
|
Fix #1910: NRE in ViewState.Equals
|
6 years ago |
Siegfried Pammer
|
89e8ea072d
|
Fix navigation and history in AboutPage
|
6 years ago |
Siegfried Pammer
|
bc3fe784a5
|
Extend Asm-Mode.xshd to recognize some more variants of number literals.
|
6 years ago |
Siegfried Pammer
|
deaedd0914
|
Link metadata tokens in decompilation output to metadata tables.
|
6 years ago |