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
2016-09-20[Templates] Switch PCL profile to 111therzok
2016-09-20Revert "[Ide] Don't do Find in Files in build generated items."therzok
2016-09-20[Ide] Improve search result a bit more by using the same caching as previousl...Marius Ungureanu
2016-09-20Merge pull request #1624 from JetBrains/rider-extractWin32DebuggerDavid Karlaš
2016-09-20[C#] Finer-grained cancellation on find all references.therzok
2016-09-20[Ide] Register SearchProgressMonitor to cancel on StatusProgressMonitor's tok...therzok
2016-09-20[Ide] Fix some ordering of editor destroy chain.therzok
2016-09-20[VCS] Fix use after destroy of editor.therzok
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-19Formatting revertArtem Bukhonov
2016-09-19Small formatting fixArtem Bukhonov
2016-09-19References to the new extracted project and solution file fix.Artem.Bukhonov
2016-09-19[F#] Strip out logging on searching.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-19[Windows] Nicer detection of editbin existence.Marius Ungureanu
2016-09-18[Windows] I will remember windows path sep one day.Marius Ungureanu
2016-09-18[Windows] Fix LAA flag setting in debug batch file.Marius Ungureanu
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[Windows] Fix batch files, remove bash-isms.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-18[Windows] Only use editbin when available.Marius Ungureanu
2016-09-18[Windows] Compile XS with largeaddressaware support.Marius 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