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
2019-01-16Remove redundant build infrastructureMikayla Hutchinson
The old autotools build infrastructure is largely redundant, as projects are now built with msbuild. Remove as much as can be done easily, along with some other obsolete stuff.
2018-02-16Make dist2 (#3879)Marius Ungureanu
* Fix `make dist` (cherry picked from commit 7732445e89434e17ff1e0217a640d841b29d5fc9) * Don't strip assemblies from tarballs. It'll make distro packagers cry, but the tarballs will actually work. (cherry picked from commit b1820981f8acced4d4b721ce44ed5860ce8fb758) * Include case-sensitivity fix from NRefactory * Ensure BuildVariables.cs is up to date and in `make dist` tarballs
2015-11-29[Ide] gtkrc changes:Vaclav Vancura
* gtkrc.win32-vista no more (as we don't support Windows Vista) * gtkrc.mac-yosemite is now merged into gtkrc.mac (as we support OS X Yosemite up only, hence no reason to have pre-yosemite gtkrc)
2014-11-01Add gtkrc.mac-yosemite and set the default font to Helvetica Neue.Cody Russell
2014-05-27this commit makes sure that these files are part of the tarball:Timotheus Pokorra
from src/core/MonoDevelop.Ide: gtkrc gtkrc.win32 gtkrc.win32-vista gtkrc.mac the file src/core/MonoDevelop.Core/BuildVariables.cs.in the projects: tests\TestRunner\TestRunner.csproj src\core\MonoDevelop.TextEditor.Tests\MonoDevelop.TextEditor.Tests.csproj tests\Ide.Tests\Ide.Tests.csproj
2012-06-27Merge remote-tracking branch 'origin/master' into ui-refreshLluis Sanchez
Conflicts: main/src/addins/MacPlatform/Makefile.am main/src/core/MonoDevelop.Ide/Makefile.am
2012-06-27[Build] Change the build system to use xbuild instead of makefiles (again)Alan McGovern
The build 'regression' was a problem in some makefiles. It was fixed in aea26c16d94490c95f4e61329c137b82a4abfe77
2012-06-26Revert "[Build] Change the build system to use xbuild instead of makefiles"""Alan McGovern
Back it out for now. There are some reported build issues.
2012-06-26[Build] Change the build system to use xbuild instead of makefiles""Alan McGovern
2012-06-25[UIRefrersh] Worked on round rectangle windows.Mike Krüger
2012-06-21Merge remote-tracking branch 'origin/master' into ui-refreshLluis Sanchez
Conflicts: main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
2012-06-19[Ide] Fix the makefile buildMichael Hutchinson
2012-06-15[UIRefresh] Added custom drawn styled status bar.Mike Krüger
2012-06-11[Ide] Changed search box clear icon.Mike Krüger
2012-06-11[Ide] Worked on search entry border style.Mike Krüger
2012-06-08[Ide] Ongoing work on improving the docking frame styleLluis Sanchez
2012-06-06[Ide] Implemented property grid with new lookLluis Sanchez
2012-06-04[IDE] UI-Refresh: Worked on search results widget & added file searchMike Krüger
category.
2012-06-04Merge branch 'master' into ui-refreshMike Krüger
Conflicts: main/src/addins/MonoDevelop.AssemblyBrowser/MonoDevelop.AssemblyBrowser/AssemblyBrowserWidget.cs
2012-06-01[Ide] Remove the internal log padLluis Sanchez
The internal log pad is not so useful since we are already logging everything in a file, and it is causing memory issues like bug #1884.
2012-06-01[Ide] Worked on the toolbar/navigation control.Mike Krüger
2012-05-23Merge branch 'master' into ui-refreshLluis Sanchez
Conflicts: main/contrib/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj main/contrib/ICSharpCode.NRefactory/TypeSystem/CecilLoader.cs main/external/mono-tools main/external/ngit main/src/addins/MacPlatform/Makefile.am main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
2012-05-23Fixed 'Bug 4750 - Comment tasks no longer work'. The project cacheMike Krüger
from the type system service can now be extended with meta data.
2012-05-21[Ide] Worked on toolbar search box.Mike Krüger
2012-05-21[Ide] Toolbar: Worked on icon buttons & status bar area.Mike Krüger
2012-05-15Add support for document toolbarsLluis Sanchez
2012-05-15[Ide] Added button bar control.Mike Krüger
2012-05-15[Ide] Implemented round button.Mike Krüger
2012-05-15[Ide] Added status area control.Mike Krüger
2012-05-14[Ide] Started creating the main tool bar component.Mike Krüger
2012-05-11[Ide] Improvements in the document notebookLluis Sanchez
2012-05-11[Ide] Initial work on document notebook redesignLluis Sanchez
2012-04-05[Ide] Added Portable Library options panel (read-only for now).Jeffrey Stedfast
2012-04-04[Ide] Renamed MonoDevelop.TypeSystem to MonoDevelop.Ide.TypeSystem Mike Krüger
2012-03-27Added SearchCollector and related unit tests.Mansheng
2012-03-22[Refactoring] Adjusted to the NRefactory context action / code issueMike Krüger
changes.
2012-03-19[Ide] Added missing file.Mike Krüger
2012-03-17[Ide] Removed legacy 'TextEditorProperties'.Mike Krüger
Since many of these properties have moved to policies the use of this class was wrong. It a left over from the days gtksourceview was the text editor.
2012-03-05[Ide] Moved the indent style to the text editor.Mike Krüger
2012-03-03Merge branch 'master' into newresolverMike Krüger
Conflicts: main/src/addins/MonoDevelop.MacDev/ObjCIntegration/NSObjectInfoService.cs main/src/addins/MonoDevelop.MacDev/ObjCIntegration/NSObjectProjectInfo.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/ProjectOperations.cs version-checks
2012-03-02Added ProjectCreated event to ProjectOperationsMarek Habersack
2012-03-02[Ide] Fix issues with feedback URL changesMichael Hutchinson
2012-03-01[Ide] Make supplying the feedback url an extension pointAlan McGovern
By default the feedback url will not exist so it will not be possible to send feedbacks to xamarin from arbitrary monodevelop builds. Fixes bug #3683.
2012-02-20[Ide] Implemented monodoc documentation provider.Mike Krüger
Re-used the monodoc code from master for this.
2012-02-13Merge branch 'master' into newresolverMike Krüger
2012-02-13[Ide] Added more documentation. Moved misplaced file.Lluis Sanchez
2012-01-26Merge branch 'master' into newresolverMike Krüger
2012-01-24[Ide] Exporting Projects doesn't make sense, only export SolutionsJeffrey Stedfast
Exporting Projects can't reliably work because it may reference other projects. This was the cause of the crash in bug #2979. I modified the code to walk up to the parent Solution when a user tries to export a project, and then export the entire solution. This was also the behavior that mhutch had expected when he tried to export a project.
2012-01-05Merge branch 'master' into newresolverMike Krüger
2012-01-05Fix the makefile buildMichael Hutchinson