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
2018-06-08[MacPlatform] Fix warningMikayla Hutchinson
2017-09-14[MacInterop] Throw AppleScriptException instead of ExceptionJeffrey Stedfast
2017-06-07Bug 57223 - Debugger does not disconnect from mac apps properlyDavid KarlasĖŒ
2017-02-16String optimizations (#1881)Marius Ungureanu
2016-12-02Fix Launch Service Null Deference (#1698)Chris Hamons
2016-01-12[MacInterop] Add a IsRunning methodiain holmes
2015-11-05[64bit] Handle all the options for launching an applicationiain holmes
2015-11-05[MacPlatform] Include arguments when launching an appiain holmes
2015-10-30[64bit] Add a KillProcess that uses pidiain holmes
2015-10-30[MacInterop] Remove redundant assignmentiain holmes
2015-10-30[MacInterop] Manually bind launchApplicationAtURL:options:configuration:error:iain holmes
2015-10-30[64bit] Use the NSWorkspace methods for launchingiain holmes
2015-10-30[Tests] Add a test for Gestaltiain holmes
2015-10-30[MacPlatform] Make CreatePathURL public for testingiain holmes
2015-10-30[MacPlatform] Use IntPtr for the CFRange fields rather than intiain holmes
2015-07-06Fixup to previous commit.Marius Ungureanu
2015-07-06Fixup binding of CFRange.Marius Ungureanu
2015-04-30[Mac] Plug leak in credentials provider.Marius Ungureanu
2015-04-30[Core] Windows and Mac implementation of PasswordProvider removal.Marius Ungureanu
2015-03-16Bug 28063 - Crash pressing 'Stop over' while inspecting a variableMarius Ungureanu
2015-03-16[Designer.iOS] Make the keychain tests more robustAlan McGovern
2015-02-13[Mac] Guard against NRE for unrealized widgets.Cody Russell
2015-01-15[Mac] Fix NRE in FocusWindow.Lluis Sanchez
2014-05-28[xammac-2.0] initial port of MacPlatform to Xamarin.Mac 2.0Aaron Bockover
2014-05-16[Mac] Read system proxy credentialsMichael Hutchinson
2014-04-05[API] Remove some more.Ungureanu Marius
2014-01-06[MacPlatform] When adding internet passwords, handle DuplicateItem error codeJeffrey Stedfast
2013-11-12Merge pull request #429 from mono/streamlineDllImportLluis Sanchez
2013-11-12[Cleanup] Try and streamline most DllImports by using shared lib names.Therzok
2013-11-09code cleanupJeffrey Stedfast
2013-11-08[MacPlatform] Instead of throwing exceptions on unknown keychain errors, just...Jeffrey Stedfast
2013-11-01[MacInterop] code cleanupJeffrey Stedfast
2013-11-01[MacPlatform] code cleanupJeffrey Stedfast
2013-11-01Fix infinite loops.Therzok
2013-09-26[MacPlatform] Fixed UTF8Text support for AppleScriptJeffrey Stedfast
2013-09-14[MacPlatform] Fixed password lookup logic for Uri's without pathsJeffrey Stedfast
2013-09-10[MacPlatform] Fixed the logic for adding certificates to the keychainJeffrey Stedfast
2013-08-31[MacPlatform] Optimized Keychain.ContainsCertificate() and added Keychain.Add...Jeffrey Stedfast
2013-08-30[MacPlatform] Implemented Keychain.ContainsCertificate(X509Certificate2)Jeffrey Stedfast
2013-08-30[MacPlatform] Changed binding for SecKeychainItemCopyAttributesAndData & merg...Jeffrey Stedfast
2013-08-30[MacPlatform] Added some new enums & commented-out code that will be used laterJeffrey Stedfast
2013-08-30code cleanupJeffrey Stedfast
2013-08-29[MacPlatform] code cleanupJeffrey Stedfast
2013-08-29[MacPlatform] Updated Keychain to use SecCertificateCopyData() instead of Sec...Jeffrey Stedfast
2013-08-29[MacPlatform] Renamed Keychain.FindInternetPasswordAndUserName => FindInterne...Jeffrey Stedfast
2013-08-29[MacPlatform] Refactored Keychain to reuse codeJeffrey Stedfast
2013-08-29[MacPlatform] Implement a little more keychain for our testsAlan McGovern
2013-08-28[MacPlatform] Fix a bug in the new Keychain codeAlan McGovern
2013-08-28[MacPlatform] Mark struct as unsafe.Bojan Rajkovic
2013-08-28[MacPlatform] Change these back to pointers to hopefully fix test fail race.Bojan Rajkovic