4296 Commits (d677f0dcf1ccc01bd4fa48706fdb5f52b8b3be5d)
 

Author SHA1 Message Date
Siegfried Pammer 9af1c54fe2 add simple unit test for ResourceDictionary 15 years ago
Siegfried Pammer f20cd83e6d implement x:Class detection in BamlDecompiler 15 years ago
Siegfried Pammer 963f8ff945 implemented using base type as root node in decompiled BAML 15 years ago
Siegfried Pammer 7c4b944863 implement MoveNamespacesToRoot and add Unit Tests 15 years ago
Siegfried Pammer 17f8c8f1ef convert elements with no value to empty elements 15 years ago
Ed Harvey 43e867c2ae Implement filtering on DerivedTypesTreeNode. 15 years ago
Ed Harvey 529e9aaf5a Sort Analyzer results. 15 years ago
Ed Harvey 0d5afc2479 Slight change to hue of access overlay icons. 15 years ago
Ed Harvey 397df16793 Use standard icon 15 years ago
Eusebiu Marcu 56d513da9a Show line margin last using Visibility. 15 years ago
Eusebiu Marcu fe9b4a841a Reuse analyze code. Show event icon on the bar. 15 years ago
Eusebiu Marcu 0a82bb7b41 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Iconbar 15 years ago
Daniel Grunwald e8b6e3d808 Annotate anonymous methods/lambdas with the MethodDefinition representing the lambda body. 15 years ago
Daniel Grunwald c2eb91797c Make file extension comparison case-insensitive. 15 years ago
Daniel Grunwald 35dbc0dd80 Merge branch 'resources' of https://github.com/EdHarvey/ILSpy 15 years ago
Pent Ploompuu f525e42a57 Fix variable naming bug that was introduced together with cle/cge virtual opcodes 15 years ago
Pent Ploompuu a3465b239f Remove redundant parentheses during PushNegation transform 15 years ago
Pent Ploompuu f7811e69ab Added some comments and simplified the pattern matching 15 years ago
Pent Ploompuu 1e34ba6b1a Added test cases for operators on nullable values 15 years ago
Pent Ploompuu 4de59aa15b 64bit support for test cases 15 years ago
Pent Ploompuu ac8a4314c8 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 15 years ago
Daniel Grunwald e7b798387b Merge pull request #200 from EdHarvey/Analysis 15 years ago
Daniel Grunwald 67fcd4ef7d Fix NullReferenceException in ILAstOptimizer.RecombineVariables 15 years ago
Daniel Grunwald f1a34c6a31 Fix #202: Decompilation of multiple catch clauses sharing the same variable name 15 years ago
Eusebiu Marcu 5edd65e73c static class icons in Icon bar 15 years ago
Ed Harvey 6fcc05af68 Split out ImageResourceEntryNode, and add support for cursor resources. 15 years ago
Eusebiu Marcu 4a1936745e Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Iconbar 15 years ago
Eusebiu Marcu a42bd6b9ac Show constructor icon; reset icons in about page. 15 years ago
Siegfried Pammer 0bfb193e47 fix deserialisation of consecutive integer ranges 15 years ago
Eusebiu Marcu bba2324af6 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Iconbar 15 years ago
Siegfried Pammer 02e6cf6dd8 implement support for TextWithId records and add some safety checks 15 years ago
Pent Ploompuu 5bc2692ab7 Boolean logic decompilation improvement refactored to SimplifyTernaryOperator 15 years ago
Pent Ploompuu 970eaa0da1 Further improvements to boolean logic decompilation 15 years ago
Pent Ploompuu ca46aafa2f Merge branch 'master' of git://github.com/icsharpcode/ILSpy 15 years ago
Pent Ploompuu 001a5d4cd7 Improved decompilation quality for expressions involving boolean negations 15 years ago
Siegfried Pammer 1009303088 sort BamlRecordType; clean up some code; replace Hashtable with Dictionary 15 years ago
Eusebiu Marcu 84069ffce5 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Iconbar 15 years ago
Daniel Grunwald 17ad27bfac Use AnyCPU config for BamlDecompiler.Plugin. 15 years ago
Daniel Grunwald e59edceccb Fix inlining into null coalescing operator. 15 years ago
Daniel Grunwald e0c7bebfe8 Add license headers to the files that were missing them. 15 years ago
Siegfried Pammer 949ec40349 throw a better exception, if an assembly cannot be resolved 15 years ago
Siegfried Pammer cced248753 add AnyCPU configuration to ILSpy.BamlDecompiler.csproj 15 years ago
Ed Harvey 5d7ff43a84 Analyzer: code refactoring in event raised-by analyzer. 15 years ago
Ed Harvey 4c8ea69ddb Added rudimentary event raised-by analyzer. Only works for 'standard' events (ie events without custom add/remove methods). Only implementations are analyzed, so event declarations on interfaces are out as well. 15 years ago
Pent Ploompuu af155c788e Type analysis support for operators on nullable values 15 years ago
Siegfried Pammer 7843a5b95f implement ITypeResolver based on Cecil to avoid loading of assemblies using reflection 15 years ago
Eusebiu Marcu 0459bac40d Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Iconbar 15 years ago
Siegfried Pammer 1bd14655d0 Ricciolo.StylesExplorer.MarkupReflection FIX: properly set _eof when reaching end of file 15 years ago
Siegfried Pammer d3f31d054e implement basic plug-in 15 years ago
Siegfried Pammer 71c8fb1446 add source of Ricciolo.StylesExplorer.MarkupReflection by Cristian Civera 15 years ago