1695 Commits (f23eee362a736c386413bd616b1eea973623f815)
 

Author SHA1 Message Date
Siegfried Pammer da0fb8a1ae fix #332: use InsertParenthesesVisitor to insert required parentheses before converting to VB .NET 13 years ago
Daniel Grunwald 7364df6b3a Set version number to 2.1. 13 years ago
Daniel Grunwald 2edcaa2c44 Initial implementation of async/await decompiler. 13 years ago
Daniel Grunwald 5773d3d2e5 Fix NullReferenceException in DecompilerSettings.Clone 13 years ago
Daniel Grunwald 5d3a812ac0 Fix NullReferenceException in AstMethodBodyBuilder introduced by the bugfix for #282. 13 years ago
Daniel Grunwald 0a01bc7b03 Adjust ILSpy to NRefactory API changes. 13 years ago
Daniel Grunwald 4279979fd2 Merge NRefactory '180a690f373354796520d9468138d95f193f8156' to ILSpy. 13 years ago
Daniel Grunwald a1f08f39d1 Squashed 'NRefactory/' changes from b374e40..180a690 13 years ago
Daniel Grunwald 4906f3e26b #282 - Fix the casts in the other direction (from concrete type to type parameter). 13 years ago
Daniel Grunwald 51a5475150 Update AvalonEdit and SharpTreeView to 4.2.0.8752. 13 years ago
Siegfried Pammer 1630e8bc9c fix regressions in XmlBamlReader 13 years ago
Daniel Grunwald 134c4515e4 Fix #282: (T)(object)DateTime.Now; decompiles as (T)DateTime.Now;, which does not compile 13 years ago
Daniel Grunwald 979f7d018a Traverse the dominator tree in depth-first order when finding conditions. This reduces the number of gotos produced for complex control flow. 13 years ago
Siegfried Pammer 577f025d5f add some exception handling for startup and MEF exceptions 13 years ago
Siegfried Pammer a6d1c0158c fix assembly redirects in app.config; closes #322 13 years ago
Siegfried Pammer 856c2e823c implement special cases for enum type inference (addition); closes #299 13 years ago
Siegfried Pammer 8929b2c165 fix overloads in unit tests 13 years ago
Daniel Grunwald 0369486be7 Fixed issue with the patch for #300 when an 'else' block starts with a while loop. 13 years ago
Siegfried Pammer 91b74550fe implement special cases for enum type inference; closes #248 13 years ago
Siegfried Pammer 1e79bf3588 do not use DominanceFrontiers to detect condition bodies; closes #300 13 years ago
Siegfried Pammer ef45f4e214 add Ctrl+E as addtional search short-cut, fixes #281 13 years ago
Siegfried Pammer 0748ef1055 exclude Debugger from binary distribution .zip 13 years ago
Siegfried Pammer cc0d71d15a improve StaticResource detection: #206 works now partially 13 years ago
Siegfried Pammer c2c419e320 fix build options 13 years ago
Siegfried Pammer 7345e8259d BAML decompiler: introduce proxy for unknown named types - closes #298 13 years ago
Siegfried Pammer 34b0cd7e77 focus existing analyzer node instead of creating a new one 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 c000780338 UI improvements for ExecuteProcessWindow and AttachToProcessWindow. 13 years ago
Siegfried Pammer 8fafda2753 fix #318 14 years ago
Daniel Grunwald 92400e0f1a Add support for 'windowsruntime' IL keyword. 14 years ago
Daniel Grunwald db1cd0020d Add support for AnyCPU32BitPreferred and ARM assemblies. 14 years ago
Daniel Grunwald 2e9f50c437 Fixed bug that caused ILSpy to needlessly save the settings on startup. 14 years ago
Siegfried Pammer 11520fd4df fix missing calls to WriteDefinition for IndexerDeclaration 14 years ago
Siegfried Pammer 4de3aba67b Escape/Unescape invalid characters on save/load to avoid exceptions in XDocument.Load/Save. fixes #54 14 years ago
Daniel Grunwald 43ad684022 Enable AvalonEdit SearchPanel for DecompilerTextView. Closes #261. 14 years ago
Daniel Grunwald e124cbc771 Update to AvalonEdit 4.2.0.8549. 14 years ago
Daniel Grunwald 635ce7e365 Add ILSpy.exe.config to binary zip. 14 years ago
Daniel Grunwald 67dd3c85eb Fix #305 - PlugIns not loaded if downloaded from Internet 14 years ago
Daniel Grunwald bf5677c3cd Fix crash when starting ILSpy without /navigateTo. 14 years ago
Daniel Grunwald 0b968182a3 Fix #296: Array initialization decompiles into recursive reference 14 years ago
Daniel Grunwald 549d2c4dca Fix #304 Search for enum underlying type is incorrect 14 years ago
Daniel Grunwald ba80bb0089 Fix cancellation. 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
Daniel Grunwald c3b9fd63c1 Fix array creation with unsigned integers. 14 years ago
Daniel Grunwald 920f445da0 Normalize newlines. 14 years ago
Daniel Grunwald 63a55fa5b0 Fixed NullReferenceException when decompiling a switch over a boolean variable that includes a default case. 14 years ago
Daniel Grunwald 0010be6add Fixed decompiling "new byte[length]" where length is a long. 14 years ago
Daniel Grunwald e883fdc5c9 Adjust ILSpy to NRefactory API changes. 14 years ago
Daniel Grunwald e89eaf345b Merge NRefactory 'b374e407589060b38af9156ff050dc7109c57bc6' to ILSpy. 14 years ago