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 (Expand)Author
2019-09-12Merge pull request #8693 from mono/vsts976424Lluis Sanchez
2019-09-11Add assertion so we don't hit it in the futuretherzok
2019-09-10Fixes ListWindow command handler to show duplicated resultsJose Medrano
2019-09-10Fixes current WindowList command handler to show correctly opened windowsJose Medrano
2019-08-30Merge pull request #8507 from mono/objc-bindingsVsevolod Kukol
2019-08-28Merge pull request #8544 from mono/pr-anvod-argument-940776Marius Ungureanu
2019-08-27Prevent selecting in drop-downs crashing the IDE if snapshot changesAnže Vodovnik
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 letti...therzok
2019-08-27[Ide] Reuse code between GtkWorkarounds and GtkMacInteroptherzok
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 w...therzok
2019-08-27[Mac] Some extension methods implementations can now replace bindings with Xa...therzok
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
2019-08-20Merge pull request #8323 from mono/pr-anvod-formatnavigatefix2Sandy Armstrong
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
2019-08-19Fixes VSTS #801677 - Added support to native dialogs (Cocoa) in the CommandMa...Javier Suárez Ruiz
2019-08-07Merge pull request #8237 from mono/fix-725899Vsevolod Kukol
2019-08-05[mdtool] Call terminate when endingiain holmes
2019-07-29Add #if MAC & #endif.pr/8297summpot
2019-07-16Merge pull request #8209 from mono/vsts944831Marius Ungureanu
2019-07-16Code qualitytherzok
2019-07-16[Mac] Remove IdeInstanceConnection socket on Mac when running from bundletherzok
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
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 telemetry,...Javier Suárez Ruiz
2019-06-27Merge pull request #8026 from mono/fix-737145Lluis Sanchez
2019-06-26[IDE] Listen for NSNotification to know if the app was started from Finderiain holmes
2019-06-25Merge pull request #7968 from mono/master-vsts930131Vsevolod Kukol
2019-06-20Merge pull request #7896 from mono/fix910879-native-split-editor-splitterLluis Sanchez
2019-06-20Fixes VSTS Bug 930131: [Watson] NullReferenceException inMike Krüger
2019-06-19GtkNSViewHost: fix NRE in OnFocusOutEventAaron Bockover
2019-06-18[Ide] Improve native HPanedThin position calculationVsevolod Kukol