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
AgeCommit message (Collapse)Author
2016-08-18[Gtk] Remove some string allocations on checking whether a reference is gtk#.therzok
2016-08-18[Gtk#] Cache the value of whether stetic is disabled or not.therzok
2016-08-18[AddIns] Enable GtkCore by defaultMarius Ungureanu
This reverts 565009471e113107dd7c26876c9d1881b8448924
2016-07-11[Ide] Fix open with command for open filesVsevolod Kukol
Check whether a file is aleady open with the desired binding/viewer and reuse it, or close the old view if a different binding is requested. (fixes bug #15222)
2016-05-23Merge remote-tracking branch 'origin/master' into main-menu-redesignVsevolod Kukol
2016-04-21[GtkCore] Rename category to "Designer (Gtk#)"Vsevolod Kukol
* Category aligns better with general Designer commands * Title case
2016-04-19[AddIns] Disable GtkCore by default on platforms other than Linux.Marius Ungureanu
It's a common source of memory leaks and it will take quite some time to patch up. Disable it by default for now, let's not make others suffer because of an AddIn they'll never use.
2016-04-14[GtkCore] Remove duplicate using statementsiain holmes
2016-04-14[GtkCore] Remove some obsolete method callsiain holmes
2016-03-27[Ide] Experimental change from single addchild to packing children updates ↵Marius Ungureanu
in tree view nodes This change is going to bring speed improvements after the optimizations done to AppendValues inside Gtk# are released. Batch calls to AddChild, as the collection insertion is guarded against multiple resorts on insertion.
2016-02-19[GtkCore] Fix null reference when closing the GTK# designer.Matt Ward
2016-02-19[GtkCore] Fix toolbox being empty when the GTK# designer is open.Matt Ward
The problem was that the ToolboxService was not finding the IToolboxConsumer which is implemented on the DesignerPage since the TabView was checking the Gtk.Widget casted to a Control so the type check failed. The Toolbox.xml file may need to be removed if the GTK# designer was opened previously and no toolbox items were displayed so it can be re-populated with toolbox items.
2016-02-11[GtkCore] Fixing too small font sizesVaclav Vancura
2016-02-11Removing obsolete FontService TODOsVaclav Vancura
2016-02-11Merge remote-tracking branch 'origin/master' into roslyn-dark-skinVsevolod Kukol
2016-02-03[Refactoring] GotoDeclaration now works accross language boundaries.Mike Krüger
2016-01-28Merge remote-tracking branch 'origin/master' into roslyn-dark-skinVsevolod Kukol
2016-01-27Remove outdated docs and ChangeLogsMichael Hutchinson
They fill search results with irrelevant information. The docs are almost 10 years out of date, and almost none of them apply to the current code. The ChangeLogs are all in the git history, and haven't been used for 5 years.
2016-01-27Merge remote-tracking branch 'origin/master' into roslyn-dark-skinVsevolod Kukol
2016-01-22Make all Renaming operations use Tasks/async/await instead of .ResultDavid Karlaš
2016-01-18[Ide] FontService fixesVaclav Vancura
2016-01-15Merge remote-tracking branch 'origin/master' into roslyn-dark-skinMarius Ungureanu
2015-12-18Merge remote-tracking branch 'origin/master' into roslyn-nogtkshellMarius Ungureanu
2015-12-16Merge remote-tracking branch 'origin/master' into roslyn-dark-skinVsevolod Kukol
2015-12-15Close most of DispatchServiceLluis Sanchez
Most of the DispatchService functionality has been superseeded by async api and by methods in MonoDevelop.Core.Runtime.
2015-12-14Merge remote-tracking branch 'origin/master' into roslyn-nogtkshellMarius Ungureanu
2015-12-10Merge remote-tracking branch 'origin/master' into roslyn-dark-skinVsevolod Kukol
2015-12-10Bug 28899 - References with same Assembly Name do not reference correct platformDavid Karlaš
2015-12-10Merge remote-tracking branch 'origin/master' into roslyn-dark-skinVsevolod Kukol
2015-12-10Rename msbuild project namespaceLluis Sanchez
2015-12-09[Colors] TODO reviewVaclav Vancura
2015-11-25[Ide] Make Control with widget constructor private.Marius Ungureanu
2015-11-25Fix incorrect mergesLluis Sanchez
2015-11-25ViewContent now creates Controls instead of GTK widgetsLluis Sanchez
2015-11-25Asynchronize document load and save operationsLluis Sanchez
2015-11-25[Ide] Sanitize the ViewContentApiLluis Sanchez
Removed innecessary methods and events. Added convenience overloads.
2015-11-25Converted content interfaces to classesLluis Sanchez
The new BaseViewContent class replaces IBaseViewContent, IAttachableViewContent, AbstractBaseViewContent and AbstractAttachableViewContent. The ViewContent class replaces IViewContent and AbstractViewContent.
2015-11-25[Ide] Internalize CommandRouterContainer.Marius Ungureanu
2015-11-23[Ide] Switch OptionsPanel to Control.Marius Ungureanu
2015-11-23[Ide] Cleanup more APIMarius Ungureanu
2015-10-01Merge remote-tracking branch 'origin/master' into roslynLluis Sanchez
2015-10-01[Static] Avoid crash when using a custom widget that subclasses Gtk.MiscLluis Sanchez
2015-09-21Merge branch 'master' into roslynMarius Ungureanu
2015-09-19Fixup! Configurations with new version of tool.Marius Ungureanu
2015-06-19[Roslyn] Switched to release build.Mike Krüger
2015-06-19Switched from NuGet roslyn to custom one.Mike Krüger
2015-06-17Merge remote-tracking branch 'origin/master' into roslynMarius Ungureanu
Conflicts: main/src/addins/CSharpBinding/MonoDevelop.CSharp.ClassOutline/CSharpOutlineTextEditorExtension.cs main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.Gui/DeployOperations.cs main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.NodeBuilders/TranslationProjectNodeBuilder.cs main/src/addins/MonoDevelop.Refactoring/MonoDevelop.AnalysisCore/Fixes/RenameMemberFix.cs main/src/addins/MonoDevelop.Refactoring/MonoDevelop.Refactoring.Rename/RenameItemDialog.cs main/src/addins/MonoDevelop.Refactoring/MonoDevelop.Refactoring.Rename/RenameRefactoring.cs main/src/addins/NUnit/Services/NUnitService.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads.ProjectPad/FolderNodeBuilder.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.ProgressMonitoring/BaseProgressMonitor.cs
2015-06-17[Misc] 2/4 batch of checking disposes of dialogs.Marius Ungureanu
2015-06-12[Ide] Removed many NR6 dependencies.Mike Krüger
Some helper functions needed to be moved to the IDE because they're used all over the place.
2015-06-01Merge branch 'master' into roslynMike Krüger
Conflicts: main/src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore/ReferenceManager.cs main/src/addins/VersionControl/MonoDevelop.VersionControl.Git.Tests/BaseGitRepositoryTests.cs main/src/addins/VersionControl/MonoDevelop.VersionControl.Git.Tests/BaseRepositoryTests.cs version-checks