Commit Graph

  • 31335cdb45 Notes added by 'git notes add' Build Server 2011-02-19 13:30:33 +0100
  • 986e5e06cc Proper support for catch block argument David Srbecký 2011-02-19 12:28:58 +0000
  • a03d029d30 Use custom enum to store OpCodes (so that we can add "virtual" opcodes) David Srbecký 2011-02-19 10:47:48 +0000
  • bcfea13d9f Notes added by 'git notes add' Build Server 2011-02-19 01:10:09 +0100
  • 7442f501b0 Add support for more opcodes to type analysis: ldind*, stind*, conv_ovf*, and some others. Daniel Grunwald 2011-02-19 01:09:16 +0100
  • dc87ff5ae1 Notes added by 'git notes add' Build Server 2011-02-19 00:31:19 +0100
  • 2c2801eab8 Fix StackOverflowException in PushNegation. Daniel Grunwald 2011-02-18 23:53:10 +0100
  • c1e89c14f1 Notes added by 'git notes add' Build Server 2011-02-18 23:49:31 +0100
  • 8e69601184 Implement type analysis for a lot more opcodes. Daniel Grunwald 2011-02-18 23:48:19 +0100
  • 24cdcd1958 Use lambda expressions for anonymous methods that contain only a single return statement. Daniel Grunwald 2011-02-18 22:00:37 +0100
  • f3f7d29c12 Fix lambda expression output bug. Daniel Grunwald 2011-02-18 22:00:15 +0100
  • f38931b884 Notes added by 'git notes add' Build Server 2011-02-18 23:19:47 +0100
  • ac8d6d0420 fixing more exceptions with ResourceSets Siegfried Pammer 2011-02-18 23:17:42 +0100
  • d187b37fb5 use CreateInstanceFromAndUnwrap instead of CreatedInstanceAndUnwrap Siegfried Pammer 2011-02-18 21:47:53 +0100
  • 7315d72291 Notes added by 'git notes add' Build Server 2011-02-18 21:39:33 +0100
  • 9912340414 NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead. Daniel Grunwald 2011-02-18 21:38:16 +0100
  • 7dd487f8ab Don't hide display classes from the tree view in the intermediate C# steps. Daniel Grunwald 2011-02-18 20:09:08 +0100
  • e259a513e1 Remove unused code. Daniel Grunwald 2011-02-18 20:08:34 +0100
  • 3ed2d43043 Notes added by 'git notes add' Build Server 2011-02-18 21:04:48 +0100
  • bba65cf3ae do not load images on a background thread Siegfried Pammer 2011-02-18 20:52:06 +0100
  • 2469227ed2 use separate AppDomain for decompiling BAML resources Siegfried Pammer 2011-02-18 20:26:34 +0100
  • 5378014680 Notes added by 'git notes add' Build Server 2011-02-18 19:21:28 +0100
  • d4c275410e Implemented removal of closures ("display class" introduced by C# compiler for anonymous methods) Daniel Grunwald 2011-02-18 19:21:11 +0100
  • c228ce6b00 Notes added by 'git notes add' Build Server 2011-02-18 17:08:50 +0100
  • f7330c08ce Sort resources within a resource file. Daniel Grunwald 2011-02-18 17:03:53 +0100
  • bf3b04d3b9 Revert "Avoid loading children when they aren't needed." Daniel Grunwald 2011-02-18 16:52:42 +0100
  • ab66d9c1fc Notes added by 'git notes add' Build Server 2011-02-18 16:17:52 +0100
  • b1df8e8326 added minimal support for reading BAML files Siegfried Pammer 2011-02-18 16:14:50 +0100
  • 10ee9895da read .reaources files as ResourceSet - support viewing single images Siegfried Pammer 2011-02-18 10:18:17 +0100
  • 798d156670 Add comparisons with 0 or null if necessary. Closes #8. Daniel Grunwald 2011-02-18 15:47:39 +0100
  • 7e33ffd912 Notes added by 'git notes add' Build Server 2011-02-18 15:47:08 +0100
  • d6f94bbc75 Simplify "x == false" to "!x" in PushNegation. Daniel Grunwald 2011-02-18 14:43:38 +0100
  • 6455f88ae8 Notes added by 'git notes add' Build Server 2011-02-18 14:43:09 +0100
  • cd2c70a6b4 First implementation of type inference. Daniel Grunwald 2011-02-18 14:12:38 +0100
  • 016b54563f Add cancellation support to the decompiler. Daniel Grunwald 2011-02-18 10:50:59 +0100
  • 4b0abd426e Notes added by 'git notes add' Build Server 2011-02-18 02:41:00 +0100
  • f333ed1e58 When decompiling a type, don't show the empty constructor generated by the compiler. Daniel Grunwald 2011-02-17 23:55:33 +0100
  • 6085b60fc2 Add dumb testing framework. Daniel Grunwald 2011-02-17 23:53:39 +0100
  • ba5522da6c wrapped dot call in a try catch block to catch exception when graphviz is not installed #10 unknown 2011-02-17 16:12:00 -0600
  • 46010ddac6 Add minor modifications. Eusebiu Marcu 2011-02-17 23:39:19 +0200
  • cd1a232c6f Remove Editor folder. Eusebiu Marcu 2011-02-17 23:13:45 +0200
  • 71c292d626 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger Eusebiu Marcu 2011-02-17 21:43:52 +0200
  • 1bb63ea7f3 Notes added by 'git notes add' Build Server 2011-02-17 20:20:22 +0100
  • ea0c2df3ff Allow viewing the intermediate ILAst steps. Daniel Grunwald 2011-02-17 20:17:38 +0100
  • 6c85cde97b Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger Eusebiu Marcu 2011-02-17 20:09:34 +0200
  • 56faf46597 Avoid loading children when they aren't needed. Daniel Grunwald 2011-02-17 18:24:25 +0100
  • d39a806795 Scroll down automatically when expanding a tree node. Daniel Grunwald 2011-02-17 18:02:18 +0100
  • 13c5a50fe5 Notes added by 'git notes add' Build Server 2011-02-17 19:00:16 +0100
  • 2abed5b165 added ILAstLanguage for easier debugging Siegfried Pammer 2011-02-16 23:08:02 +0100
  • 7d1f7bdfbe Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger Eusebiu Marcu 2011-02-17 08:40:18 +0200
  • da75cb0c0c Notes added by 'git notes add' Build Server 2011-02-16 22:51:48 +0100
  • dd9659f2ca Fix missing dot in namespace declarations. Daniel Grunwald 2011-02-16 22:50:43 +0100
  • 8936e0c992 Notes added by 'git notes add' Build Server 2011-02-16 22:45:15 +0100
  • 3eefdb227e Escape surrogates in string literals. Daniel Grunwald 2011-02-16 22:44:13 +0100
  • c6b7ea41f1 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger Eusebiu Marcu 2011-02-16 23:14:27 +0200
  • 2fae39771f Notes added by 'git notes add' Build Server 2011-02-16 21:59:25 +0100
  • ed11a717a0 Fixed bug in creation of try-catch ILAst blocks David Srbecký 2011-02-16 20:58:08 +0000
  • 96480eeb74 Notes added by 'git notes add' Build Server 2011-02-16 19:03:27 +0100
  • 2d18f5e309 Members of a type are collapsed by default. Daniel Grunwald 2011-02-16 19:03:22 +0100
  • 578a8a83c5 Sort type members in tree view. Daniel Grunwald 2011-02-16 18:53:04 +0100
  • c4b63b87c6 Show values of constants. Daniel Grunwald 2011-02-16 18:52:39 +0100
  • a460bc65ab Fix order of modifiers. Daniel Grunwald 2011-02-16 18:49:06 +0100
  • 3aa5f6d586 Notes added by 'git notes add' Build Server 2011-02-16 18:41:42 +0100
  • 7a81ab2e1e Patch Mono.Cecil to allow safe multi-threaded read access. Daniel Grunwald 2011-02-16 18:40:37 +0100
  • ff703b3578 Notes added by 'git notes add' Build Server 2011-02-16 17:34:42 +0100
  • 0ede3cf555 Fix TreeFlattener.IndexOf (avoids crash when navigating or loading assemblies while a search filter is active) Daniel Grunwald 2011-02-16 17:34:15 +0100
  • 4b1cc316f4 Notes added by 'git notes add' Build Server 2011-02-16 17:14:00 +0100
  • 4b6bd1bd7c Fix crash when decompiling delegate creation of generic method. Daniel Grunwald 2011-02-16 17:09:41 +0100
  • dfe55790fc Notes added by 'git notes add' Build Server 2011-02-16 16:59:24 +0100
  • 12a0bb330d If the decompiler crashes: Show name of the decompiled method in the exception message. Daniel Grunwald 2011-02-16 16:58:48 +0100
  • 92aa237956 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger Eusebiu Marcu 2011-02-16 16:55:38 +0200
  • b46136786e Show tooltip when debugging. Eusebiu Marcu 2011-02-16 16:50:29 +0200
  • 448ccb6f8f Notes added by 'git notes add' Build Server 2011-02-16 14:56:57 +0100
  • a0f22ed522 Add delay to SearchBox. Daniel Grunwald 2011-02-16 14:56:15 +0100
  • 57c098b974 Notes added by 'git notes add' Build Server 2011-02-16 14:43:21 +0100
  • abc94713e8 Allow expanding/collapsing nodes with numpad plus/minus. Daniel Grunwald 2011-02-16 14:42:29 +0100
  • 16d84ed0d9 Create a simple expression parser. Eusebiu Marcu 2011-02-16 14:47:07 +0200
  • 981fd8fc7f Add icon for ILSpy. Daniel Grunwald 2011-02-16 13:42:11 +0100
  • 381df74fa6 Split assembly loading logic out of AssemblyTreeNode. Daniel Grunwald 2011-02-15 21:04:43 +0100
  • 2b949db18b Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger Eusebiu Marcu 2011-02-16 11:28:45 +0200
  • aad4001cdb Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger Eusebiu Marcu 2011-02-16 11:23:58 +0200
  • 0216033ee6 Notes added by 'git notes add' Build Server 2011-02-16 10:17:12 +0100
  • 597f6bda86 Fixed building of ILAst try-catch block David Srbecký 2011-02-16 09:16:33 +0000
  • a2e94fd878 Notes added by 'git notes add' Build Server 2011-02-16 03:04:52 +0100
  • 7f08673210 Trivial fix for variable name numbering David Srbecký 2011-02-16 01:58:33 +0000
  • 7fde5d35b9 Notes added by 'git notes add' Build Server 2011-02-16 02:48:15 +0100
  • 6c1f4ca355 Simple fix for some accidentaly duplicated nodes David Srbecký 2011-02-16 01:46:35 +0000
  • c2acbecbdb Notes added by 'git notes add' Build Server 2011-02-16 02:25:34 +0100
  • dd99653380 Removed the old Decompiler directory David Srbecký 2011-02-16 01:24:55 +0000
  • e0e1823291 Notes added by 'git notes add' Build Server 2011-02-16 02:19:01 +0100
  • 22646aa3b3 Fixed infinite loop in AstComparer David Srbecký 2011-02-16 01:17:53 +0000
  • 937b85f64c Notes added by 'git notes add' Build Server 2011-02-16 02:11:29 +0100
  • 28117e8c4c Set the icon of main window David Srbecký 2011-02-16 01:10:11 +0000
  • d39cf5db2c Notes added by 'git notes add' Build Server 2011-02-16 01:50:50 +0100
  • 19a5b6c151 Don't show fully qualified names David Srbecký 2011-02-16 00:49:38 +0000
  • a5254a0145 Notes added by 'git notes add' Build Server 2011-02-16 01:43:17 +0100
  • d469b6a513 Fixed local variable names, types and definitions David Srbecký 2011-02-16 00:42:27 +0000
  • fb34c485aa Notes added by 'git notes add' Build Server 2011-02-16 01:13:33 +0100
  • 9937d991e8 Initial support for switch statements David Srbecký 2011-02-16 00:13:03 +0000
  • 1575881e77 Notes added by 'git notes add' Build Server 2011-02-16 00:06:20 +0100