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
2015-01-29[MacPlatform] Fix blurry icons in AlertDialogs.Greg Munn
2014-11-07Merge remote-tracking branch 'public/master' into xs6Alan McGovern
Conflicts: main/src/addins/MacPlatform/Dialogs/MacAlertDialogHandler.cs version-checks
2014-11-06[Mac] Fix AlertDialogButtonWrapper.Marius Ungureanu
2014-11-04Fix breakage caused by XM portLluis Sanchez
2014-11-04Merge remote-tracking branch 'mono/master' into xs6Lluis Sanchez
Conflicts: .gitmodules main/build/MacOSX/monostub.m main/external/xwt version-checks
2014-10-24[MessageService] Attempt #2 at improving MessageDescription.Marius Ungureanu
2014-10-06Revert "[MessageService] Allow AlertButtons not to close the dialog."Marius Ungureanu
This reverts commit f4f6002146f578fc03dc790c9d9c002555fa0d83.
2014-10-04[MessageService] Allow AlertButtons not to close the dialog.Marius Ungureanu
2014-06-24[Mac] Clean up remaining System.Drawing useMichael Hutchinson
2014-05-28[xammac-2.0] initial port of MacPlatform to Xamarin.Mac 2.0Aaron Bockover
2014-04-23[Ide] Improve use if icons in Mac alert dialogLluis Sanchez
Try to be more compliant to the Mac HIG. Information dialogs now show the application icon. Warning dialogs use the Critical alert style, so they show a warning icon combined with the application icon. We also use the Critical style for errors.
2014-02-05Remove ImageService.GetPixbufLluis Sanchez
2013-03-08Show correct application name in dialog titlesLluis Sanchez
Fixes bug 10199 - 'MonoDevelop' in dialog title
2012-01-28[Ide,Mac] Fix race in cancellation of dialogsMichael Hutchinson
2012-01-26[Ide] Make alert dialogs cancelableMichael Hutchinson
2011-12-20[Core] Improve the crash dialog to better integrate with reportingAlan McGovern
2011-12-12[Core] Write a better message when asking to enable the crash reportingAlan McGovern
Make it more obvious this is a permanent setting and also mention where it can be modified.
2011-07-17[MacPlatform] Clean up namespacesMichael Hutchinson
2011-03-25[MacPlatform] Reorg interop code, make some publicMichael Hutchinson
2010-11-10[MonoMac] Update MonoMac library.Michael Hutchinson
2010-11-04[Mac] Icons in a alert dialog handlerMichael Hutchinson
2010-11-02[Mac] Fix issuelets in Alert dialog handlerMichael Hutchinson
2010-11-02[Mac] Add an alert dialog handler (disabled)Michael Hutchinson