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-09-12Merge pull request #8693 from mono/vsts976424Lluis Sanchez
[Core] Fix adding derived Control items to the weak map
2019-09-11Add assertion so we don't hit it in the futuretherzok
Adding a new Window here would be violating some inheritance principles, so try this.
2019-09-10Fixes ListWindow command handler to show duplicated resultsJose Medrano
Fixes VSTS #976240 - Recent Windows list shows the same pad multiple times
2019-09-10Fixes current WindowList command handler to show correctly opened windowsJose Medrano
Fixes VSTS #960819 - Exception in MacPlatformService.GetNSWindow
2019-08-30Merge pull request #8507 from mono/objc-bindingsVsevolod Kukol
[Mac] Remove as much manual binding code as possible from the code base
2019-08-28Merge pull request #8544 from mono/pr-anvod-argument-940776Marius Ungureanu
Fixes 940776: System.ArgumentOutOfRangeException on selection change in drop down
2019-08-27Prevent selecting in drop-downs crashing the IDE if snapshot changesAnže Vodovnik
If appears that in some circumstances, the snapshot changes as we get to calling the ActivateItem method on the provider, causing an argument out of range exception. We now catch any exception that would flow to (this particular) UI element, log it, and stop crashing. Fixes: https://vsmac.dev/940776
2019-08-27Use BCL methods instead of writing custom impltherzok
2019-08-27Fix buildtherzok
2019-08-27[Mac] Fix Terminate selector signature and reuse more codetherzok
2019-08-27Use some xammac constantstherzok
2019-08-27[Mac] Remove hacky NSCopying implementation. Use XamMac and NSCopyingtherzok
2019-08-27[Ide] Reuse GtkMacInterop to get NSWindow for a GdkWindowtherzok
2019-08-27[Mac] Remove code which was handling managed mapping of keys instead of ↵therzok
letting gtk+ handle it
2019-08-27[Ide] Reuse code between GtkWorkarounds and GtkMacInteroptherzok
Apply both Mod2 and Meta to the keypress, as native also does that. Change users to point to Meta, for consistency with native events
2019-08-27Simplify GtkWorkarounds.PresentWithNotificationtherzok
2019-08-27[Mac] Fix crasher due to missing trampoline implementation in xammactherzok
2019-08-27[Mac] Move ObjcHelper to Xwt.Mactherzok
2019-08-27[Mac] Move GtkWorkarounds implementation to use Xamarin.Mac implementations ↵therzok
where possible
2019-08-27[Mac] Some extension methods implementations can now replace bindings with ↵therzok
Xamarin.Mac implementations
2019-08-27[Mac] Move implementation of ObjCHelper to wrap around Xwt.XamMactherzok
2019-08-27[Mac] Use GetNSObject<T> variant for NSView subview sortingtherzok
2019-08-27[Mac] Remove some dead code and use Xamarin.Mac constants for PInvoke signaturestherzok
2019-08-26[Mac] Use actual type from signature, float instead of intMarius Ungureanu
SetContentHuggingPriorityForOrientation and SetContentCompressionResistancePriority both have `float priority`, so use that. This prevents some conversions done at IL level.
2019-08-20Merge pull request #8323 from mono/pr-anvod-formatnavigatefix2Sandy Armstrong
Fixes VSTS 945987: Format document doesn't work from Navigate To when using the new editor
2019-08-19Fix indenttherzok
2019-08-19[Ide] Fix leaks related to native menustherzok
2019-08-19[Ide] Fix leaks of MDMenu context menustherzok
2019-08-19PR comments, restored throwing an exception vs returning null in cast.Anže Vodovnik
2019-08-19Added support for native controls to be last focused widgets.Anže Vodovnik
This meant changing the behavior of Control, when GetNativeWidget was called. Until now, we threw a NotSupportedException, which meant that any check would fail (i.e. x is Gtk.Container container) would throw that exception, since it would try and convert.
2019-08-19Fixes VSTS #801677 - Added support to native dialogs (Cocoa) in the ↵Javier Suárez Ruiz
CommandManager
2019-08-07Merge pull request #8237 from mono/fix-725899Vsevolod Kukol
[mdtool] Call terminate when ending
2019-08-05[mdtool] Call terminate when endingiain holmes
Fixes VSTS #725899
2019-07-29Add #if MAC & #endif.pr/8297summpot
2019-07-16Merge pull request #8209 from mono/vsts944831Marius Ungureanu
[Mac] Remove IdeInstanceConnection socket on Mac when running from bundle Fixes VSTS #944831 - [FATAL] System.UnauthorizedAccessException exception in System.IO.File.Delete() Fixes VSTS #938537 - [Watson] SIGABRT due to IdeInstanceConnection.StartListening
2019-07-16Code qualitytherzok
2019-07-16[Mac] Remove IdeInstanceConnection socket on Mac when running from bundletherzok
Fixes VSTS #944831 - [FATAL] System.UnauthorizedAccessException exception in System.IO.File.Delete()
2019-07-10[Misc] Remove some obsolete, unused APIstherzok
2019-07-08Removed unnecessary parent assignment in VPannedThinJavier Suárez Ruiz
2019-07-08Fix VSTS #941754 - [Version Control] Exception opening the StatusViewJavier Suárez Ruiz
2019-07-03Adds a ZOrder system based in GtkNSViewHostJose Medrano
This commits fixes the current problem with the zorder in adding views to the GtkQuartz window. Because this, we where having some problems in drag and drop and clicking over views. To fix this we added a new mechanism to order the position of the views, and fix if there are other views not well calculated. Fixed VSTS #935567 - [Shell] Mouse click and resize in Splitters sometimes fails to complete the operation
2019-07-01Added more information to the telemetryJavier Suárez Ruiz
2019-06-28Issue #935128 -Added a try/catch to MDMenuItem.Update() and log to ↵Javier Suárez Ruiz
telemetry, to avoid the crash and get more data.
2019-06-27Merge pull request #8026 from mono/fix-737145Lluis Sanchez
[IDE] Listen for NSNotification to know if the app was started from F…
2019-06-26[IDE] Listen for NSNotification to know if the app was started from Finderiain holmes
On Mac when the app is started from Finder, the requested files are passed to the app asynchronously, so we need to listen for the event. Fixes VSTS #737145
2019-06-25Merge pull request #7968 from mono/master-vsts930131Vsevolod Kukol
Fixes VSTS Bug 930131: [Watson] NullReferenceException in
2019-06-20Merge pull request #7896 from mono/fix910879-native-split-editor-splitterLluis Sanchez
Fix split editor view with the new editor
2019-06-20Fixes VSTS Bug 930131: [Watson] NullReferenceException inMike Krüger
MonoDevelop.MacIntegration.MacPlatformService.RemoveWindowShadow https://devdiv.visualstudio.com/DevDiv/_workitems/edit/930131 Hard to tell how that happened - but added some checks that should prevent the exception.
2019-06-19GtkNSViewHost: fix NRE in OnFocusOutEventAaron Bockover
Fixes https://devdiv.visualstudio.com/DevDiv/_queries/edit/923054
2019-06-18[Ide] Improve native HPanedThin position calculationVsevolod Kukol