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/src
AgeCommit message (Expand)Author
2016-09-20[Ide] Fix GLib warning in disassembly view.therzok
2016-09-20[Core] Add Memoization infrastructure.therzok
2016-09-20[Ide] Optimize NormalizeRelativePath memory allocations.therzok
2016-09-20[Ide] Optimize DirectorySearch scope to only iterate the FS tree once.therzok
2016-09-19[Ide] Rearchitect ProjectSearchCategory to optimize filteringMarius Ungureanu
2016-09-19[Ide] Trim constructors, modules and indexers on search cache construction.Marius Ungureanu
2016-09-19[Ide] Don't do Find in Files in build generated items.Marius Ungureanu
2016-09-19[Ide] Remove unneeded await which might cause slowness.Marius Ungureanu
2016-09-19Merge pull request #1630 from radical/fix-buildMarius Ungureanu
2016-09-19Fix build with msbuild - MD.Core.csproj: Let ToolExe/ToolPath be ..Ankit Jain
2016-09-19Merge pull request #1627 from mono/toolbar-prefer-last-selectedMarius Ungureanu
2016-09-19[Mac] Add algorithm to prefer last selected selector itemtherzok
2016-09-19[Mac] Prevent updating of SelectorView when setting the same value.therzok
2016-09-18[Ide] Mark addins being hidden via AddinFlags attribute.Marius Ungureanu
2016-09-18[VCS] Remove unused variable.Marius Ungureanu
2016-09-18[Ide] Fix pango leak on code insertion popup.Marius Ungureanu
2016-09-18[Ide] Ensure graphics contexts are disposed.Marius Ungureanu
2016-09-18[Ide] We own pango layouts created via pango_cairo_create_layout.Marius Ungureanu
2016-09-18[Ide] Dispose of all the pango layouts.Marius Ungureanu
2016-09-18[Ide] Fix Pango.Layout leak on every PropertyGridTable draw.Marius Ungureanu
2016-09-18[Ide] Fix Pango.Layout leak on every PropertyEditorCell initialization.Marius Ungureanu
2016-09-18[Ide] Fix leak Pango.Layout in FlagsEditorCellMarius Ungureanu
2016-09-18While looking into Bug44343 discovered few issues with NRE and fixed thoseDavid Karlaš
2016-09-18[Ide] Unref the default icons set at app startup as the ownership is passed t...Marius Ungureanu
2016-09-18[Ide] Avoid creating a new array for the tabstrip.Marius Ungureanu
2016-09-18[Ide] Dispose SearchEntry GC when needed.Marius Ungureanu
2016-09-18[Ide] Don't dispose List/TreeStore as we don't own it, the treeview does.Marius Ungureanu
2016-09-17[Editor] Ensure the layout cache sanityMarius Ungureanu
2016-09-17[Editor] Ensure all line layouts are disposed if uncached.Marius Ungureanu
2016-09-17[Control] Only Destroy, don't also Dispose the gtk widget.Marius Ungureanu
2016-09-17[Editor] Fix Pango.Layout leaks. We own the ref, we dispose it.Marius Ungureanu
2016-09-17[Editor] Add sanity cancellation to quicktask idle updates.Marius Ungureanu
2016-09-16[msbuild] Add support for building with msbuild 15.0 instead of 14.1 (#1623)Ankit Jain
2016-09-16Added exception stack trace when exception occurs in code generator runnerDavid Karlaš
2016-09-16Bug 42779 - Random crash caused by LogViewProgressMonitorDavid Karlaš
2016-09-16Bug 43522 - MonoDevelop.UnitTesting.NUnit.NUnitAssemblyTestSuite.RunUnitTest ...David Karlaš
2016-09-16Fix crash when calculating absolute pathLluis Sanchez
2016-09-16Fixed 'Bug 44303 - Very strange ordering in breadcrump'Mike Krüger
2016-09-15Fixed 'Bug 44030 - Hovering over async warning yields a dialog with noMike Krüger
2016-09-13Add support for msbuild transforms and item functions (#1619)Lluis Sanchez
2016-09-13Bug 11288 - Auto completion window of Expression Evaluator does not allow the...David Karlaš
2016-09-13[VCS] Fix log text rendering.Marius Ungureanu
2016-09-13[Ide] Don't wait for the typesystem to finish parsing to load a solutionMarius Ungureanu
2016-09-12Fixed 'Bug 44172 - Code template expansion not generating the right thing for...Mike Krüger
2016-09-11[Ide] Optimize string allocations in assemblybrowser.therzok
2016-09-11[Ide] Simplify expansion code to do symbol trimming on roslyn side.therzok
2016-09-11[Ide] Fix some glib warnings on adding editors to a scrolled window without v...therzok
2016-09-10[Mac] Only trigger minsize setting to resize the nstoolbar widgets.therzok
2016-09-08[Project] Don't fail to parse an empty custom commandMarius Ungureanu
2016-09-08[Mac] Trigger fewer updates to relayouting if scrolling gives us the same sizes.therzok