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-05-20Merge pull request #7592 from mono/bump-c88c866monodevelop-8.0.7.3Lluis Sanchez
Updated reference to xamarin/md-addins@e2fe31d
2019-05-17Updated reference to xamarin/md-addins@e2fe31dluis.aguilera
2019-05-17Merge pull request #7591 from mono/sgmunn-patch-1Lluis Sanchez
Update version.config
2019-05-17Update version.configGreg Munn
2019-05-07Updated reference to xamarin/md-addins@3b90188monodevelop-8.0.6.4lluis
2019-05-02Merge pull request #719 from xamarin/backport-pr-701-to-release-8.0Lluis Sanchez
[release-8.0] Fixed Bug 827656: [Watson] QuickTaskOverviewMode.DrawBreakpoints
2019-05-02Merge pull request #721 from xamarin/bump-version-8.0.6Lluis Sanchez
Bump version
2019-05-02Bump versionLluis Sanchez
2019-05-02Fixed Bug 827656: [Watson] QuickTaskOverviewMode.DrawBreakpoints crashes IDEMike Krüger
It's now checked that the surface isn't disposed in the idle handler. I've added a check for DrawBreakpoints to prevent the native crash at that point in any case.
2019-04-26Merge pull request #647 from xamarin/pr-sandy-editor-805-backportsmonodevelop-8.0.5.9Lluis Sanchez
Editor backports for 8.0.5
2019-04-26Editor backports for 8.0.5Sandy Armstrong
* https://github.com/xamarin/vs-editor-core/pull/289 (https://devdiv.visualstudio.com/DevDiv/_workitems/edit/827705) * https://github.com/xamarin/vs-editor-core/pull/288 (https://devdiv.visualstudio.com/DevDiv/_workitems/edit/832399)
2019-04-25Merge pull request #624 from ↵Vsevolod Kukol
xamarin/release-8.0-fix849568-startup-error-reporting-crash [release-8.0] [Mac] Fix Alert Dialog crash on startup
2019-04-25Merge pull request #570 from xamarin/backport-pr-568-to-release-8.0Vsevolod Kukol
[release-8.0] [Ide] Fix NRE when getting FullScreen state of hidden workbench
2019-04-24Merge pull request #601 from xamarin/release-8.0-fix-844595Lluis Sanchez
[release-8.0] Fixes F# project references from C# projects
2019-04-24[Mac] Fix Alert Dialog crash on startupVsevolod Kukol
If a crash occurs during startup, the alert dialog might fail and crash if no other window is shown yet. The crash can be avoided by falling back to the main IDE window only if it's realized and visible and running app-modal otherwise. Additionally avoid crashing in GetParentForModalWindow and log more details about disposed and resurrected root windows. Fixes VSTS #849568
2019-04-23Merge pull request #614 from xamarin/bump-version-8.0.5Lluis Sanchez
Bump version to 8.0.5
2019-04-23Bump version to 8.0.5Lluis Sanchez
2019-04-18Fixes F# project references from C# projectsnosami
Fixes VSTS #844595
2019-04-16[Ide] Fix NRE when getting FullScreen state of hidden workbenchVsevolod Kukol
Fixes VSTS #845347 (cherry picked from commit 8f05cc8ae9487805402183b44c7695913a028070)
2019-04-16Bump version to 8.0.4Vsevolod Kukol
2019-04-16Updated reference to xamarin/md-addins@5efedb9vsevolod.kukol
2019-04-16Merge pull request #575 from xamarin/backport-pr-550-to-release-8.0Vsevolod Kukol
[release-8.0] Fixes VSTS Bug 844252: ArgumentOutOfRangeException in
2019-04-12Fixes VSTS Bug 844252: ArgumentOutOfRangeException in ↵Mike Krüger
TextViewMargin.TranslateToUTF8Index https://devdiv.visualstudio.com/DevDiv/_workitems/edit/844252
2019-04-11Updated reference to xamarin/md-addins@6d0c35dmonodevelop-8.0.3.14vsevolod.kukol
2019-04-11Merge pull request #562 from xamarin/backport-pr-561-to-release-8.0Vsevolod Kukol
[release-8.0] [Mac] Fix leaking Proxy Credential Dialog
2019-04-11Added line to close the dialog at the end of the processJavier Suárez Ruiz
2019-04-11[Mac] Apply IDE theme on the Proxy Credential dialogVsevolod Kukol
2019-04-11[Mac] Fix leaking Proxy Credential DialogVsevolod Kukol
Fixes VSTS #844262
2019-04-10Merge pull request #563 from xamarin/backport-pr-560-to-release-8.0Lluis Sanchez
[release-8.0] Pin Paket to 5.201.1
2019-04-10Pin Paket to 5.201.1nosami
2019-04-10Updated reference to xamarin/md-addins@7b65a43vsevolod.kukol
2019-04-10Merge pull request #543 from xamarin/backport-pr-542-to-release-8.0Vsevolod Kukol
[release-8.0] Fix issues around (re)storing the main IDE window position when hiding/showing it
2019-04-10Merge pull request #547 from xamarin/release-8.0-vsts827656Vsevolod Kukol
Fixes VSTS Bug 827656: MERP: QuickTaskOverviewMode.DrawBreakpoints
2019-04-09Fixes VSTS Bug 827656: MERP: QuickTaskOverviewMode.DrawBreakpointsMike Krüger
crashes IDE https://devdiv.visualstudio.com/DevDiv/_workitems/edit/827656
2019-04-09Merge pull request #544 from xamarin/bump-version-8.0.3Lluis Sanchez
Bump version to 8.0.3
2019-04-09Bump version to 8.0.3Lluis Sanchez
2019-04-09[Ide] Verify final workbench bounds after showing the windowVsevolod Kukol
This is a workaround for a GTK bug on Mac, when the requested bounds exceed the current screen bounds. Cocoa will adjust the NSWindow size, but Gtk does not track it correctly, if not resized manually. Fixes VSTS #837468
2019-04-09[Ide] (Re)store Memento when hiding/showing the main IDE windowVsevolod Kukol
Fixes VSTS #827638 Fixes VSTS #835478 (when using close button)
2019-04-09Merge pull request #527 from xamarin/backport-pr-526-to-release-8.0Lluis Sanchez
[release-8.0] [Ide] Ensure main IDE window is shown and has a layout when opening documents
2019-04-09Merge pull request #500 from xamarin/backport-pr-497-to-release-8.0Lluis Sanchez
[release-8.0] [Core] Improve performance when looking for matching globs for new file
2019-04-08[Ide] Ensure main IDE window is shown and has a layout when opening documentsVsevolod Kukol
Fixes VSTS #835482
2019-04-06Updated reference to xamarin/md-addins@2c99683monodevelop-8.0.2.23lluis
2019-04-05Merge pull request #512 from xamarin/backport-pr-506-to-release-8.0Lluis Sanchez
[release-8.0] [Ide] Support project template visibility with new templating engine
2019-04-05Updated reference to xamarin/md-addins@c0d855dlluis
2019-04-05Updated reference to xamarin/md-addins@e5e9b11lluis
2019-04-05Merge pull request #492 from xamarin/fix-833649-8.0Lluis Sanchez
[release-8.0][IDE] Check a runtime model exists for the selected project
2019-04-05Merge pull request #517 from xamarin/bump-78a31a6Lluis Sanchez
Updated reference to xamarin/md-addins@1dc7e8f
2019-04-05Updated reference to xamarin/md-addins@1dc7e8flluis
2019-04-05Merge pull request #516 from xamarin/bump-b22c6f3Lluis Sanchez
Updated references to mono/xwt, xamarin/md-addins
2019-04-05Updated references to mono/xwt, xamarin/md-addinslluis