1693 Commits (8d2bee69af510e48b9ddbce027c2dc90cb7773b1)
 

Author SHA1 Message Date
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
Eusebiu Marcu 025f024dcf Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Iconbar 14 years ago
Daniel Grunwald c339b9270a Fix crash in disassembler and decompiler when HasPInvokeInfo=true but PInvokeInfo=null (occurs with unmanaged methods in C++/CLI assemblies) 14 years ago
Daniel Grunwald f2c001ab55 Show .NET runtime version. 14 years ago
Daniel Grunwald 8b611e50a4 Show architecture of assembly being decompiled. 14 years ago
Eusebiu Marcu fda1482469 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Iconbar 14 years ago
Eusebiu Marcu ba4717d516 Implement IDisposable for textview. 14 years ago
Daniel Grunwald 54cf43a1e1 Fix build. 14 years ago
Ed Harvey 60cf22a48c Move Languages collection to separate file. 14 years ago
Ed Harvey 27461a9717 Move all *Language classes to subfolder. 14 years ago
Ed Harvey 1ca1caef54 Split ShowAnalyzerCommand into separate file. 14 years ago
Ed Harvey bf5ddabfc6 Move IPane to separate file. 14 years ago
Ed Harvey 7ddf11ef75 Move classes to separate files & organize command functionality under one folder. 14 years ago
Ed Harvey 83b565ac7d Merge branch 'master' of https://github.com/icsharpcode/ILSpy 14 years ago
Ed Harvey e32c170ec4 Move classes to separate files. 14 years ago
Siegfried Pammer 9af1c54fe2 add simple unit test for ResourceDictionary 14 years ago
Siegfried Pammer f20cd83e6d implement x:Class detection in BamlDecompiler 14 years ago
Siegfried Pammer 963f8ff945 implemented using base type as root node in decompiled BAML 14 years ago