159 Commits (83ea3449d181818dde01988e625eb83b61018c4e)

Author SHA1 Message Date
Daniel Grunwald 83ea3449d1 Fix #1722: Don't abort mouse selection unless the user clicked on a hyperlink 6 years ago
Siegfried Pammer 722e2c8325 Add bracket highlighting to ILSpy. 6 years ago
Siegfried Pammer 12d1d2495f Fix #1527: Remove links on non-local definitions 6 years ago
Siegfried Pammer 8d7f593620 Fix #1496: Disable automated URI/URL linking in decompiler view. 6 years ago
MysticBoy d9bc0ec79c which is not completed, will continue to translate! 7 years ago
Daniel Grunwald ba0a3af3c4 #1195: Fix several issues decompiling SharpSvn.dll (C++/CLI) 7 years ago
Daniel Grunwald 8270a93c1a Fix #1233: Fix some crashes on corrupt type references. 7 years ago
Daniel Grunwald ab157b2fc0 Add TypeSystemOptions.Uncached. 7 years ago
Daniel Grunwald de3ffa2851 Adjust ILSpy to type system changes. 7 years ago
Siegfried Pammer dccd0052dc Merge XmlDocKeyProvider.cs into IdStringProvider.cs 7 years ago
Daniel Grunwald 3b46776c5e Rename IAssembly -> IModule. 7 years ago
Siegfried Pammer 4961b33d2a Fix JumpToReference and GetTooltip 7 years ago
Siegfried Pammer 9acc372a68 Use TypeSystem for ILSpy UI: 7 years ago
Siegfried Pammer 6601f53a40 Replace Format*Name with *ToString methods. Remove HighlightSearchMatch. 7 years ago
Siegfried Pammer 87ced033ba Rename Dom -> Metadata; Remove bogus abstraction 7 years ago
Siegfried Pammer cb9787098f Finished port of UI (Analyzers still excluded) and Disassembler 8 years ago
Siegfried Pammer bc10e9c923 Fix #1064: Do not resolve mouse position after the EOL to reference segment at the EOL. 8 years ago
Siegfried Pammer 02b7dc98be Commit of non-compiling WIP 8 years ago
Siegfried Pammer f0a2bafb78 Remove dead code. 8 years ago
Siegfried Pammer f01026071f Fix #816: Cli argument saveDir + 2 and more assembles - decompiler only last correctly 8 years ago
Daniel Grunwald c202b9145b Only follow hyperlinks on MouseUp if the mouse wasn't moved since MouseDown. 8 years ago
Siegfried Pammer 0b135c23e4 Add C# semantic highlighting 8 years ago
Siegfried Pammer 0644de6fd3 Rip out LogWindow and DecompilerEventSource 8 years ago
Siegfried Pammer 7d6e4a11c4 Move AddXmlDocumentationTransform to Decompiler 8 years ago
Siegfried Pammer 59d7416813 Add basic logging infrastructure 8 years ago
Daniel Grunwald 3f38fd0aac #758: disable EditingCommands.TabForward so that tab can be used for focus navigation 9 years ago
Siegfried Pammer 0524b4a353 Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
Daniel Grunwald 0fade5cb0f Add single-stepping support to some ILAst transforms. 9 years ago
Daniel Grunwald 0efc55d594 Move whole-project-decompilation into ICSharpCode.Decompiler and create test case. 9 years ago
Daniel Grunwald 9af32372b0 Fix #593: Set progressBar.IsIndeterminate=false if the progress bar is invisible to avoid unnecessarily rendering at 60 FPS. 10 years ago
Daniel Grunwald fe3bee36ad Use tabs, not spaces. 10 years ago
Matt Duffin 8c3d9f8c39 Added word wrapping 10 years ago
Daniel Grunwald d287367600 Fix some null reference exceptions 10 years ago
Siegfried Pammer 9524b9cfb5 clicking anywhere in the DecompilerTextView should clear the reference highlight (#553) 10 years ago
Siegfried Pammer 9815cf4537 fix shortcut and focus woes (#553) 10 years ago
Siegfried Pammer 85682a0da9 prevent XmlException while reading XmlDoc from crashing the decompiler #485 11 years ago
Siegfried Pammer 52e2a22a45 fix SearchPanel warning 11 years ago
Daniel Grunwald c2ac889ebe Allow viewing 'typed IL'. 11 years ago
Daniel Grunwald c346f079df Fix compiler warnings, and exclude the refactorings from NR.CSharp. 11 years ago
Siegfried Pammer 9ceb8de922 add support for Windows 7 TaskbarItem progress display 11 years ago
Daniel Grunwald 6de8e09a14 Fix TextMarkerService crashing after switching to another document. 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
Ronny Klier e68c9c907f Adapt folding commands from SharpDevelop 13 years ago
Ronny Klier 07fbe290d5 Add context menu entries for folding 13 years ago
Siegfried Pammer bfda87c43b refactored ContextMenu API to allow opening a context menu in both tree view and text view. closes #215 13 years ago
Daniel Grunwald 43ad684022 Enable AvalonEdit SearchPanel for DecompilerTextView. Closes #261. 14 years ago
Daniel Grunwald 0b968182a3 Fix #296: Array initialization decompiles into recursive reference 14 years ago
Daniel Grunwald ba80bb0089 Fix cancellation. 14 years ago
Ronny Klier decceeb761 Break command and break on start debugging 14 years ago