1763 Commits (49ce1bcea3f48ebcf7dd763b45178b05c98c82c0)
 

Author SHA1 Message Date
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
Daniel Grunwald 07ba466934 Squashed 'NRefactory/' changes from 858d4cc..b374e40 14 years ago
Daniel Grunwald 455736880d Remove unused code. 14 years ago
Jb Evain bbe06cbe7a Update Cecil (jbevain/threadsafe2 at b66b74f1874b7f713e7385c7fa7c32a926214230) 14 years ago
Daniel Grunwald fd72ef15b0 Merge pull request #310 from RKlier/debug_break 14 years ago
Ronny Klier 0a83a850f5 Activate ILSpy when breakpoint is hit 14 years ago
Ronny Klier decceeb761 Break command and break on start debugging 14 years ago
Daniel Grunwald 2370f8c61f Merge pull request #311 from RKlier/search 14 years ago
Daniel Grunwald 7c71408a07 Merge pull request #309 from jbevain-forks/mcsGeneratedSwitchOnString 14 years ago
Daniel Grunwald 703274feac Merge pull request #307 from jbevain-forks/mcsGeneratedMemberRemoval 14 years ago
Jb Evain 5e87658b28 Avoid unecessary ToArray call 14 years ago
Jb Evain 0d10362614 Recover switch on string statements with initialized dictionaries 14 years ago
Jb Evain 8e4d8226f1 Recover collection initializers using call opcode 14 years ago
Jb Evain 14499e5d68 Hide switch on string dictionary fields generated by mcs 14 years ago
Ronny Klier 049e242363 Search for multiple string separate by space 14 years ago
Jb Evain b3b324219e Improve anonymous method cache field detection; refactorings 14 years ago
Jb Evain 7d7e7ca2ff Do a better job at detecting closure classes 14 years ago
Jb Evain 776381343b Fix detection of mcs generated anonymous type 14 years ago
Jb Evain 3d804a162b Refactor detection of generated member name 14 years ago
Jb Evain 32584c07c8 Fix hiding of mcs generated members 14 years ago
Jb Evain c9d99af4e8 Remove unused variable 14 years ago
Jb Evain 11c99f778f Refactor DecodeArrayInitializer to support enums. 14 years ago
Jb Evain 6034e0841d Add TypeDefinition.GetEnumUnderlyingType extension 14 years ago
Jb Evain 38cae92dee Fix InitializeArray decompilation for initialize values that include padding 14 years ago
Ed Harvey 197a00d636 Shortcut node deselection processing if no nodes remain. 14 years ago
Ed Harvey 2cc7bd3ad8 Analyzer: added Attribute 'applied to' analysis. 14 years ago
Ed Harvey 1ccb34f2d6 Remove duplicate tests. 14 years ago
Ed Harvey 1dfef66912 Only modify focus if all previously selected nodes have been removed. 14 years ago
Daniel Grunwald 2e74e3f762 Fixed issue in AddCheckedBlocks that could cause variable declarations to be omitted or placed incorrectly. 14 years ago
Jb Evain 51430bccb2 Annotate struct creations with the Cecil constructor reference 14 years ago
Ed Harvey 610b2aa26e Fit and finish: added border to DecompilerTextView 14 years ago
Ed Harvey 22888b9221 Fit and finish: improved layout and styling 14 years ago
Ed Harvey 2f458af2eb Fit and finish: set main menu to correct height 14 years ago