989 Commits (f2c001ab55c1740fc66a00c2b64e8023e2603010)
 

Author SHA1 Message Date
Daniel Grunwald f2c001ab55 Show .NET runtime version. 14 years ago
Daniel Grunwald 8b611e50a4 Show architecture of assembly being decompiled. 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
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
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
Ed Harvey 6fcc05af68 Split out ImageResourceEntryNode, and add support for cursor resources. 14 years ago
Siegfried Pammer 0bfb193e47 fix deserialisation of consecutive integer ranges 14 years ago
Siegfried Pammer 02e6cf6dd8 implement support for TextWithId records and add some safety checks 14 years ago
Siegfried Pammer 1009303088 sort BamlRecordType; clean up some code; replace Hashtable with Dictionary 14 years ago
Daniel Grunwald 17ad27bfac Use AnyCPU config for BamlDecompiler.Plugin. 14 years ago
Daniel Grunwald e59edceccb Fix inlining into null coalescing operator. 14 years ago
Daniel Grunwald e0c7bebfe8 Add license headers to the files that were missing them. 14 years ago
Siegfried Pammer 949ec40349 throw a better exception, if an assembly cannot be resolved 14 years ago
Siegfried Pammer cced248753 add AnyCPU configuration to ILSpy.BamlDecompiler.csproj 14 years ago
Ed Harvey 5d7ff43a84 Analyzer: code refactoring in event raised-by analyzer. 14 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. 14 years ago
Siegfried Pammer 7843a5b95f implement ITypeResolver based on Cecil to avoid loading of assemblies using reflection 14 years ago
Siegfried Pammer 1bd14655d0 Ricciolo.StylesExplorer.MarkupReflection FIX: properly set _eof when reaching end of file 14 years ago
Siegfried Pammer d3f31d054e implement basic plug-in 14 years ago
Siegfried Pammer 71c8fb1446 add source of Ricciolo.StylesExplorer.MarkupReflection by Cristian Civera 14 years ago
Siegfried Pammer dd02632a4b add ILSpy.BamlDecompiler project 14 years ago
Ed Harvey 2ca0012251 Added specific icons for general xml-based resource nodes 14 years ago
Ed Harvey fb3523b830 Handle resources stored as byte arrays. 14 years ago
Ed Harvey 4ede962721 Added resource node for general xml-based resources (xml, xsd, xslt) 14 years ago
Ed Harvey 43e97197e1 Moved BamlResourceEntryNode class to own file in ResourceNodes folder. 14 years ago
Ed Harvey 311a5bb264 Tidied 'using' statements. 14 years ago
Ed Harvey 68fe9617ba Split classes into separate files. 14 years ago
Ed Harvey 6b449d5bf3 Move resource tree nodes to separate folder. 14 years ago
David Srbecký 51eb00aac7 Remove unreachable code in ILAstBuilder. Closes #134. Closes #151. Closes #171. 14 years ago
Siegfried Pammer 111a6ca292 do not use primitive type names in TreeNodes; fixes #183 14 years ago