8010 Commits (c6b6c09cfcc8a10940d913c2d6f11342b7fddb54)
 

Author SHA1 Message Date
Daniel Grunwald ae873ec18f Fixed decompilation of anonymous methods created by the VB compiler. Closes #127. 14 years ago
Daniel Grunwald 3833643aaf Fixed issues with detection of using statements. 14 years ago
Daniel Grunwald 5c08e10a07 Fixed incorrect detection of the 'using' statement pattern when the code was assigning to the using variable. Closes #121. 14 years ago
Daniel Grunwald 4abc650ecd Fix NullReferenceException in TrransformSwitchOnString. Closes #95. 14 years ago
Daniel Grunwald 65423df7e7 Merge branch 'ViewStatePreservingFix' of https://github.com/arturek/ILSpy 14 years ago
Daniel Grunwald e2794252fb When decompiling a field, also decompile constructors to check whether there's an initializer on the field. 14 years ago
Daniel Grunwald b01fe1b427 Fixed NullReferenceException when decompiling "typeof(List<int>[])". 14 years ago
Siegfried Pammer 439de223bf implement proper fix for #179 + add unit test 14 years ago
Siegfried Pammer e9eca059d5 remove isLastLine from interface - use stack instead; fix null reference if resolve of TypeDefinition fails 14 years ago
Daniel Grunwald e04f6f77ed Merge pull request #170 from EdHarvey/Analysis 14 years ago
Daniel Grunwald faf3a29a08 Fixed position of XML comments on nested types. 14 years ago
Daniel Grunwald 4ec92d9a55 Handle cpobj instruction as stobj(ldobj). 14 years ago
Eusebiu Marcu ee2cae3d1a Add line numbers to text editor and in display settings. 14 years ago
Eusebiu Marcu 77786a3fdc Insert icon bar at index 0. 14 years ago
Daniel Grunwald 478035dfd9 Fix issues introduced when merging #166. 14 years ago
Eusebiu Marcu 6519982ded small fix in summary 14 years ago
Daniel Grunwald 30fe30c236 Fix DecimalConstantTransform. 14 years ago
Daniel Grunwald 0cae9b4983 Merge #166 Fix split local variable post-increment recognition 14 years ago
Daniel Grunwald 508073d6ac Applied some of the optimizations suggested by Kris Vandermotten. #150 14 years ago
Daniel Grunwald 0e648ef19b Add support for recursively expanding tree nodes to SharpTreeView. 14 years ago
Daniel Grunwald 7513c8c64b Show attributes on parameters in IL view. Closes #187. 14 years ago
Siegfried Pammer 8c228a4df1 fix bug when printing type names introduced by commit 51fc2f10cc 14 years ago
Siegfried Pammer ba0b80856c add foldings to documentation comments; closes #165 14 years ago
Siegfried Pammer 51fc2f10cc Look for generic type parameters defined in TypeDefinition, allows us to display angle brackets in unbound type names, e.g., typeof(List<>) fixes #179 14 years ago
Eusebiu Marcu 8824e9e8f1 reset column number after new line 14 years ago
Eusebiu Marcu c81abc97ab add current column in the node annotation tuple 14 years ago
Siegfried Pammer 184a6fc4f0 replace file header in some files 14 years ago
Siegfried Pammer 66c0e844df fix ugly layout of font combobox and preview in DisplaySettingsPanel 14 years ago
Siegfried Pammer 975be57b62 implement DecimalConstantTransform closes #184 14 years ago
Eusebiu Marcu d77139c80b Merge pull request #191 from RKlier/dbg_arguments 14 years ago
Ronny Klier 92e8616aab Dialog for arguments and working directory was missing 14 years ago
Siegfried Pammer e654e33613 Add display settings to the options dialog: allows to configure font family and size used in the DecompilerTextView. fixes #176 14 years ago
Ronny Klier fa3941e1fd Allow arguments for debugged executable 14 years ago
Eusebiu Marcu 6846da89f7 Rename and move. 14 years ago
Eusebiu Marcu 012c024011 Add context menu and actions extensibility; add analyze as default 14 years ago
Eusebiu Marcu 5cf243125c get AST nodes locally 14 years ago
Eusebiu Marcu 6cbd5519ff Use AttributedNode; 14 years ago
Eusebiu Marcu 8c37175189 add icon margin & bookmarks 14 years ago
Siegfried Pammer 01493897c7 fix https://github.com/icsharpcode/ILSpy/issues/177 14 years ago
Siegfried Pammer 93b63848cc add support for EventDeclaration and some more binary operators 14 years ago
Siegfried Pammer 61747ff645 do not print method bodies in Interfaces 14 years ago
Siegfried Pammer 8610b14c83 add support for comments 14 years ago
Siegfried Pammer b0b7f032a8 output ThrowStatement 14 years ago
Siegfried Pammer a7d87fc65a add ArrayInitializerExpression and ObjectCreationExpression 14 years ago
Eusebiu Marcu 207af4eced update to latest code mappings 14 years ago
Ed Harvey 4c2e64e92b Analyzer: Improved where-used analysis for virtual methods 14 years ago
Siegfried Pammer 173164ca23 fix indentation in Accessor blocks 14 years ago
Siegfried Pammer 2e6261fa10 convert default(T) to Nothing and typeof() to GetType() 14 years ago
Siegfried Pammer e5fb8d9560 implemented IfElseStatement and some more expressions 14 years ago
Eusebiu Marcu 5f34bf473b Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 14 years ago