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-07-29Implement a unimplemented event in the interfacesummpot
2019-04-02Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-04-02Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-04-01[Windows] Revert to Gtk toolbar to avoid Alt-key isuesMarius Ungureanu
Pressing alt unfocuses the current widget, and it's problematic with the lack of WPF<->gtk interop Revert to the old windows one to prevent that from happening
2019-03-28Fix Windows build.Kirill Osenkov
2019-03-21Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-02-15Track API changesLluis Sanchez
All services are now referenced from the IdeServices class
2019-01-17Common props to simplify sdk style projectsMikayla Hutchinson
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.
2019-01-14Fix a bunch more warnings all overMikayla Hutchinson
2019-01-13Suppress NuGet local copies unless explicitly listed in projectMikayla Hutchinson
NuGet's PrivateAssets="runtime" does not work, resulting in transitive references local copying their assemblies into every project. This works around that by filtering out all local copies that are not explictly listed. This also makes it much harder to accidentally introduce local copies, which is good as local copies in general are are not desirable due to the way that dlls are loaded by the extension system.
2018-09-27[Mac] Improve reverse tabbing out of the toolbariain holmes
2018-09-19Simplify references to Gtk assemblies.Kirill Osenkov
2018-09-07Fixes VSTS Bug 648998: Accessibility: VoiceOver: MAS4.1.1: VoiceOverMike Krüger
focus is not moving to the search results https://devdiv.visualstudio.com/DevDiv/_workitems/edit/648998
2018-08-17Fix GitHub https://github.com/mono/monodevelop/issues/5501 (#5703)Kirill Osenkov
Menu items (such as File Open) didn't work on Windows. The ItemDefinitionGroup in MonoDevelop.AfterCommon.props sets the LogicalName default metadata on EmbeddedResource. The way GenerateResource works is it passes the LogicalName on .resx files to the C# compiler after a comma, if it is set: /resource:obj\Debug\Microsoft.WindowsAPICodePack.Resources.LocalizedMessages.resources,LocalizedMessages.resx The C# compiler then names the resource "LocalizedMessages.resx" instead of the .resources file name. Then at runtime the ResourceManager can't find the resource by the name it expects and fails. The fix is to turn off the default item metadata in the two Windows projects. Amazingly, these are the only two instances in the entire MonoDevelop codebase that embed .resx as EmbeddedResource.
2018-07-06Merge pull request #5194 from mono/simplify-resource-idsLluis Sanchez
Simplify resource ids
2018-06-27[Win32] Disable broken fullscreen commandMikayla Hutchinson
The workaround in 5c8a403bd209820506092dcbde2062b991629a10 was incorrect, it was maximizing rather than fullscreening. Disable this functionality for now.
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-01-09Avoid a first-chance exception in WindowsPlatform ImageHelper. (#3579)Kirill Osenkov
* Avoid a first-chance exception in WindowsPlatform ImageHelper. This should be a good safe tactical fix (WindowsPlatform only), no Xwt changes needed. * Dispose of the stream.
2018-01-04Avoid a first-chance exception after showing Windows File Open dialog. (#3558)Kirill Osenkov
Avoid a first-chance exception after showing Windows File Open dialog.
2017-09-21Fix Windows build. (#3070)Kirill Osenkov
Don't resolve references from the output directory because there's no guarantee they will be there at the time the project builds. Instead resolve deterministically from the packages directory. It is annoying because Nuget forces you to specify the version in the HintPath, but hopefully with the new SDK projects and PackageReference this can go away soon. Implement missing members on WPFToolbar.
2017-06-02[Windows] Fix leak of ImageBox.Marius Ungureanu
Loaded event was called multiple times, while unloaded only once. Only subscribe to changed events when not subscribed. This guarantees that debugging operation in core (and windows) is leak free.
2017-04-27[Windows] Don't allocate the icon on every build state change.Marius Ungureanu
2017-04-17https://bugzilla.xamarin.com/show_bug.cgi?id=53033 (#2201)Todd Grunke
2017-03-28Misc opt (#1960)Marius Ungureanu
* [Core] Remove superfluous ToCharArray. * [Perf] Optimize StringBuilder usage Go through StringBuilder.Append(string) and StringBuilder.Append(object) usages. As follows, we no longer concat strings before appending to a stringbuilder, and we no longer box valueTypes which go through Append(object). * [Perf] Optimize StringBuilder.AppendLine Most notable improvements are in AssemblyBrowser and Diff calculation. * Fix feedback.
2017-03-28Fix windows build by adding two properties temporarilyKirill Osenkov
2017-03-24Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-03-22Merge remote-tracking branch 'origin/master' into roslyn-ivtMikayla Hutchinson
2017-03-20[Windows] Concise key shortcuts in menu itemsVsevolod Kukol
2017-02-24Merge remote-tracking branch 'upstream/master' into a11yiain holmes
2017-02-21Merge remote-tracking branch 'origin/vNext' into roslyn-ivtMikayla Hutchinson
2017-02-17[A11y] Remove the obsolete RebuildToolbar overloadiain holmes
2017-02-16[A11y] Support the new ButtonBar API on Windowsiain holmes
2017-02-15[Windows] Optimize Open Containing Folder.Marius Ungureanu
2017-02-10Fix imports and IVTs for Windows-only projectsMikayla Hutchinson
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-14Add global props/targetsMikayla Hutchinson
2016-11-02Merge master into multisessiondebuggingDavid Karlaš
2016-10-07[WindowsPlatform] Set IE Emulation mode reg keyVsevolod Kukol
2016-09-30Added support for selecting execution targets(devices) in case of multiple ↵David Karlaš
startup projects
2016-09-22Merge branch 'msdn-identity' into connected-servicesGreg Munn
# Conflicts: # main/Main.sln # version-checks
2016-09-18[Ide] Mark addins being hidden via AddinFlags attribute.Marius Ungureanu
not sure why, but the version before this change causes the addins to not be discoverable via AddinRegistry.GetAddin(name)
2016-09-16Merge remote-tracking branch 'origin/master' into connected-servicesVsevolod Kukol
2016-09-06[Windows] Apply default background color on native Xwt windowsVsevolod Kukol
2016-06-27Merge remote-tracking branch 'origin/master' into run-configurationsLluis Sanchez
2016-06-10Merge remote-tracking branch 'origin/main-menu-redesign'Vsevolod Kukol
2016-06-02[Windows] Implement RunConfigurations support.Marius Ungureanu