355 Commits (152f70e7898c5e3466369d64dc23771dd6bc8811)

Author SHA1 Message Date
Siegfried Pammer d86e336749 Add support for simple entities in navigation. 8 years ago
Siegfried Pammer a5f1dda9e9 Clean up commented code a bit 8 years ago
Siegfried Pammer 87ced033ba Rename Dom -> Metadata; Remove bogus abstraction 8 years ago
Siegfried Pammer cb9787098f Finished port of UI (Analyzers still excluded) and Disassembler 8 years ago
Tim Van Holder 6f2af83131 Use VS MEF for the extensibility hosting. 8 years ago
Siegfried Pammer 02b7dc98be Commit of non-compiling WIP 8 years ago
Daniel Grunwald d18b4c2a1f Fix #1014: fix assembly load errors causing ILSpy to crash 8 years ago
Daniel Grunwald 3e6d202665 Fix #1014: fix assembly load errors causing ILSpy to crash 8 years ago
Siegfried Pammer f77ee4fc35 Remove saveDir and fixedGuid command line arguments: Please use ICSharpCode.Decompiler.Console instead. 8 years ago
Siegfried Pammer f01026071f Fix #816: Cli argument saveDir + 2 and more assembles - decompiler only last correctly 8 years ago
Siegfried Pammer 4172da43d6 if ActiveAutoLoadedAssembly is set, load it before trying to access it 8 years ago
Siegfried Pammer 33da657a58 UI Optimization: Open last selected tree node, after tree is initialized 8 years ago
Siegfried Pammer 12dc70e05a Tuning MainWindow_Loaded: Show IU as early as possible 8 years ago
Siegfried Pammer bb381327ac Implement API to reload loaded nuget assemblies. 8 years ago
Siegfried Pammer 01ce164339 Set owner on NugetPackageBrowserDialog. 8 years ago
Siegfried Pammer 43975c2a77 [ILSpy.AddIn] Add support for new assembly, project and package references. 8 years ago
Siegfried Pammer 3fcdfaab8a Add basic NugetPackageBrowserDialog 8 years ago
Siegfried Pammer de98536f73 Move Process.Start-calls to a central helper method. This ensures we do not crash if there's an OS configuration error, missing browser, whatever. 8 years ago
Siegfried Pammer 7d6e4a11c4 Move AddXmlDocumentationTransform to Decompiler 8 years ago
Daniel Grunwald 7273fe58fd Add BlockTransform concept and apply a bunch of refactoring essentials suggestions. 9 years ago
Daniel Grunwald 0fade5cb0f Add single-stepping support to some ILAst transforms. 9 years ago
Alex Povar 239907d63b Ensure that pane height is always normalized before other pane is displayed 9 years ago
Alex Povar 66a7583c4c Fix top pane size is not saved on tool close 9 years ago
Siegfried Pammer 037e12b301 fix #715 - Add a Check for Updates menu item to the Help Tab. 9 years ago
Siegfried Pammer 594a08f5a6 fix #710 - Executed ILSpy command throw exception. 9 years ago
Siegfried Pammer 6cdfc22f1c fix #350 - Refresh item in context menu of assemblies 9 years ago
Pierrick Gourlain d4561925a0 FindTreeNode : enable 'find' on Resource type 10 years ago
Daniel Grunwald 0cae30cce2 ILInstruction.Clone() 11 years ago
de4dot 23e0a71877 Call IPane.Closed() before overwriting xxxPane.Content 11 years ago
Ed Harvey c3a4b2a248 fix #558: Last selected assembly isn't loaded if it's an auto-loaded assembly 11 years ago
Siegfried Pammer 9815cf4537 fix shortcut and focus woes (#553) 11 years ago
Siegfried Pammer 7a82db7221 fix #542: ILSpy truncates browsing history when switching language modes 11 years ago
learn_more 83bc512ae2 Add commandline arguments for a fixed guid, and for specifying a directory where decompiled projects will be stored. 11 years ago
Sebastien LEBRETON 1c31eff7af Change scope to public 11 years ago
Sebastien Lebreton 6da464ab02 Expose SelectionChanged event from TreeView to plugins 11 years ago
Ronny Klier 4e7d806744 Search as command line argument 11 years ago
Daniel Grunwald 27252656cf Upgrade to new ICSharpCode.Decompiler (work in progress) 11 years ago
Daniel Grunwald 9084ce2eb5 Add JumpToReferenceAsync() overload to allow detecting when the decompilation after the jump has finished. 11 years ago
Siegfried Pammer 056dfa1194 remove old LGPL code copied from SharpDevelop 4 11 years ago
Daniel Grunwald b813092cfe Add support for opening .netmodules. 12 years ago
Siegfried Pammer 577f025d5f add some exception handling for startup and MEF exceptions 13 years ago
Siegfried Pammer ef45f4e214 add Ctrl+E as addtional search short-cut, fixes #281 14 years ago
Siegfried Pammer bfda87c43b refactored ContextMenu API to allow opening a context menu in both tree view and text view. closes #215 14 years ago
Daniel Grunwald bf5677c3cd Fix crash when starting ILSpy without /navigateTo. 14 years ago
Daniel Grunwald 43c80f90ea Close #312: Implemented Window Position Validation 14 years ago
Daniel Grunwald 4c9e0bd07c Fix #133: When opening a module from the command line, navigate to that module automatically. 14 years ago
Ed Harvey 85c18d0951 Code Tidy: Mark fields read-only where appropriate 14 years ago
Daniel Grunwald becc8f14d0 Simplify bookmarks logic. 14 years ago
Daniel Grunwald 21f6f01b36 Add support for resolving WinRT metadata. 14 years ago
Daniel Grunwald 6746938728 Fix #228 ILSpy /NavigateTo: does not allow you to navigate to a namespace 14 years ago