2005-10-04 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Drawing / System.Drawing / Bitmap.cs
2005-09-22 Gonzalo Paniagua... svn path=/branches/mono-1-1-9/mcs/; revision=50438
2005-09-22 Gonzalo Paniagua... svn path=/branches/mono-1-1-9/mcs/; revision=50436
2005-09-20 Jonathan Pryor * Makefile: Build the make-map.exe in Mono.Unix.Nativ...
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-05 Jordi Mas i Hernandez2005-09-05 Jordi Mas i Hernandez <jordi@ximian.com>
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-05-18 Marek Safar2005-05-18 Marek Safar <marek.safar@seznam.cz>
2005-05-15 Konstantin Trigermerging the Mainsoft branch to the trunk
2005-05-15 Jordi Mas i Hernandez2005-05-16 Jordi Mas i Hernandez <jordi@ximian.com...
2005-05-14 Jordi Mas i Hernandez2005-05-14 Jordi Mas i Hernandez <jordi@ximian.com...
2005-05-05 Miguel de Icaza2005-05-05 Miguel de Icaza <miguel@novell.com>
2005-04-12 Dick Porter2005-04-12 Dick Porter <dick@ximian.com>
2005-02-09 Geoff Norton2005-02-09 Geoff Norton <gnorton@customerdna.com>
2005-01-31 Dick PorterBranch for io-layer daemonectomy work
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-29 Jordi Mas i HernandezHelp the gc
2004-10-22 Jordi Mas i HernandezRemoves lock operations. Agreed with Miguel
2004-10-22 Jordi Mas i HernandezFixes MakeTransparent problem with 24bbps
2004-10-19 Jordi Mas i HernandezFixes MakeTransparent method
2004-07-01 nobodyThis commit was manufactured by cvs2svn to create branc...
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 Miguel de IcazaAPI signature fixes
2004-05-13 Peter Dennis Bartok- Fixed bug #52868, Bitmap(Image, Size) would not resiz...
2004-05-12 Ravindra * Bitmap.cs, Font.cs, FontConverter.cs, Graphics.cs...
2004-05-05 Jordi Mas i HernandezLet GDI+ to calculate the strides
2004-05-04 Jordi Mas i Hernandezrawformat should be handled by GDI+
2004-05-03 Jordi Mas i Hernandezpixelformat parameter is taken into account
2004-04-29 RavindraAdding checks for status of the GDI+ P/Invokes.
2004-04-25 Sanja GuptaChangeLog: Updated ChangeLog
2004-04-24 Vladimir Vukicevic * Commited patch from pcgod@gmx.net (Bnehamin Jemlich...
2004-04-06 Vladimir VukicevicNote: Some functionality is (temporarily) lost from...
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-19 Jordi Mas i Hernandezbmp encoder /decoder enhancements and bug fixing
2004-03-18 Miguel de IcazaImprove error checking
2004-01-30 RavindraImplemented texture brush.
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
2003-11-17 Duncan Mak* Bitmap.cs (LockBits):
2003-11-13 Andreas N2003-11-13 Andreas Nahr <ClassDevelopment@A-SoftTech...
2003-11-12 Alexandre Pigolkinecopy image in Bitmap constructor
2003-11-02 Alexandre Pigolkineuse 32bpp bitmaps internally
2003-10-25 Miguel de IcazaSmall incremental updates
2003-10-24 Miguel de Icaza2003-10-24 Miguel de Icaza <miguel@ximian.com>
2003-10-24 Miguel de IcazaIn Short:
2003-10-12 Alexandre Pigolkineimplementation changed to gdi+
2003-07-14 Miguel de IcazaXrFunctions are now complete and match the Xr implement...
2003-06-15 Alexandre Pigolkineimplementation added, see ChangeLog
2003-05-23 Aleksey RyabchukAdded missing Serializable attributes, deserialization...
2003-04-26 Alexandre Pigolkinedelegate function calls to implementation
2003-04-26 Alexandre Pigolkineswitch to Linux style line terminators
2002-09-12 Dennis Hayes2002-9-2 DennisHayes <dennish@raytek.com>
2002-08-21 nobodyThis commit was manufactured by cvs2svn to create branc...
2002-05-03 Mike KestnerReactivate System.Drawing build. Bugfixes and stubbing...
2002-04-27 Christian MeyerXimian is new copyright holder now.
2002-03-27 Christian MeyerCleaned up the code a little bit...
2002-03-25 Dennis Hayes** Removed orignial stub code that would break build...
2002-02-26 Christian MeyerAdded method headers (Bitmap.cs).
2002-02-25 Christian MeyerAdded Bitmap.cs.