1979 Commits (74daaaf73302590109b6655fa30129a0a8c463b2)
 

Author SHA1 Message Date
Pent Ploompuu 92c892577d Use consistent terminology for lifted operators 14 years ago
Pent Ploompuu 7c3fd3afda Use annotations to mark lifted operators that can't be transformed by PushNegation 14 years ago
Pent Ploompuu d7228e4e99 Fix Mono.Cecil.Pdb build info in solution file for release builds 14 years ago
Pent Ploompuu 738e3fb776 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Ronny Klier d518e3c4e0 Only breakpoints are visible in breakpoints list (except debugger option "Show all bookmarks" is active) 14 years ago
Ronny Klier ebbbb3e41e Scroll to current line in debugger stepping 14 years ago
Daniel Grunwald 3a411f534a Fix XmlDocKeyProvider for nested generic types. 14 years ago
Ronny Klier 92966bc3a7 When moving between the type and the method the TextMarker for BP was not updated 14 years ago
Ronny Klier ced763f6cf Add separator before "show breakpoints" 14 years ago
jbevain 96c7204789 Annotate VariableInitializers with ILVariable when possible 14 years ago
Ronny Klier c0155fad9e Merge branch 'master' into bookmarks 14 years ago
Ronny Klier 8a5b5547d4 Added windows for breakpoints and callstack 14 years ago
Siegfried Pammer 31e71509fd remove old files 14 years ago
Siegfried Pammer b940799a95 fix case sensitivity in IsKeyword check 14 years ago
Siegfried Pammer d2b564dca2 fix output of object initializers 14 years ago
Daniel Grunwald 5463a70fe4 Decompile [ComImport] attribute. 14 years ago
Daniel Grunwald baa4af92c1 Don't use field initializer syntax when the RHS of the assignment contains "this". 14 years ago
jbevain d55a61772a Annotate properties and events with the original method reference too 14 years ago
Daniel Grunwald 9c682a4a9b Fix XmlDocKeyProvider.cs for multi-dimensional array types and for overloaded conversion operators. 14 years ago
Ronny Klier 487bc84ac6 Merge branch 'master' into bookmarks 14 years ago
Daniel Grunwald 623de0885d Add mscorlib to the default assembly lists. 14 years ago
Daniel Grunwald 0ce36ea9ed Merge branch 'master' of git://github.com/DickvdBrink/ILSpy 14 years ago
Daniel Grunwald 6746938728 Fix #228 ILSpy /NavigateTo: does not allow you to navigate to a namespace 14 years ago
Daniel Grunwald f39f7c3d63 Use 'ref', not 'out', for passing arguments to a method parameter declared as "[In, Out] ref". 14 years ago
Daniel Grunwald f7d06edbd6 Fix /NavigateTo:M with method names containing dots (explicit interface implementations). 14 years ago
Daniel Grunwald f5f1522cfc InsertParenthesesVisitor: insert parenthesis in "(new int[1])[0]" 14 years ago
Pent Ploompuu 66fde6d0ee Compound assignment support for overloaded operators 14 years ago
Pent Ploompuu ee0f43ad38 Compound assignment support for lifted operators 14 years ago
Daniel Grunwald 6955479ed6 Fixed /navigateTo with static constructors. 14 years ago
Pent Ploompuu 0e993afe58 Add an annotation to redundant ParenthesizedExpressions for PushNegation transform 14 years ago
Pent Ploompuu 475ce0e827 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Ronny Klier 4b2c25faaa Merge branch 'master' into bookmarks 14 years ago
Ronny Klier 6c6bab7b4e Provide event for changed breakpoint image 14 years ago
Daniel Grunwald a6f63d057d Fix OverflowException when searching for integer constants. 14 years ago
Daniel Grunwald ee48bce2fb Hide compiler-generated top-level classes (anonymous types + PrivateImplementationDetails) 14 years ago
Eusebiu Marcu 5a892c30df create a new TextOutputLocation class for storing the location in the output text instead of Tuple<int, int> + fix build 14 years ago
Eusebiu Marcu b394749f47 create a new TextOutputLocation class for storing the location in the output text instead of Tuple<int, int> 14 years ago
Dick van den Brink 01c5ebd563 Use the AssemblyList icon 14 years ago
Dick van den Brink dcc834a27d Added the possibility to create lists. 14 years ago
Dick van den Brink 65b9b03d1d Merge remote-tracking branch 'upstream/master' 14 years ago
Dick van den Brink 06e6eaa767 Added Create and Remove buttons for assembly lists. 14 years ago
Eusebiu Marcu 87abf569a7 fix some null errors 14 years ago
Pent Ploompuu 0e20029579 Fix ICSharpCode.Decompiler.csproj line endings (CRLF is used upstream now)... 14 years ago
Pent Ploompuu d2488a497e Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Dick van den Brink 759f942234 Added assembly lists. 14 years ago
Siegfried Pammer 9bfb3edc2a add missing space after Case keyword 14 years ago
Ronny Klier 9c2d3e7d00 Merge branch 'master' into bookmarks 14 years ago
Siegfried Pammer 6e86570127 corrected spelling of Overrides-modifier; convert virtual to Overridable and override to Overrides 14 years ago
Ronny Klier 235a840995 Merge branch 'master' into bookmarks 14 years ago
Daniel Grunwald e5609f6042 Add Ctrl+S shortcut for "search literal" 14 years ago