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
2020-01-20[Icons][MacPlatform] High contrast iconsVáclav Vančura
2019-11-12Merge pull request #9172 from mono/pr-abock-what-sln-is-openSandy Armstrong
MacIdeAppleEvents: add an apple event for getting current solution path
2019-11-11[Mac][NuGet] Use Components.SearchEntry for the Xwt.SearchEntry backendVsevolod Kukol
Xwt.GtkBackend.SearchEntry is a copy of Components.SearchEntry, but without accessibility features on macOS. Since we use that widget in PackageManagement only anway, let's just use the original widget that is accessible. We can review this once we get an updated SearchWidget backend in Xwt.Gtk. Fixes VSTS #750371
2019-10-31MacIdeAppleEvents: add an apple event for getting current solution pathAaron Bockover
2019-02-26Merge remote-tracking branch 'origin/release-8.0-integration' into ↵Lluis Sanchez
merge-integration
2019-02-25[Mac] Remove Network option from PreferencesMatt Ward
Use an environment variable instead of a options page in Preferences to allow Mono's HttpClientHandler to be used instead of Xamarin.Mac's NSUrlSessionHandler. Since this is an advanced setting providing a way in the UI to change this is not required. Fixes VSTS #796914 - Remove Network option from Preferences
2019-02-14Merge remote-tracking branch 'origin/master' into release-8.0therzok
Conflicts: main/external/xwt main/src/addins/MacPlatform/MacPlatform.csproj main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.Tests/MonoDevelop.PackageManagement.Tests.csproj main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.Tests/packages.config main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj main/tests/MonoDevelop.Core.Tests/MonoDevelop.Core.Tests.csproj main/tests/MonoDevelop.Core.Tests/packages.config version-checks
2019-02-11Merge branch 'master' into http-clientMatt Ward
2019-01-15Include Xwt.Gtk.Mac via MacPlatform.dlltherzok
Fixes VSTS #766041 - New Project dialog does not close after creating project
2019-01-13Make MD.Ide local copy XamMac.therzok
2019-01-13Local copy xammac from MacPlatformtherzok
2019-01-11Update projects for PackageReferenceMikayla Hutchinson
2018-11-29[MacPlatform] Don't local copy Xwt.XamMacRodrigo Moya
2018-11-20[Mac] Handle basic auth protected VSTS NuGet package sourcesMatt Ward
Attempting to use a VSTS NuGet package source would prompt for credentials but never be able to connect since the credentials were not used in the request. The NSUrlSessionHandler currently only supports NTLM responses. However some WWW-Authenticate basic auth responses are not passed to the NSUrlSessionHandlerDelegate's DidReceiveChallenge. Whilst those that start with 'Basic' in the WWW-Authenticate header value are passed to DidReceiveChallenge, those that start with something else, such as Bearer, which VSTS NuGet package sources return, do not get passed to DidReceiveChallenge. To handle this the response is checked in the IDE and the Authorization http header is added if a credential can be found and the request is retried again a single time. This allows VSTS NuGet package sources
2018-11-20[NuGet] Fix credentials not accepted with package sourcesMatt Ward
When prompted for credentials to access a password protected package source the credentials were not being sent to the server. The problem was that the credentials need to be used with the HttpClientHandler's Credentials which was not being done. Added a new interface IHttpCredentialsHandler which needs to be implemented by one of the HttpMessageHandlers so that credentials can be set by the HttpSourceAuthenticationHandler when the user enters the username and password. Note that this is not working with the NSUrlSessionHandler currently. The managed default handler is working as expected.
2018-11-20[MacPlatform] Add HttpMessageHandlerProviderMatt Ward
Support creating a NSUrlSessionHandler to be used by all web requests made by the IDE. Also support using the default managed HttpClientHandler if this is enabled.
2018-11-20[MacPlatform] Add HttpClient options panelMatt Ward
Added a new options panel that can be used to switch between NSUrlSession and a managed (mono) implementation when using the HttpClient. This options panel is available from Other - Network and has a combo box that can switch between the two http client handler implementations. NSUrlSession is used by default. Currently this does not affect when http client handler is used by the IDE.
2018-11-14Adds KeyCodes to enum and moves to MonoDevelop.ComponentsJose Medrano
2018-09-27[Mac] Improve reverse tabbing out of the toolbariain holmes
2018-09-24[Ide] Report virtual memory statistics on OS pressure eventtherzok
This commit adds the following data into the IDE: * Application/System compressed memory * System minimum memory until compression/swap is being used * Application virtual memory and free system virtual memory The following data can be used to create thresholds through which to decide whether the application is suffering from memory pressure or not. Fixes VSTS #633545 - Telemetry: research memory pressure event
2018-09-24Move Sysctl to shared filetherzok
2018-09-19Simplify references to Gtk assemblies.Kirill Osenkov
2018-09-03Bump System.Net.Httptherzok
2018-06-27[Build] Simplify short resource IDs via definition groupMikayla Hutchinson
2018-06-20Clean up project filesMikayla Hutchinson
Remove redundant information, and make more information redundant by setting good defaults in the MD props. This lays some groundwork for the PackageConfig migration and eventually SDK-style project format migration.
2018-06-20Centralize the MD target framework versionMikayla Hutchinson
2018-06-20Clean various redundancies from project filesMikayla Hutchinson
2018-05-24[PerfMetrics] Add platform related metadataiain holmes
Fixes VSTS #620474 Fixes VSTS #620314
2018-03-17[Mac] Refactor common open file dialogs to share as much code as possibletherzok
Also, adds the 'Show Files:' label to the add file dialog
2018-03-17[Mac] Refactor common file dialog code to reuse layoutable accessory boxtherzok
2018-03-14Report the version of Xamarin.Mac that's used at runtime by the IDE (#4157)Marius Ungureanu
Fixes VSTS #577285 Report version of Xamarin.Mac that's used at runtime
2018-02-16[Mac] Bring back local copying of libxammac.dylib for debugging. (#3876)Marius Ungureanu
2018-02-08[Launcher] Statically link in libxammac-system.atherzok
This avoids shipping libxammac.dylib and uses a xammac static lib which works with a system wide mono. Thus, most of monostub code is now obsolete. To clean up later once other users of monostub don't use this file anymore
2017-09-19implement focus for MainToolBarDmytro Ovcharov
Fixes BXC #53733
2017-03-09Merge vNext into roslyn-ivtDavid Karlaš
# Conflicts: # version-checks
2017-02-24Initial support for async command update handlersLluis Sanchez
2017-02-15Merge remote-tracking branch 'origin/vNext' into roslyn-ivtMikayla Hutchinson
2017-02-14Merge branch 'master' into vNextMatt Ward
Conflicts: main/external/mono-addins main/src/addins/MonoDevelop.SourceEditor2/Mono.TextEditor/Gui/TextViewMargin.cs main/src/core/Mono.TextEditor.Shared/Mono.TextEditor.Utils/ImmutableText.cs main/src/core/Mono.TextEditor.Shared/Mono.TextEditor/Document/TextDocument.cs main/src/core/MonoDevelop.Core/MonoDevelop.Projects.MSBuild/MSBuildProjectService.cs main/src/core/MonoDevelop.Core/MonoDevelop.Projects/Project.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs version-checks
2017-02-10[MacPlatform] Toolbar: Syncing stop icons:Václav Vančura
The toolbar stop icon is filled now, and there’s no ~hover effect.
2017-01-14[build] Update target framework to 4.6.1Mikayla Hutchinson
Roslyn 2.x needs this so we have to do it for MonoDevelop.Core and every assembly that references it.
2017-01-14[build] Use generated IVT attributesMikayla Hutchinson
2017-01-14Add global props/targetsMikayla Hutchinson
2016-06-29Merge branch 'editor-newhighlighting' into maceditorMike Krüger
2016-06-10Merge remote-tracking branch 'origin/main-menu-redesign'Vsevolod Kukol
2016-06-08[Mac] Add button hover effect.therzok
2016-05-23Merge remote-tracking branch 'origin/master' into main-menu-redesignVsevolod Kukol
2016-05-17[TextEditor] Merged source editor with text editor (gtk part).Mike Krüger
Much parallel infrastructure could be removed - more will follow.
2016-04-14[MacPlatform] Treat warnings as errorsiain holmes
Now MacPlatform is warning free, let's keep it that way
2016-04-13[Ide] Add menu section headersVsevolod Kukol
Section headers in menus are implemented using separators with labels. A disabled header menu item will be added right after a separator, if the separator item has a label and the feature is supported by the platform (only Mac for now).
2016-04-05[Ide] Remove MessageService.ShowException method.Marius Ungureanu