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 |
Daniel Grunwald
|
d121d6e57c
|
Implemented drilling down into references.
|
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
|
a256eedae3
|
Show assembly location in OpenFromGacDialog.
|
15 years ago |
Daniel Grunwald
|
3de637c632
|
Allow drag'n'drop reordering of assembly tree nodes.
|
15 years ago |
Daniel Grunwald
|
0c972544af
|
Added "Open From GAC" dialog.
|
15 years ago |
Daniel Grunwald
|
db54508e73
|
Implement File>Open.
|
15 years ago |
Daniel Grunwald
|
2b29fb2912
|
Add AboutDialog.
|
15 years ago |
Daniel Grunwald
|
d3d8892a3b
|
Add references folder.
|
15 years ago |
Daniel Grunwald
|
835d277a58
|
Remove SharpDevelop-specific paths from AvalonEdit.
|
15 years ago |
Daniel Grunwald
|
a1983bacb5
|
Merge commit '4bbae335f71727545fa2b4bbb076531058b3b675' as 'AvalonEdit'
|
15 years ago |
Daniel Grunwald
|
4bbae335f7
|
Squashed 'AvalonEdit/' content from commit 58e2044
git-subtree-dir: AvalonEdit
git-subtree-split: 58e2044b10
|
15 years ago |
Daniel Grunwald
|
2cd9d2c146
|
SharpTreeView: throw NotSupportedException when required members are not overridden.
|
15 years ago |
Daniel Grunwald
|
fd0c9cfe7d
|
Work on TreeView.
|
15 years ago |
Daniel Grunwald
|
4e7235c96f
|
Change SharpTreeView to allow the use of ImageSources as icons.
|
15 years ago |
Daniel Grunwald
|
d84bc42d06
|
Start building the TreeView.
|
15 years ago |
Daniel Grunwald
|
331ade6cf1
|
Get rid of SharpDevelop-specific paths in ICSharpCode.TreeView.
|
15 years ago |