Daniel Grunwald
|
a4af0a46f2
|
Move assembly loading from constructor to Loaded event.
|
15 years ago |
Daniel Grunwald
|
8fd9c3c312
|
Simplify SharpTreeView's CanDelete() calls.
|
15 years ago |
Daniel Grunwald
|
d884ec9038
|
Implemented saving the assembly list.
|
15 years ago |
Daniel Grunwald
|
507ae707cb
|
Move TreeNodes to their own namespace.
|
15 years ago |
Daniel Grunwald
|
f723440cc4
|
Started working on assembly list support.
|
15 years ago |
Daniel Grunwald
|
0a3bf39aa8
|
Store settings in appdata.
|
15 years ago |
Daniel Grunwald
|
c4c3356f2b
|
Move Language to FilterSettings.
|
15 years ago |
Daniel Grunwald
|
0259fa8037
|
Remove unused imports
|
15 years ago |
Daniel Grunwald
|
d569ba5395
|
Moving the disassembler into the ICSharpCode.Decompiler library.
|
15 years ago |
Daniel Grunwald
|
ae26637949
|
A bit more documentation for my FlowAnalysis code.
|
15 years ago |
Daniel Grunwald
|
cb2deee9d3
|
Improve SharpTreeView keyboard navigation.
|
15 years ago |
Daniel Grunwald
|
1ee3aee83e
|
Disassembler bugfixes.
|
15 years ago |
Daniel Grunwald
|
08e2a2181f
|
Fixed keyboard navigation after jumping to another node.
|
15 years ago |
Daniel Grunwald
|
ba6fc13648
|
SharpTreeView: improve left/right keyboard navigation
|
15 years ago |
Daniel Grunwald
|
937f0e6cec
|
Show filename for assemblies.
|
15 years ago |
Daniel Grunwald
|
831b4ffd39
|
Disassemble assembly header.
|
15 years ago |
Daniel Grunwald
|
d07a18dc43
|
Add folding support.
|
15 years ago |
Daniel Grunwald
|
3d93236b28
|
Now elements other than methods can be disassembled as well.
|
15 years ago |
Daniel Grunwald
|
1b8a68d73d
|
Add disassembling support for the method header.
|
15 years ago |
Daniel Grunwald
|
44571c7e34
|
Implemented WaitAdorner for long-running decompilation tasks.
|
15 years ago |
Daniel Grunwald
|
d2e7be6cd4
|
Move decompiler threading logic to new class (DecompilerTextView).
|
15 years ago |
Daniel Grunwald
|
158b10d2fb
|
Move decompilation to background thread.
|
15 years ago |
Daniel Grunwald
|
d1c932b94d
|
Add build scripts.
|
15 years ago |
Daniel Grunwald
|
73b9068743
|
Add AssemblyInfo for included SD libraries.
|
15 years ago |
Daniel Grunwald
|
d779383cb8
|
Add support for short forms to ControlFlowGraphBuilder.
|
15 years ago |
Daniel Grunwald
|
dbdb2c1561
|
Show loop head in disassembly view.
|
15 years ago |
Daniel Grunwald
|
6d7a7b90cb
|
Bugfix ControlStructureDetector: allow moving exception handler blocks into loops.
|
15 years ago |
Daniel Grunwald
|
807a345d08
|
Show exception handlers in IL assembly.
|
15 years ago |
Daniel Grunwald
|
05b17578dd
|
Merge branch 'master' of github.com:icsharpcode/ILSpy
|
15 years ago |
Daniel Grunwald
|
34362a0eaf
|
Implemented a very simple loop detection.
|
15 years ago |
Daniel Grunwald
|
2bd56f05ea
|
Add option to show/hide internal members.
|
15 years ago |
Daniel Grunwald
|
64ae19c542
|
Show embedded resources.
|
15 years ago |
Daniel Grunwald
|
a0f0a5f5ab
|
Minor improvements to disassembler.
|
15 years ago |
Daniel Grunwald
|
bb679706fb
|
Improved referencing support.
|
15 years ago |
Daniel Grunwald
|
701a315b90
|
Implemented reference support in the text view.
|
15 years ago |
Daniel Grunwald
|
93826f5e3c
|
Bugfixes.
|
15 years ago |
Daniel Grunwald
|
8c22f07a93
|
Also allow viewing the variable graph.
|
15 years ago |
Daniel Grunwald
|
50bdbe9b07
|
Fix Platform setting.
|
15 years ago |
Daniel Grunwald
|
591c4c5bb8
|
Add control flow analysis.
|
15 years ago |
Daniel Grunwald
|
f2a70aac5a
|
Added very simple disassembler.
|
15 years ago |
Daniel Grunwald
|
212a08345a
|
Implemented search filter for TreeView.
|
15 years ago |
Daniel Grunwald
|
1c8602df06
|
Prepare TreeView filtering.
|
15 years ago |
Daniel Grunwald
|
e9b6555bcc
|
Bugfix: icon for extension methods
|
15 years ago |
Daniel Grunwald
|
5e3773b588
|
Prepare interfaces for decompiler integration.
|
15 years ago |
Daniel Grunwald
|
aa9599a31d
|
Base type list: implemented jumping to a type.
|
15 years ago |
Daniel Grunwald
|
7e6d41a6ec
|
Add SharpTreeNode.ToString() [used for keyboard navigation in WPF ListView]
|
15 years ago |
Daniel Grunwald
|
93e6996810
|
Add Event+Property nodes.
|
15 years ago |
Daniel Grunwald
|
47b64383f4
|
Copyright/License notices.
|
15 years ago |
Daniel Grunwald
|
7d2d43b898
|
Fix StackOverflowException when EnsureLazyChildren() is called by LoadChildren().
|
15 years ago |
Daniel Grunwald
|
0ea5e2fb8a
|
Add "Base Types" node.
|
15 years ago |