882 Commits (3fcdfaab8a3592a33d83a50b63d3ce3a26769ed4)

Author SHA1 Message Date
Siegfried Pammer 3fcdfaab8a Add basic NugetPackageBrowserDialog 8 years ago
Siegfried Pammer 9d0a2138dc [ILSpy.AddIn] Fix missing libraries in vsix. 8 years ago
Siegfried Pammer fd431e6d57 Fix coloring of AttributeTargets 8 years ago
Siegfried Pammer 0b135c23e4 Add C# semantic highlighting 8 years ago
Siegfried Pammer 10a7e2edff Fix #821 - Reload All Assemblies Should Point to the Correct Assembly 8 years ago
Daniel Grunwald 71defde402 Improve cancellation. 8 years ago
Siegfried Pammer 2e09b506b2 Fix #347 - Add a Reset button to the "Open List" 8 years ago
Siegfried Pammer 63b2d697d1 CopyFullyQualifiedTypeNameContextMenuEntry should work on members as well. 8 years ago
Siegfried Pammer a91bd2fb15 Clean up MiscSettings and DisplaySettings 8 years ago
Siegfried Pammer de98536f73 Move Process.Start-calls to a central helper method. This ensures we do not crash if there's an OS configuration error, missing browser, whatever. 8 years ago
Siegfried Pammer 55a99ed5b0 Remove duplicate MetadataToken on PropertyTreeNode + more clean-up 8 years ago
Siegfried Pammer 4ce1fbcb00 Fix #822 - Sort Items in the TreeView using Natural Sort Instead 8 years ago
Siegfried Pammer a09afe18d7 A bit of clean-up 8 years ago
Siegfried Pammer 43ce88ae87 Fix display of ctors of generic types in tree view and fix search for ctors. 8 years ago
Siegfried Pammer b035f2cbf6 Fix lingering additional documentation after field/ctor removal. 8 years ago
Siegfried Pammer d33c334f5a Fix #284 - Ability to disable decompilation of anonymous types to "var" 8 years ago
Siegfried Pammer eaa58f186f Implement CSharpLanguage.GetTooltip 8 years ago
Siegfried Pammer 206497e6c1 Reimplement CSharpLanguage.TypeToString 8 years ago
Siegfried Pammer 1ec98f891d Do not display return type if method is a constructor. 8 years ago
Siegfried Pammer c172483f70 Fix GetTypeConstructor 8 years ago
Daniel Grunwald c9304bb966 Don't ignore portable PDBs; the new cecil should support them. 8 years ago
Siegfried Pammer 5fd3df65b6 Update README 8 years ago
Siegfried Pammer cf9731b262 Add special cases for fields and constructors back in CSharpLanguage 8 years ago
Siegfried Pammer c66b2dd60c Use UseDebugSymbols in ILAstLanguage 8 years ago
Siegfried Pammer 2f31d6f55a Remove UIHelper.cs 8 years ago
Siegfried Pammer 24bb4d6080 Fix #849 - Notify user that referenced assemblies could not be found 8 years ago
Siegfried Pammer 7ec5156f16 Add some loading information to AssemblyReferenceTreeNode/ReferenceFolderTreeNode. 8 years ago
Siegfried Pammer 0644de6fd3 Rip out LogWindow and DecompilerEventSource 8 years ago
Siegfried Pammer d4581a477c Add FindDotNetExeDirectory 8 years ago
Daniel Grunwald 123a7f4a62 [async] small improvements to await decompilation 8 years ago
Siegfried Pammer 7d6e4a11c4 Move AddXmlDocumentationTransform to Decompiler 8 years ago
Siegfried Pammer 9cc365054f Fix ILSpy.csproj 8 years ago
Siegfried Pammer 7df1b2908d Basic implementation of DotNetCorePathFinder 8 years ago
Sam Harwell 88616e828f Fix XAML IntelliSense 8 years ago
Sam Harwell 331aeb9b7e Fix nesting of XAML files 8 years ago
Siegfried Pammer 59d7416813 Add basic logging infrastructure 8 years ago
Siegfried Pammer 949790d126 Fix #843 - Cannot click to navigate to TypeForwardedTo types 8 years ago
Alex Povar 91bc65986f Add UI setting for AutoProperties decompilation 8 years ago
Sam Harwell 5975b2ea67 Work around improper .NET Standard build support in cecil 8 years ago
Sam Harwell 4908b129f8 Convert projects to the new project system 8 years ago
Siegfried Pammer 3a69169aa4 Update projects to .NET 4.6.1 8 years ago
Siegfried Pammer 7bf0ed79d4 Fix hyperlinks in decompiled output. 8 years ago
Daniel Grunwald 867d330f1c Fix cancellation. 8 years ago
LL acb35e0b98 revert accidental changes 8 years ago
LL a31beab372 apply the settings 8 years ago
LL ce2cd4bb63 refactor the code 8 years ago
LL 1827dd02d5 Create allow-multiple-instances option and its option page 8 years ago
Alex Povar 9be9b0b954 Add context menu action to copy FQN for selected class 9 years ago
Siegfried Pammer 57c8346ce8 Improve search strategies: use full name matching only if search term contains '.' 9 years ago
Daniel Grunwald fe84ea9730 WIP: yield return decompiler 9 years ago