1305 Commits (1430500ebae52afc4ba41f3d55f30fabfd664836)
 

Author SHA1 Message Date
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
Siegfried Pammer 7c4b944863 implement MoveNamespacesToRoot and add Unit Tests 14 years ago
Siegfried Pammer 17f8c8f1ef convert elements with no value to empty elements 14 years ago
Ed Harvey 43e867c2ae Implement filtering on DerivedTypesTreeNode. 14 years ago
Ed Harvey 529e9aaf5a Sort Analyzer results. 14 years ago
Ed Harvey 0d5afc2479 Slight change to hue of access overlay icons. 14 years ago
Ed Harvey 397df16793 Use standard icon 14 years ago
Eusebiu Marcu 56d513da9a Show line margin last using Visibility. 14 years ago
Eusebiu Marcu fe9b4a841a Reuse analyze code. Show event icon on the bar. 14 years ago
Eusebiu Marcu 0a82bb7b41 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Iconbar 14 years ago
Daniel Grunwald e8b6e3d808 Annotate anonymous methods/lambdas with the MethodDefinition representing the lambda body. 14 years ago
Daniel Grunwald c2eb91797c Make file extension comparison case-insensitive. 14 years ago
Daniel Grunwald 35dbc0dd80 Merge branch 'resources' of https://github.com/EdHarvey/ILSpy 14 years ago
Pent Ploompuu f525e42a57 Fix variable naming bug that was introduced together with cle/cge virtual opcodes 14 years ago
Pent Ploompuu a3465b239f Remove redundant parentheses during PushNegation transform 14 years ago
Pent Ploompuu f7811e69ab Added some comments and simplified the pattern matching 14 years ago
Pent Ploompuu 1e34ba6b1a Added test cases for operators on nullable values 14 years ago
Pent Ploompuu 4de59aa15b 64bit support for test cases 14 years ago
Pent Ploompuu ac8a4314c8 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Daniel Grunwald e7b798387b Merge pull request #200 from EdHarvey/Analysis 14 years ago
Daniel Grunwald 67fcd4ef7d Fix NullReferenceException in ILAstOptimizer.RecombineVariables 14 years ago
Daniel Grunwald f1a34c6a31 Fix #202: Decompilation of multiple catch clauses sharing the same variable name 14 years ago