2005-09-06 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Drawing / System.Drawing.Drawing2D /
2005-09-04 Boris KirznerBug fix.
2005-08-30 Vladimir KrasnovLinearGradientBrush.jvm.cs: Refactoring, bug fix
2005-08-30 Konstantin Trigeruse correct object in Widen
2005-08-28 Vladimir Krasnovsvn path=/trunk/mcs/; revision=49015
2005-08-16 Marek Safar2005-08-16 Marek Safar <marek.safar@seznam.cz>
2005-08-14 Vladimir Krasnovsvn path=/trunk/mcs/; revision=48359
2005-08-10 Konstantin TrigerImplemented DrawClosedCurve.
2005-08-10 Boris KirznerTest cases and fixes for GraphicsPath.jvm.cs
2005-08-10 Konstantin Trigerfixed exception
2005-08-10 Konstantin Trigerimplemented GraphicsPath.Widen
2005-08-10 Konstantin Trigerfix default curve tension
2005-08-09 Konstantin TrigerAdvancedStroke implementation
2005-08-08 Konstantin TrigerImplemented AddBeziers
2005-08-08 Vladimir KrasnovGraphicsPath.jvm.cs: Fixed AddPolygon methods
2005-08-08 Konstantin TrigerFix AddLines
2005-08-08 Konstantin TrigerFix AddArc/AddPie
2005-08-08 Andrew SkibaMove tests projects to the parent dir and include in...
2005-08-08 Vladimir Krasnovsvn path=/trunk/mcs/; revision=48108
2005-08-07 Konstantin TrigerFix AddCurve implementation and cosmetic changes.
2005-08-07 Andrew Skiba * GraphicsPath.cs: BasicShape as a base class and...
2005-08-03 Andrew SkibaTARGET_JVM implementation of this namespace
2005-06-29 Marek Safarerror messages review
2005-06-27 Ben Maurerremove svn:executable from .cs files
2005-06-21 Atsushi Enoimported everything from my branch (which is slightly...
2005-06-14 Ben Maurermore copy and paste reuse going away
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-03-22 Martin Baulig**** Merged r40732-r40872 from MCS ****
2005-03-15 Jordi Mas i HernandezIn System.Drawing.Drawing2D:
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
2005-01-02 Geoff Norton2005-01-02 Geoff Norton <gnorton@customerdna.com>
2004-12-14 Marek SafarCopied remotely
2004-11-16 Jonathan Pryor * Mono.Posix.dll.sources: Rename Mono.Posix to Mono...
2004-11-10 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-10-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-24 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-19 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-15 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-02 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-08-04 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-08-03 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-27 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-22 Ravindra * gdipFunctions.cs: Corrected signatures of GdipPathIt...
2004-07-17 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-16 Ravindra * GraphicsPathIterator.cs: New implementation using...
2004-07-15 RavindraCorrection to my previous checkin.
2004-07-15 Ravindra * GraphicsPath.cs: Implemented PathData propert...
2004-07-15 RavindraCode cleaning: Changed format of various files to unix...
2004-07-13 Ravindra * PathGradientBrush.cs: Removed all the private variables.
2004-07-01 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-06-25 Ravindra * LinearGradientBrush.cs: Added checks for the values of
2004-06-16 Sachin KumarAdd license and copyright to all source files in System...
2004-06-14 Gert Driesen* DashCap.cs: fixed mismatches in enum field values
2004-06-09 Miguel de IcazaAPI signature fixes
2004-05-18 Ravindra * CustomLineCap.cs: Added null checks and corrected...
2004-05-17 Duncan MakUntabify and fixed coding style.
2004-05-16 Gert Driesen* GraphicsPath.cs: renamed SetMarker to SetMarkers...
2004-05-15 Duncan MakInstead of casting null to an IntPtr, use IntPtr.Zero...
2004-05-15 Nick Drochak2004-05-14 Nick Drochak <ndrochak@gol.com>
2004-05-14 Duncan Mak* GraphicsPath.cs (ConvertPoints): Removed, we'll do the
2004-05-13 Sanja GuptaChangeLog: Updated ChangeLog.
2004-05-13 Sanja GuptaChangeLog: Updated ChangeLog.
2004-05-11 RavindraImplemented AdjustableArrowCap.cs and CustomLineCap.cs.
2004-05-04 RavindraFixed Transform property in LinearGradientBrush.cs.
2004-04-30 RavindraChanged exception messages.
2004-04-30 RavindraSome fixes in LinearGradientBrush.cs.
2004-04-07 Duncan Mak* GraphicsPath.cs (GraphicsPath): Filled out the missing
2004-04-05 Jordi Mas i Hernandezadded missing members
2004-04-02 Duncan Mak* GraphicsPath.cs (AddCurve, AddClosedCurve): Added...
2004-03-26 RavindraFixed wrapmode enum values.
2004-03-23 RavindraImplementing LinearGradientBrush.cs public methods.
2004-03-22 RavindraImplementing LinearGradientBrush.cs and fixing PathGrad...
2004-03-18 RavindraMinor fixes.
2004-03-17 RavindraFixed Blend.cs and ColorBlend.cs.
2004-03-06 RavindraImplementing methods for PathGradientBrush.
2004-03-06 RavindraImplemented constructors and properties of PathGradient...
2004-03-05 Duncan Mak* GraphicsPath.cs (PathCount): Corrected. The name...
2004-02-27 RavindraCorrected WrapMode enum values.
2004-02-11 RavindraAdded status checks using CheckStatus(Status) method.
2004-02-07 Andreas N2004-02-07 Andreas Nahr <ClassDevelopment@A-SoftTech...
2004-02-06 RavindraModifications related to GetException method.
2004-02-05 RavindraImplemented HatchBrush.
2004-01-30 Duncan Mak(AddPie): Corrected arguments sent to P/Invoke. This...
2004-01-26 Jordi Mas i Hernandezmore functions implemented in graphics.cs
2004-01-24 Duncan Mak2004-01-23 Duncan Mak <duncan@ximian.com>
2004-01-22 Duncan Mak(GdipGetPathTypes, GdipGetPathPoints): Add
2004-01-20 Duncan MakI've been busy with school and also with preparing...
2004-01-13 RavindraChanging the access to Matrix(IntPtr) constructor from...
2004-01-10 RavindraMade all Enums serializable and corrected some class...
2003-12-25 Duncan Mak* Matrix.cs (ToString): Cache the elements inside a...
2003-12-04 Gonzalo Paniagua... 2003-12-04 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-11-22 Duncan Mak* Matrix.cs: Rewrote to use GDI+ implementation, doing...
2003-11-16 Miguel de Icaza2003-11-04 Miguel de Icaza <miguel@ximian.com>
2003-11-13 Andreas N2003-11-13 Andreas Nahr <ClassDevelopment@A-SoftTech...
2003-11-11 Ben Maurer2003-11-11 Ben Maurer <bmaurer@users.sourceforge.net>
2003-11-11 Ben Maurer2003-11-11 Ben Maurer <bmaurer@users.sourceforge.net>
2003-11-04 Miguel de IcazaBuild fixes
2003-10-24 Miguel de Icaza2003-10-24 Miguel de Icaza <miguel@ximian.com>
2003-10-12 Alexandre Pigolkinegraphics state variable added
2003-07-14 Miguel de IcazaXrFunctions are now complete and match the Xr implement...
next