1979 Commits (74daaaf73302590109b6655fa30129a0a8c463b2)
 

Author SHA1 Message Date
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
Ed Harvey 0418f77ea5 Fit and finish: improved layout and styling 14 years ago
Ed Harvey a88127ebb0 Fit and finish: improved searchpane layout & styling 14 years ago
Ed Harvey f200847ccd Fit and finish: Resource table. 14 years ago
Ed Harvey faef43fbc3 Fit and finish: Remove border - border is supplied by containing pane. 14 years ago
Ed Harvey 870427f8d0 fit and finish: Add 1 pixel padding to left hand side. 14 years ago
Ed Harvey f96d10a316 nested class renamed to something more meaningful 14 years ago
Ed Harvey 7ea5845383 Move class to separate file. 14 years ago
Daniel Grunwald 09c2b45f1b Merge NRefactory 858d4cc6 into ILSpy master. 14 years ago
Daniel Grunwald 8f45b7e9cf Squashed 'NRefactory/' changes from 36c9cae..858d4cc 14 years ago
Daniel Grunwald 49c92cfba8 Adjust ILSpy to new NRefactory version. 14 years ago
Daniel Grunwald 8ba34d9755 Merge NRefactory '14a4d88' into ILSpy. 14 years ago
Daniel Grunwald 14a4d880e6 Squashed 'NRefactory/' changes from a73d7ba..36c9cae 14 years ago
Ed Harvey 46d99570d8 Improved display of resource strings and serialized objects 14 years ago
Ed Harvey 5be6be9084 * Split DecompileEventArgs to separate file. 14 years ago
Ed Harvey 85c18d0951 Code Tidy: Mark fields read-only where appropriate 14 years ago
Ed Harvey 729cc9da0c Code Tidy : Remove redundant using statements 14 years ago
Ed Harvey fc1ea1e0b4 Code Tidy: Class is not partial 14 years ago
Ed Harvey 2e4bbf1f57 Split DecompileEventArgs to separate file. 14 years ago
Ed Harvey 3d51b93e44 Merge branch 'master' of github.com:icsharpcode/ILSpy 14 years ago
Ed Harvey b60dbc74af enhanced resource decompilation 14 years ago
Ed Harvey db5fc018aa Move extension method to more appropriate namespace. 14 years ago
Daniel Grunwald 1f0a5415c9 Merge pull request #285 from RKlier/openListDlg 14 years ago
Ed Harvey cadd540679 #295 Increase initial capacity of Instructions collection. 14 years ago
Ed Harvey abdf59560c Fix #294: Exception on creation of tree node with 'privatescope' visibility 14 years ago
David Srbecký e0e53ae650 Switched to "define-use" naming convention in ILAstBuilder. Refactored variable splitting. 14 years ago
Pent Ploompuu 8490b4cfd5 Restrict variable splitting in case of nondeterministic ldloca opcodes. 14 years ago
David Srbecký 774e3cd8ca If switch cases contain values other then 0 and 1, force the condition to be non-boolean 14 years ago
Daniel Grunwald 09b0db5cd4 Add strong name to all ILSpy assemblies. 14 years ago
Ronny Klier b1f4e987c5 fix for OpenListDialog usability 14 years ago
Daniel Grunwald 59db5876ee Decompile 'volatile' modifier. 14 years ago
Daniel Grunwald becc8f14d0 Simplify bookmarks logic. 14 years ago
Daniel Grunwald c542648d87 Store debugger member mappings in a simple list in the text output; copy the entries into the DebugInformation only when the output gets displayed. 14 years ago
Daniel Grunwald cb02344e52 Merge remote branch 'eusebiu/master' (re-enable debugger and IconBarMargin) 14 years ago
Daniel Grunwald b6ba673a2d Implemented Expression Tree decompilation. Closes #175. 14 years ago