Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2017-05-11No intermediate strings while joiningnosami
2017-05-10Slight tidy upnosami
2017-05-10[F#] Adds tagged comments to the Tasks pad.nosami
2017-05-10Merge pull request #2405 from mono/icon-updatesVáclav Vančura
2017-05-10[Icons] Some library icons were not properly exported (blue background was ba...Václav Vančura
2017-05-10[Ide] Information tooltips now use white not-so-disturbing backgroundVáclav Vančura
2017-05-10[Ide] Tooltip icons should use `md-help` and not `md-information`Václav Vančura
2017-05-10Updated references to xwt, md-addinsalan
2017-05-10Merge pull request #2404 from iainx/fix-53829iain
2017-05-10[Icons] Some preferences icons needed an outline treatment in ~dark to match ...Václav Vančura
2017-05-09[A11y] Turn on focus ring for checkbuttons and radiobuttonsiain holmes
2017-05-09[C#] Pass in cancellation token on MonoTODO analyzer.therzok
2017-05-09[C#] Don't inspect MonoTODO unless MonoTODO exists.therzok
2017-05-09[Icons][DotNetCore] More template iconsVáclav Vančura
2017-05-09Merge branch 'master' into master-fix55915Mike Krüger
2017-05-09Merge branch 'master' into master-fix52553Mike Krüger
2017-05-09Merge pull request #2325 from mono/master-navpointfixMike Krüger
2017-05-09Merge pull request #2397 from mono/master-fix56104Mike Krüger
2017-05-09Merge pull request #2380 from mono/master-fix56080Mike Krüger
2017-05-09Merge pull request #2356 from mono/master-fix55947Mike Krüger
2017-05-09Merge pull request #2401 from mono/master-fix56094Mike Krüger
2017-05-09[Icons][Ide] Library template icon fixesVáclav Vančura
2017-05-09[Ide] Preserve encoding when doing find in files.Mike Krüger
2017-05-09Merge pull request #2400 from iainx/fix-53527iain
2017-05-09[A11y] Set the label attribute on the New Files dialog entryiain holmes
2017-05-09[C#] Fix Completion OverloadGroupEquals behaviour.therzok
2017-05-09[Perf] Fix semantic highlighting cache checks.therzok
2017-05-09[Perf] Avoid allocating lambdas on getting an editor theme's color.Marius Ungureanu
2017-05-09[Perf] Avoid allocating iterators when loading textmate formats.Marius Ungureanu
2017-05-09[Perf] Fix a few references of a slow variant of IndexOf.Marius Ungureanu
2017-05-09[Core] Avoid allocating lambdas on a hot path.Marius Ungureanu
2017-05-09[C#] Replace reflection call with actual callMarius Ungureanu
2017-05-09[C#] Optimize completion data insertionMarius Ungureanu
2017-05-09[Ide] Get rid Task.Run nesting in GetErrorsAsync.Marius Ungureanu
2017-05-09[Perf] Misc cleanup in CompletionData and fix a wrong .ResultMarius Ungureanu
2017-05-09[Perf] Remove TypeSystemSegmentTree completely.Marius Ungureanu
2017-05-09[C#] Don't requery the analysis document every time on computing code refacto...Marius Ungureanu
2017-05-09[C#] Use Async variant of FindSymbol.Marius Ungureanu
2017-05-09[C#] Optimize var semantic highlighting.Marius Ungureanu
2017-05-09[Ide] Avoid allocating lambda captures in semantic highlighting lines queryingMarius Ungureanu
2017-05-09[Refactoring] Don't create a lot of lambdas for code fix registration.Marius Ungureanu
2017-05-09[Refactoring] Avoid multiple caret updates.therzok
2017-05-09[Ide] Optimize ScopeStack allocationstherzok
2017-05-09[Ide] Don't reconstruct dockitems every time we set a label.Marius Ungureanu
2017-05-09[Ide] Fix TextEditor leaksMarius Ungureanu
2017-05-09[Core] Break circular reference in TextEditor.Marius Ungureanu
2017-05-09[Ide] Fix OutlineEditorExtension ref cycle leak by using a static eventMarius Ungureanu
2017-05-09[Ide] Fix TextMateCompletionTextEditorExtension leaks.Marius Ungureanu
2017-05-09[Ide] Fix leak of document tabs.Marius Ungureanu
2017-05-09[Editor] Enforce ISyntaxHighlighting to be IDisposableMarius Ungureanu