1921 Commits (5261d73b9a9db7d751d5f7a1bf397abec894e342)
 

Author SHA1 Message Date
KevinCathcart b74daf8c32 Add support for "instance explicit" calling convention for a MethodReference. 15 years ago
Daniel Grunwald 7d24f683d1 Decompile AssemblyVersion attribute. Closes #188. 15 years ago
Daniel Grunwald 3779381796 Add support for type forwarding declarations ([TypeForwardedToAttribute]). Closes #190. 15 years ago
Daniel Grunwald 32081feb1b Decompile security declarations. Closes #189. 15 years ago
Daniel Grunwald 2d42dd5c57 Fixed several issues related to [MarshalAs] attributes. 15 years ago
Daniel Grunwald dd4d090468 Lots of improvements/fixes for the disassembler. 15 years ago
Daniel Grunwald ed08c83289 Make ConvertChar and ConvertString public. 15 years ago
Ed Harvey eba91caf6c Analyzer: further improvements to where-used analysis for virtual methods. 15 years ago
Ed Harvey a683ba51ff Removed redundant parameter. 15 years ago
Daniel Grunwald d362f8d0f6 Fixed several bugs in the IL disassembler. 15 years ago
Daniel Grunwald a15ecd533b Fix NullReferenceException in XmlDocKeyProvider when decompiling C++/CLI code. Closes #173. 15 years ago
Daniel Grunwald ae873ec18f Fixed decompilation of anonymous methods created by the VB compiler. Closes #127. 15 years ago
Daniel Grunwald 3833643aaf Fixed issues with detection of using statements. 15 years ago
Daniel Grunwald 5c08e10a07 Fixed incorrect detection of the 'using' statement pattern when the code was assigning to the using variable. Closes #121. 15 years ago
Daniel Grunwald 4abc650ecd Fix NullReferenceException in TrransformSwitchOnString. Closes #95. 15 years ago
Daniel Grunwald 65423df7e7 Merge branch 'ViewStatePreservingFix' of https://github.com/arturek/ILSpy 15 years ago
Daniel Grunwald e2794252fb When decompiling a field, also decompile constructors to check whether there's an initializer on the field. 15 years ago
Daniel Grunwald b01fe1b427 Fixed NullReferenceException when decompiling "typeof(List<int>[])". 15 years ago
Siegfried Pammer 439de223bf implement proper fix for #179 + add unit test 15 years ago
Siegfried Pammer e9eca059d5 remove isLastLine from interface - use stack instead; fix null reference if resolve of TypeDefinition fails 15 years ago
Daniel Grunwald e04f6f77ed Merge pull request #170 from EdHarvey/Analysis 15 years ago
Daniel Grunwald faf3a29a08 Fixed position of XML comments on nested types. 15 years ago
Daniel Grunwald 4ec92d9a55 Handle cpobj instruction as stobj(ldobj). 15 years ago
Eusebiu Marcu ee2cae3d1a Add line numbers to text editor and in display settings. 15 years ago
Eusebiu Marcu 77786a3fdc Insert icon bar at index 0. 15 years ago
Daniel Grunwald 478035dfd9 Fix issues introduced when merging #166. 15 years ago
Eusebiu Marcu 6519982ded small fix in summary 15 years ago
Daniel Grunwald 30fe30c236 Fix DecimalConstantTransform. 15 years ago
Daniel Grunwald 0cae9b4983 Merge #166 Fix split local variable post-increment recognition 15 years ago
Daniel Grunwald 508073d6ac Applied some of the optimizations suggested by Kris Vandermotten. #150 15 years ago
Daniel Grunwald 0e648ef19b Add support for recursively expanding tree nodes to SharpTreeView. 15 years ago
Daniel Grunwald 7513c8c64b Show attributes on parameters in IL view. Closes #187. 15 years ago
Siegfried Pammer 8c228a4df1 fix bug when printing type names introduced by commit 51fc2f10cc 15 years ago
Siegfried Pammer ba0b80856c add foldings to documentation comments; closes #165 15 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 15 years ago
Eusebiu Marcu 8824e9e8f1 reset column number after new line 15 years ago
Eusebiu Marcu c81abc97ab add current column in the node annotation tuple 15 years ago
Siegfried Pammer 184a6fc4f0 replace file header in some files 15 years ago
Siegfried Pammer 66c0e844df fix ugly layout of font combobox and preview in DisplaySettingsPanel 15 years ago
Siegfried Pammer 975be57b62 implement DecimalConstantTransform closes #184 15 years ago
Eusebiu Marcu d77139c80b Merge pull request #191 from RKlier/dbg_arguments 15 years ago
Ronny Klier 92e8616aab Dialog for arguments and working directory was missing 15 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 15 years ago
Ronny Klier fa3941e1fd Allow arguments for debugged executable 15 years ago
Eusebiu Marcu 6846da89f7 Rename and move. 15 years ago
Eusebiu Marcu 012c024011 Add context menu and actions extensibility; add analyze as default 15 years ago
Eusebiu Marcu 5cf243125c get AST nodes locally 15 years ago
Eusebiu Marcu 6cbd5519ff Use AttributedNode; 15 years ago
Eusebiu Marcu 8c37175189 add icon margin & bookmarks 15 years ago
Siegfried Pammer 01493897c7 fix https://github.com/icsharpcode/ILSpy/issues/177 15 years ago