7205 Commits (343694c5499d2dd68896563bbbfc72604231deef)
 

Author SHA1 Message Date
Daniel Grunwald 1b8a68d73d Add disassembling support for the method header. 14 years ago
Daniel Grunwald 44571c7e34 Implemented WaitAdorner for long-running decompilation tasks. 14 years ago
Daniel Grunwald d2e7be6cd4 Move decompiler threading logic to new class (DecompilerTextView). 14 years ago
Daniel Grunwald 158b10d2fb Move decompilation to background thread. 14 years ago
Daniel Grunwald d1c932b94d Add build scripts. 14 years ago
Daniel Grunwald 73b9068743 Add AssemblyInfo for included SD libraries. 14 years ago
Daniel Grunwald d779383cb8 Add support for short forms to ControlFlowGraphBuilder. 14 years ago
Daniel Grunwald dbdb2c1561 Show loop head in disassembly view. 14 years ago
Daniel Grunwald 6d7a7b90cb Bugfix ControlStructureDetector: allow moving exception handler blocks into loops. 14 years ago
Daniel Grunwald 807a345d08 Show exception handlers in IL assembly. 14 years ago
Daniel Grunwald 05b17578dd Merge branch 'master' of github.com:icsharpcode/ILSpy 14 years ago
Daniel Grunwald 34362a0eaf Implemented a very simple loop detection. 14 years ago
Daniel Grunwald 2bd56f05ea Add option to show/hide internal members. 14 years ago
Daniel Grunwald 64ae19c542 Show embedded resources. 14 years ago
Daniel Grunwald a0f0a5f5ab Minor improvements to disassembler. 14 years ago
Daniel Grunwald bb679706fb Improved referencing support. 14 years ago
Daniel Grunwald 701a315b90 Implemented reference support in the text view. 14 years ago
Daniel Grunwald 93826f5e3c Bugfixes. 14 years ago
Daniel Grunwald 8c22f07a93 Also allow viewing the variable graph. 14 years ago
Daniel Grunwald 50bdbe9b07 Fix Platform setting. 14 years ago
Daniel Grunwald 591c4c5bb8 Add control flow analysis. 14 years ago
Daniel Grunwald f2a70aac5a Added very simple disassembler. 14 years ago
Daniel Grunwald 212a08345a Implemented search filter for TreeView. 14 years ago
Daniel Grunwald 1c8602df06 Prepare TreeView filtering. 14 years ago
Daniel Grunwald e9b6555bcc Bugfix: icon for extension methods 14 years ago
Daniel Grunwald 5e3773b588 Prepare interfaces for decompiler integration. 14 years ago
Daniel Grunwald aa9599a31d Base type list: implemented jumping to a type. 14 years ago
Daniel Grunwald 7e6d41a6ec Add SharpTreeNode.ToString() [used for keyboard navigation in WPF ListView] 14 years ago
Daniel Grunwald 93e6996810 Add Event+Property nodes. 14 years ago
Daniel Grunwald 47b64383f4 Copyright/License notices. 14 years ago
Daniel Grunwald 7d2d43b898 Fix StackOverflowException when EnsureLazyChildren() is called by LoadChildren(). 14 years ago
Daniel Grunwald 0ea5e2fb8a Add "Base Types" node. 14 years ago
Daniel Grunwald d121d6e57c Implemented drilling down into references. 14 years ago
Daniel Grunwald 495d86f69c SharpTreeView: add ActivateItem() [double-click support] 14 years ago
Daniel Grunwald 0a6a267ad3 SharpTreeView: change SelectedNode/ActiveNodes from List to HashSet (fixes performance issue when selecting lots of nodes) 14 years ago
Daniel Grunwald a256eedae3 Show assembly location in OpenFromGacDialog. 14 years ago
Daniel Grunwald 3de637c632 Allow drag'n'drop reordering of assembly tree nodes. 14 years ago
Daniel Grunwald 0c972544af Added "Open From GAC" dialog. 14 years ago
Daniel Grunwald db54508e73 Implement File>Open. 14 years ago
Daniel Grunwald 2b29fb2912 Add AboutDialog. 14 years ago
Daniel Grunwald d3d8892a3b Add references folder. 14 years ago
Daniel Grunwald 835d277a58 Remove SharpDevelop-specific paths from AvalonEdit. 14 years ago
Daniel Grunwald a1983bacb5 Merge commit '4bbae335f71727545fa2b4bbb076531058b3b675' as 'AvalonEdit' 14 years ago
Daniel Grunwald 4bbae335f7 Squashed 'AvalonEdit/' content from commit 58e2044 14 years ago
Daniel Grunwald 2cd9d2c146 SharpTreeView: throw NotSupportedException when required members are not overridden. 14 years ago
Daniel Grunwald fd0c9cfe7d Work on TreeView. 14 years ago
Daniel Grunwald 4e7235c96f Change SharpTreeView to allow the use of ImageSources as icons. 14 years ago
Daniel Grunwald d84bc42d06 Start building the TreeView. 14 years ago
Daniel Grunwald 331ade6cf1 Get rid of SharpDevelop-specific paths in ICSharpCode.TreeView. 14 years ago
Daniel Grunwald f972443970 Merge commit 'de279f32b3c08638bfbd6965b966e464c5b46a5d' as 'Mono.Cecil' 14 years ago