Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-16Merge pull request #925 from ermshiperete/novell-bug-602934Miguel de Icaza
2014-05-12[docs] documentation import for 'returns' elements.Joel Martinez
2014-05-12[docs] namespace documentation import.Joel Martinez
2014-04-28[docs] Import of Microsoft BCL Documentation.Joel Martinez
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-02-28[Printing] Improve reported printer settings (Fixes #602934)Eberhard Beilharz
2014-02-28[Printing] Add unit test for Novell bug #602934Eberhard Beilharz
2014-02-23[Test] Cleaned up how a bunch of tests were ignoredAlexander Köplinger
2013-11-12Fixed a test failure that occurs when the specified font is not installed.Alexander Köplinger
2013-08-28Make setProperties privateMarek Safar
2013-08-28Rewrote Font.GetHashCode() to improve uniqueness.gvillanueva
2013-07-02Update csproj filesMarek Safar
2013-05-24Put back the tests, we were trying to track down the regressionsMiguel de Icaza
2013-05-24[System.Drawing]: Disable more broken tests.Martin Baulig
2013-05-24[System.Drawing]: Disable broken tests.Martin Baulig
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj filesMarek Safar
2012-10-23Disable failing tests on the Mac.Martin Baulig
2012-09-29Update mcs/class/System.Drawing/Assembly/ChangeLogclcrutch
2012-09-29Fixed System.Drawing/System.Drawing-net_4_5.csprojclcrutch
2012-09-29Fixed System.Drawing/System.Drawing-net_4_0.csprojclcrutch
2012-09-29Fixed System.Drawing/System.Drawing-net_2_0.csprojclcrutch
2012-09-29Fixed mcs/class/System.Drawing/ChangeLOgclcrutch
2012-09-29Added System.Drawing.SystemIcons.Shield to API to match .Net 2.0 SP1, 4.0, 4....chris
2012-09-29Implemented System.Drawing.SystemIcons.Shield to match the .Net 2.0, 4.0, 4.5...Chris
2012-09-10Merge pull request #439 from mono-soc-2012/garyb/iconfixJérémie Laval
2012-08-20System.Drawing: added email to icon and test file headersgaryb
2012-08-19Save icon with 256px image without losing data, Bugs Novell:415809 Xamarin:6451garyb
2012-07-05Rework RectangleF.Contains to not do equality comparison on floating point va...Rolf Bjarne Kvinge
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-24Merge pull request #347 from JamesB7/masterMarek Safar
2012-06-24BindingFlags.Public needed here as Exception.HResult is now public in .NET 4....JamesB7
2012-06-23Bug 1202 Fix: Adds float.NaN checks to DrawLineRob Wilkens
2012-06-07Clean up assembly attributesMarek Safar
2012-06-03[class libraries] drop NET_1_0 definitionsMiguel de Icaza
2012-06-02Removal of NET_1_1 defines and some NET_2_0; Both defines are true these da...Miguel de Icaza
2012-04-24AOT not supported on Windows, warn the userMiguel de Icaza
2012-04-23When running in MonoTouch, compare against a reference image, instead of gene...Miguel de Icaza
2012-04-20Some small changes to assist Coregraphics System.DrawingMiguel de Icaza
2012-04-19Small touch up in the DrawingTestMiguel de Icaza
2012-04-13Bring this test to the new NUnit syntaxMiguel de Icaza
2012-04-13Fix the build, add PDComparer to the MakefileMiguel de Icaza
2012-04-13Add some changes to work on MonoTouchMiguel de Icaza
2012-04-05Update csproj filesMarek Safar
2012-02-10Add VS project files for test projectMarek Safar
2012-02-09Update class library csproj filesMarek Safar
2011-02-13Add solution filesMiguel de Icaza
2010-12-11[System.Drawing] Remove unnecessary verbosityRalph Leckett
2010-12-11[System.Drawing] On image load from stream errors, return null, not an exceptionRalph Leckett