2004-04-13 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Drawing / System.Drawing /
2004-04-12 Sanja GuptaChangeLog: Updated ChangeLog
2004-04-12 Peter Dennis Bartok- Implemented Font.ToHfont method
2004-04-11 Vladimir Vukicevic* Image.cs: Save should use encoder.FormatID, not Clsid
2004-04-08 Jordi Mas i Hernandezfixes region methods signature
2004-04-07 Duncan Mak* GraphicsPath.cs (GraphicsPath): Filled out the missing
2004-04-06 Jordi Mas i Hernandezfixes GetRegionScans
2004-04-06 Vladimir VukicevicNote: Some functionality is (temporarily) lost from...
2004-04-05 Jordi Mas i Hernandezfixes
2004-04-05 Jordi Mas i Hernandezadded missing members
2004-04-02 Jordi Mas i Hernandezregion c# implementation
2004-04-02 Duncan Mak* GraphicsPath.cs (AddCurve, AddClosedCurve): Added...
2004-03-31 Jordi Mas i Hernandezmore image methods implemented
2004-03-30 Jordi Mas i Hernandezuse gdi+ functions to get image details
2004-03-29 Jordi Mas i Hernandezadded missing methods and properties to a few classes...
2004-03-26 Jordi Mas i Hernandezadded missing members and complete the wrapper
2004-03-24 Jordi Mas i Hernandezfixes image and bmp dpi
2004-03-24 Jordi Mas i Hernandezadded missing DrawImage gdi+ calls and example
2004-03-23 RavindraAdded few P/Invoke calls for LinearGradientBrush.
2004-03-22 RavindraAdded few P/Invoke calls for LinearGradientBrush and...
2004-03-19 Jordi Mas i Hernandezbmp encoder /decoder enhancements and bug fixing
2004-03-19 Jordi Mas i Hernandezrevert Sanjay's patch. It broke the TestBimap test...
2004-03-19 Sanja GuptaChangeLog: Updated ChangeLog
2004-03-18 Miguel de IcazaFixBuild
2004-03-18 Miguel de IcazaFlush
2004-03-18 Miguel de IcazaImprove error checking
2004-03-18 RavindraMinor fixes.
2004-03-13 Gonzalo Paniagua... 2004-03-13 Gonzalo Paniagua Javier <gonzalo@ximian...
2004-03-10 RavindraImplemented PenType property in Pen and coding style...
2004-03-09 Jordi Mas i Hernandezfixes GetStringFormatTabStops and adds member to test it
2004-03-06 RavindraAdding more GDI+ P/Invoke calls for PathGradientBrush.
2004-03-06 RavindraAdded GDI+ P/Invoke calls for pathGradient brush.
2004-03-05 Duncan MakIndentation.
2004-03-05 Duncan Mak* GraphicsPath.cs (PathCount): Corrected. The name...
2004-03-04 Jordi Mas i Hernandezdefault string formatting
2004-03-04 Jordi Mas i HernandezDigitSubstitution and TabStob methods
2004-03-03 Sanja GuptaChangeLog: Updated ChangeLog
2004-03-03 Sanja GuptaChangeLog: Updated ChangeLog
2004-03-02 Jordi Mas i HernandezImplemented font strikeout and underline, allows multip...
2004-02-25 Jordi Mas i Hernandezstringformat clone method
2004-02-24 Jordi Mas i Hernandezfont clone, tostring, and fix
2004-02-24 Peter Dennis Bartok- Prevented duplicate free
2004-02-21 Jordi Mas i Hernandezmeasure string
2004-02-17 Jordi Mas i Hernandezunits font support
2004-02-16 Jordi Mas i Hernandezrevert Sanjay patches
2004-02-13 RavindraFixed some bugs in Pen.cs and TextureBrush.cs.
2004-02-13 Sanja GuptaChangeLog: Updated ChangeLog
2004-02-13 Jordi Mas i Hernandezremove hardcoded font names, a few bug fixes
2004-02-12 Sanja GuptaChangeLog: Updated changelog
2004-02-10 Jordi Mas i Hernandezdrawstring methods fixes
2004-02-07 Andreas N2004-02-07 Andreas Nahr <ClassDevelopment@A-SoftTech...
2004-02-06 RavindraIncorporated Duncan's comments. Modifications related...
2004-02-05 RavindraAdded a missing namespace.
2004-02-05 RavindraImplementing HatchBrush. Added status checks in SolidBr...
2004-02-05 Jordi Mas i Hernandezstring format implementation
2004-02-03 Jordi Mas i Hernandezuse proper marshalling now that 53700 is fixed
2004-02-03 Jordi Mas i Hernandezhandle font properties
2004-02-03 RavindraMoved GetException method from TextureBrush to Brush...
2004-02-03 Sanja GuptaChangLog: Updated ChangeLog
2004-02-02 Jordi Mas i Hernandezfixes GdiGetFamilyName
2004-01-30 Jordi Mas i Hernandezserveral new methods for graphics.cs
2004-01-30 RavindraAdded more methods to TextureBrush.cs and gdipFunctions.cs.
2004-01-30 RavindraAdded methods for TextureBrush in gdipFunctions.cs.
2004-01-30 RavindraImplemented texture brush.
2004-01-29 Duncan Mak* gdipFunctions.cs
2004-01-29 Sanja GuptaChangeLog: Modifeid ChangeLog
2004-01-29 Jordi Mas i Hernandezfixes font collection
2004-01-29 Jordi Mas i Hernandezfont enhancements
2004-01-28 Sanja GuptaChangeLog: Modified the ChangeLog
2004-01-28 Jordi Mas i Hernandeznew methods for graphics.cs
2004-01-27 Jordi Mas i Hernandeznew methods for graphics.cs
2004-01-26 Jordi Mas i Hernandezmore functions implemented in graphics.cs
2004-01-25 Jordi Mas i Hernandezenhanments to graphics.cs
2004-01-24 Duncan Mak2004-01-23 Duncan Mak <duncan@ximian.com>
2004-01-23 RavindraAdded missing methods in SizeF.
2004-01-23 Jordi Mas i Hernandeznew members for the graphic class
2004-01-22 Jordi Mas i Hernandezfixes change log
2004-01-22 Jordi Mas i Hernandezserveral methods added, serveral fixes, and test case
2004-01-22 Duncan Mak(GdipGetPathTypes, GdipGetPathPoints): Add
2004-01-20 RavindraFixed bug #52811 and made Pen properties behavior simil...
2004-01-20 Duncan MakI've been busy with school and also with preparing...
2004-01-19 Jordi Mas i Hernandezfixes bmp encode, implements a few bitmap members
2004-01-18 Jordi Mas i Hernandezadds a missing DllImport that was causing win32 runtime...
2004-01-14 RavindraChanged SolidBrush constructor to initialize its color...
2004-01-13 Ben Maurermiscommit
2004-01-12 Ben Maurer2004-01-12 Ben Maurer <bmaurer@users.sourceforge.net>
2004-01-12 Daniel Morgan2004-01-11 Daniel Morgan <danielmorgan@verizon.net>
2004-01-10 RavindraAdded missing attributes to relevent classes and correc...
2004-01-08 RavindraModified SystemPens.cs and SystemBrushes.cs as per...
2004-01-07 Miguel de IcazaUpdate
2004-01-07 Duncan MakImport GraphicsPath functions from GDI+.
2003-12-21 Duncan Mak* Graphics.cs (DrawArc): Fixed the method signature...
2003-12-13 Todd Berman2003-12-13 Todd Berman <tberman@sevenl.net>
2003-12-12 Miguel de Icaza2003-11-13 Andreas Nahr <ClassDevelopment@A-SoftTech...
2003-11-28 Duncan Mak(CompoundArray): Hide this for now.
2003-11-28 Duncan Mak* Brush.cs (CreateBrush): new internal factory method...
2003-11-25 Peter Dennis Bartok* Added ControlDark and ControlDarkDark brushes
2003-11-23 Peter Dennis Bartok* Added Disposable interface
2003-11-23 Peter Dennis Bartok* Added missing StartCap & EndCap property to Pen
2003-11-22 Duncan Mak* Matrix.cs: Rewrote to use GDI+ implementation, doing...
2003-11-21 Peter Dennis Bartok* Added missing DashStyle property to Pen
next