2005-09-26 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / System.Drawing / System.Drawing / Graphics.cs
2005-09-23 Chris Toshok2005-09-22 Chris Toshok <toshok@ximian.com>
2005-09-21 Marek Sieradzki2005-09-25 Marek Sieradzki <marek.sieradzki@gmail...
2005-09-21 Jordi Mas i Hernandez2005-09-21 Jordi Mas i Hernandez <jordi@ximian.com>
2005-09-20 Jonathan Pryor * Makefile: Build the make-map.exe in Mono.Unix.Nativ...
2005-09-20 Miguel de Icaza2005-09-19 Miguel de Icaza <miguel@novell.com>
2005-09-19 Chris Toshok2005-09-19 Chris Toshok <toshok@ximian.com>
2005-09-16 Sebastien Pouliot2005-09-16 Sebastien Pouliot <sebastien@ximian.com>
2005-09-14 Geoff Norton2005-09-14 Geoff Norton <gnorton@customerdna.com>
2005-08-26 Iain McCoy2005-08-26 Iain McCoy <iain@mccoy.id.au>
2005-08-25 Marek Safar2005-08-25 Marek Safar <marek.safar@seznam.cz>
2005-06-29 Marek Safarerror messages review
2005-06-27 Ben Maurerremove svn:executable from .cs files
2005-06-23 Jordi Mas i Hernandez2005-06-23 Jordi Mas i Hernandez <jordi@ximian.com>
2005-06-21 Atsushi Enoimported everything from my branch (which is slightly...
2005-05-24 Kornél PálRevised DrawString methods
2005-05-22 Peter Dennis Bartok2005-03-22 Peter Bartok <pbartok@novell.com>
2005-05-15 Konstantin Trigermerging the Mainsoft branch to the trunk
2005-05-09 Sebastien PouliotCheck platform without using #define
2005-05-09 Sebastien Pouliot2005-05-09 Sebastien Pouliot <sebastien@ximian.com>
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-04-10 Geoff Norton2005-04-10 Geoff Norton <gnorton@customerdna.com>
2005-03-22 Martin Baulig**** Merged r40732-r40872 from MCS ****
2005-03-15 Jordi Mas i HernandezIn System.Drawing.Drawing2D:
2005-02-12 Peter Dennis Bartok- Fixed pointer type
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
2005-01-17 Jordi Mas i Hernandezcalls XCloseDisplay on X11 when need it
2004-12-17 Peter Dennis Bartok- Removed Wine assumptions, the handle is now equivalen...
2004-12-14 Marek SafarCopied remotely
2004-12-09 Geoff Norton2004-12-09 Geoff Norton <gnorton@customerdna.com>
2004-12-09 Geoff Norton2004-12-08 Geoff Norton <gnorton@customerdna.com>
2004-12-08 Miguel de IcazaRename the tool
2004-12-08 Marek Safarwrong error number
2004-12-08 Geoff Norton2004-11-07 Geoff Norton <gnorton@customerdna.com>
2004-11-22 RavindraFixed null values handling in all the overloads of...
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-11-03 Miguel de Icaza2004-11-03 Miguel de Icaza <miguel@ximian.com>
2004-11-03 Miguel de Icaza2004-11-03 Miguel de Icaza <miguel@ximian.com>
2004-10-22 Jordi Mas i HernandezRemoves lock operations. Agreed with Miguel
2004-10-13 RavindraCosmetic changes.
2004-10-13 Ravindra * Graphics.cs: Moved the initialization of 'use_x_draw...
2004-10-07 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-10-06 Jordi Mas i Hernandezinsert line break
2004-09-29 Jackson Harper * Graphics.cs: Use FromHdcInternal to set the X display
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-17 Marek Safar2004-09-17 Marek Safar <marek.safar@seznam.cz>
2004-09-15 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-09-13 RavindraBackporting a fix.
2004-09-13 Ravindra * Graphics.cs: MSDN says that using image width and...
2004-09-10 RavindraBackporting some fixes.
2004-09-10 Ravindra * Graphics.cs: Implemented DrawIcon methods and fixed
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 RavindraFlushing
2004-07-21 Jordi Mas i Hernandezfixes Graphics.MeasureCharacterRanges and StringFormat...
2004-07-17 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-07-09 Peter Dennis Bartok- Added support required for new managed System.Windows...
2004-07-01 nobodyThis commit was manufactured by cvs2svn to create branc...
2004-06-22 Jordi Mas i HernandezMeasureString wrappers
2004-06-22 Jordi Mas i Hernandezdefine and use GdipSetVisibleClip_linux
2004-06-20 Jordi Mas i Hernandezadded missing wrappers
2004-06-16 Sachin KumarAdd license and copyright to all source files in System...
2004-06-10 Jordi Mas i Hernandezlock resource creation, cloning, and destroying
2004-06-09 Jordi Mas i Hernandezadded missing destructors
2004-05-28 Ravindra * gdipFunctions.cs: Added some P/Invoke calls for...
2004-05-16 Gert Driesen* Graphics.cs: fixed warning
2004-05-15 Peter Dennis Bartok- Implemented Graphics.MeasureCharacterRanges method
2004-05-14 Peter Dennis Bartok- Added error check
2004-05-13 Sanja GuptaChangeLog: Updated ChangeLog.
2004-05-13 Sanja GuptaChangeLog: Updated ChangeLog.
2004-05-12 Jordi Mas i HernandezAPI compatibility changes
2004-05-12 Ravindra * Bitmap.cs, Font.cs, FontConverter.cs, Graphics.cs...
2004-04-30 RavindraAdding more checks for status.
2004-04-25 Vladimir Vukicevic* Graphics.cs, gdipFunctions.cs: Added CreateFromXDrawa...
2004-04-05 Jordi Mas i Hernandezadded missing members
2004-04-02 Duncan Mak* GraphicsPath.cs (AddCurve, AddClosedCurve): Added...
2004-03-29 Jordi Mas i Hernandezadded missing methods and properties to a few classes...
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-18 Miguel de IcazaImprove error checking
2004-03-04 Jordi Mas i Hernandezdefault string formatting
2004-02-21 Jordi Mas i Hernandezmeasure string
2004-02-17 Jordi Mas i Hernandezunits font support
2004-02-10 Jordi Mas i Hernandezdrawstring methods fixes
2004-01-30 Jordi Mas i Hernandezserveral new methods for graphics.cs
2004-01-29 Duncan Mak* gdipFunctions.cs
2004-01-29 Jordi Mas i Hernandezfont enhancements
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 Jordi Mas i Hernandeznew members for the graphic class
2004-01-22 Jordi Mas i Hernandezserveral methods added, serveral fixes, and test case
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
next