8010 Commits (c6b6c09cfcc8a10940d913c2d6f11342b7fddb54)
 

Author SHA1 Message Date
Daniel Grunwald 65f5427ae6 Fix #162 Opening a file that's not a valid assembly displays exception stack trace 14 years ago
Daniel Grunwald 7789284161 Fix #74 Jumping to other type doesn't scroll the tree 14 years ago
Eusebiu Marcu 09a7400208 fix #236; show images in debugger evaluation tooltip 14 years ago
Daniel Grunwald fde6361995 Fixed missing XML documentation on enum members. 14 years ago
Ed Harvey fe865dbe73 Make ILSpy.BamlDecompiler.csproj compatible with VS2010 14 years ago
Ronny Klier 77c2411b6d Decompile contents of resource file nodes + non-Stream resources 14 years ago
Pent Ploompuu 007549180d Set correct InferredType after decompiling operators with nullable values (needed for LogicNot simplification). 14 years ago
Pent Ploompuu 24c9e68633 Simplify shift operators (<< and >>). 14 years ago
Pent Ploompuu 0abae7a2ad Improve decompilation of operations with nullable booleans. 14 years ago
Pent Ploompuu 83c3696724 Decompile null coalescing operator for nullable types 14 years ago
Pent Ploompuu ca6a283b16 Fixed variable splitting 14 years ago
Pent Ploompuu 0b195a98cd Fix ICSharpCode.Decompiler.csproj line endings 14 years ago
Pent Ploompuu 14d5728fa6 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Pent Ploompuu 8f5925f854 Ldloca support for variable splitting. 14 years ago
Ronny Klier 1bfc613b7c Merge branch 'master' into string_resources 14 years ago
Ronny Klier a07bea82ea Decompile string resources in .resources TreeNodes and show them in a table. 14 years ago
Pent Ploompuu cd37d3dfd2 Decompilation of comparisons between nullable operands and constant values 14 years ago
Eusebiu Marcu 84dc577fba Rename DebuggedData.cs -> DebugInformation.cs; 14 years ago
Pent Ploompuu 341f54833e Partial decompilation of math operators with nullable arguments 14 years ago
Artur Zgodziński c42bf520b8 Highlighting references to clicked variable or parameter. 14 years ago
Ed Harvey 50e8fbc48e Incorrect icon for const decimal fields. Closes #218 14 years ago
Eusebiu Marcu 3d0d4ee568 rename debugger assembly into ILSpy.Debugger.Plugin 14 years ago
Eusebiu Marcu 080bf7f8e3 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into Debugger 14 years ago
Ed Harvey 8ba9cba665 Removed redundant 'view->analyze' menu entry. (issue #216) 14 years ago
Pent Ploompuu 77c3be280b Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Daniel Grunwald 6af0d51969 Change version number to 2.0 14 years ago
Siegfried Pammer 72a1b71f82 reactivate code that turns complex properties into markup extensions if possible 14 years ago
Siegfried Pammer 2c6e34ef07 decompile Name attributes on type of current assembly to x:Name 14 years ago
Siegfried Pammer a75e2a3c96 add ConnectMethodDecompiler 14 years ago
Siegfried Pammer 11b4f4babd read connection ids as x:ConnectionId from binary stream 14 years ago
Siegfried Pammer 604d43076e implement correct handling of Keys; add more unit tests 14 years ago
Siegfried Pammer 5ef8af1346 add more unit tests; use current type instead of declaring type for PropertyElements 14 years ago
Siegfried Pammer b515326b74 reimplemented reading of keys 14 years ago
Siegfried Pammer e0932a6860 implement detection of implicit elements and static resources 14 years ago
Siegfried Pammer b9dd30a0ec add ignored test for special cases with ResourceDictionaries; remove unneeded private modifier 14 years ago
Eusebiu Marcu 5c46ce6c54 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Iconbar 14 years ago
Daniel Grunwald 4f5fb6c140 Fixed references to enum values nested within generic types. 14 years ago
Daniel Grunwald 320b6d96c2 Fix some compiler warnings. 14 years ago
David Srbecký f9d877b25a Remove unreachable return statements. Closes #174. Closes #192 14 years ago
David Srbecký de4389cb39 Do not fall though the end of try-block. It should never happen in valid IL, but some obfuscators generate such code. Closes #164 14 years ago
Daniel Grunwald 19f5176186 Remove duplicate references in BamlDecompiler.Tests. 14 years ago
Daniel Grunwald 9cb4de3aa3 Fix InvalidCastException when hovering over a type reference. 14 years ago
Daniel Grunwald 9376ece056 Fixed references to enum values nested within generic types. 14 years ago
Daniel Grunwald 6daf7cb6bc Fix some compiler warnings. 14 years ago
David Srbecký 6fd28e8b6e Remove unreachable return statements. Closes #174. Closes #192 14 years ago
David Srbecký c31f9232c5 Do not fall though the end of try-block. It should never happen in valid IL, but some obfuscators generate such code. Closes #164 14 years ago
Daniel Grunwald 64f409ad28 Remove duplicate references in BamlDecompiler.Tests. 14 years ago
Daniel Grunwald df94edc2d4 Fix InvalidCastException when hovering over a type reference. 14 years ago
Eusebiu Marcu 895a3d68b1 Move DisplaySettings to Options 14 years ago
Eusebiu Marcu 4f19d5732e Merge branch 'master' of https://github.com/icsharpcode/ILSpy into Debugger 14 years ago