| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378 |
- 2006-02-29 Peter Dennis Bartok <[email protected]>
- * TestFont.cs: LOGFONT must be CharSet=Auto to make sure we have
- the appropriate size on each system
- 2006-01-27 Sebastien Pouliot <[email protected]>
- * RegionNonRectTest.cs: Updated comments on a test that fails on both
- 1.x and 2.0 MS runtime.
- * TestFont.cs: Converted tests to NUnit 2.2 and added descriptions to
- each asserts.
- 2006-01-26 Boris Kirzner <[email protected]>
- * ColorConverter.cs, TestBitmap.cs, TestIcon.cs, TestIconConverter.cs,
- TestImageConverter.cs, TestPointConverter.cs, TestRectangleConverter.cs,
- TestRegion.cs, TestSizeConverter.cs, TestStringFormat.cs:
- added #ifdef for TARGET_JVM.
- 2006-01-23 Boris Kirzner <[email protected]>
- * TestBitmap.cs, TestFont.cs: #ifdef fot TARGET_JVM.
- 2006-01-18 Sebastien Pouliot <[email protected]>
- * RegionDataTest.cs: New. Unit tests for RegionData.
- * RegionNonRectTest.cs: New. Unit tests for non-rectangular regions.
- * TestRegion.cs: Added new test cases for empty region and IsInfinite
- behaviour with multiple rectangles / path-rectangle regions.
- 2006-01-16 Sebastien Pouliot <[email protected]>
- * TestRegion.cs: Mark a test case as NotWorking as it caused a
- regression in SWF.
- 2006-01-11 Sebastien Pouliot <[email protected]>
- * RegionCas.cs: New. CAS unit tests for Region.
- * TestRegion.cs: Added test cases to check for expected exceptions.
- 2005-12-05 Peter Dennis Bartok <[email protected]>
- * TestFont.cs: Added test for LogFont conversion
- 2005-12-05 Jordi Mas i Hernandez <[email protected]>
- * TestPoint.cs: Test new methods for .Net 2.0
- * TestPointF.cs Test new methods for .Net 2.0
- * ColorConverter.cs: Fixes for .Net 2.0
- * TestSizeF.cs: Test new methods for .Net 2.0
- * TestSize.cs: Test new methods for .Net 2.0
- 2005-12-02 Jonathan Gilbert <[email protected]>
- * TestBitmap.cs (LockUnlockBitmap): Added test for the copying back
- of bitmap data in Bitmap.UnlockBits for non-readonly ImageLockMode
- values.
- 2005-11-17 Vladimir Krasnov <[email protected]>
- * ColorConverter.cs: added testcases for ConvertFrom and
- three digit notaion color.
- 2005-10-23 Jonathan Gilbert <[email protected]>
- * TestBitmap.cs (Rotate1bit4bit): Added test for rotation & flipping
- of indexed (1- and 4-bit) Bitmaps.
- * 1bit.png, 4bit.png: Added to 'bitmaps' subdirectory.
- 2005-09-19 Miguel de Icaza <[email protected]>
- * TestGraphics.cs (LoadIndexed): Add test for the indexed bug.
- 2005-09-16 Sebastien Pouliot <[email protected]>
- * BitmapCas.cs: New. CAS unit tests for Bitmap.
- * GraphicsCas.cs: New. CAS unit tests for Graphics.
- * ColorConverter.cs, ColorTranslator.cs, TestBrushes.cs, TestBitmap.cs
- TestColor.cs, TestFont.cs, TestIcon.cs, TestIconConverter.cs,
- TestImage.cs, TestImageConverter.cs, TestImageFormatConverter.cs,
- TestPens.cs, TestPoint.cs, TestPointF.cs, TestPointConverter.cs,
- TestRectangle.cs, TestRectangleF.cs, TestRectangleConverter.cs,
- TestRegion.cs, TestSizeConverter.cs, TestSize.cs, TestSizeF.cs,
- TestStringFormat.cs, TestSystemBrushes.cs, TestSystemPens.cs: Deny
- UnmanagedCode permission to all tests. This shows (when executed under
- MS runtime) that S.D API is safe and doesn't requires high privileges
- to run - even if we know that, deep down, this calls into GDI+.
- 2005-09-14 Jordi Mas i Hernandez <[email protected]>
- * TestGraphics.cs: Adds default properties, properties set/get and save
- and restore status test
- 2005-09-13 Jordi Mas i Hernandez <[email protected]>
- * TestGraphics.cs: resets graphics object status before every SetClip test
- 2005-09-12 Gert Driesen <[email protected]>
- * TestImageConverter.cs: Re-enabled GetProperties test.
- * TestPointConverter.cs: same.
- * TestRectangleConverter.cs: same.
- * TestSizeConverter.cs: same.
- 2005-09-06 Jordi Mas i Hernandez <[email protected]>
- * TestImagge.cs: File not found exception, related to fix r49744
- * TestBimap.cs: File not found exception, related to fix r49744
- 2005-09-06 Jordi Mas i Hernandez <[email protected]>
- * TestGraphics.cs: New test case, only clipping for now
- 2005-08-26 Gert Driesen <[email protected]>
- * TestPointConverter.cs: Use Assert class instead of deriving from
- deprecated Assertion class. Tests now pass on both Mono and MS.NET.
- * TestRectangleConverter.cs: same.
- * TestSizeConverter.cs: same.
- 2005-08-26 Gert Driesen <[email protected]>
- * ColorConverter.cs: Add hex string tests. Fixed tests to pass on
- MS.NET.
- 2005-08-23 Jordi Mas i Hernandez <[email protected]>
- * TestPens.cs: Add test for Equals method
- * TestBrushes.cs: Add test for Equals method
- 2005-08-19 Jordi Mas i Hernandez <[email protected]>
- * TestPointConverter.cs: Fixes and changes to make the test locale unsensitive
- * TestRectangleConverter.cs: Fixes and changes to make the test locale unsensitive
- * TestSizeConverter.cs: Fixes and changes to make the test locale unsensitive
- * ColorConverter.cs: Fixes and changes to make the test locale unsensitive
- 2005-08-17 Jordi Mas i Hernandez <[email protected]>
- * TestRegion.cs: Adds many new cases for the new region implementation
- 2005-08-16 Gert Driesen <[email protected]>
- * ColorConverter.cs: Mono now also throws ArgumentException when
- color value is not between 0 and 255.
- * TestColor.cs: Added tests for invalid color values.
- * TestRectangleConverter.cs: Fixed tests for conversion to/from
- string. Added tests that verify results using specific cultures.
- 2005-08-14 Gert Driesen <[email protected]>
- * ColorConverter.cs: Merged tests from TestColorConverter.cs. Fixed
- tests using current culture.
- * TestColorConverter.cs: Merged tests with ColorConverter.cs and
- removed.
- 2005-08-14 Gert Driesen <[email protected]>
- * TestColor.cs: Added test for ToString() on uninitialized color.
- * TestColorConverter.cs: Added tests for ColorConverter.
- 2005-08-10 Jordi Mas i Hernandez <[email protected]>
- * TestRegion.cs: new cases for Combine and Intersect
- 2005-08-10 Zoltan Varga <[email protected]>
- * TestRectangle.cs: Add new test.
- 2005-08-09 Andrew Skiba <[email protected]>
- * ColorConverter.cs, ColorTranslator.cs: added
- * TestPointConverter.cs, TestRectangleConverter.cs, TestSizeConverter.cs: new
- tests for convert to/from string
- 2005-08-07 Andrew Skiba <[email protected]>
- * Color.cs: many new testcases added
- 2005-08-07 Andrew Skiba <[email protected]>
- * Size.cs, SizeF.cs: GetHashCode and ToString tests
- 2005-08-07 Andrew Skiba <[email protected]>
- * TestRectangle.cs, TestRectangleF.cs: add new testcases
- 2005-08-07 Andrew Skiba <[email protected]>
- * TestPoint.cs: GetHashCode and ToString tests added
- * TestPointF.cs: GetHashCode and ToString tests added, Addition and Substraction
- tests improved
- 2005-08-07 Andrew Skiba <[email protected]>
- * TestPens.cs, TestSystemBrushes.cs, TestSystemPens.cs: don't rethrow exceptions, keep
- the original stack trace.
- 2005-07-27 Andrew Skiba <[email protected]>
- * TestColor.cs: added tests for equality operators, IsEmpty property and fixed GetHBS
- tests to use tolerance.
- 2005-05-10 Juraj Skripsky <[email protected]>
- * TestColor.cs: Added tests for GetHue, GetBrightness
- and GetSaturation.
- 2005-02-24 Jordi Mas i Hernandez <[email protected]>
- * TestRegion.cs: added new IsVisible cases
- 2004-06-22 Sanjay Gupta <[email protected]>
- * TestIconConverter.cs, TestImageConverter.cs: Commented out some tests.
- 2004-06-17 Ravindra <[email protected]>
- * graphicsUi.cs: Formatted and moved to
- Samples/System.Drawing directory.
- * image1.cs: Formatted and renamed to bmpsave.cs. Moved to
- Samples/System.Drawing directory.
- * hering.cs: Formatted and moved to Samples/General directory.
- * BmpPaint.cs: Ficed, formatted and moved to
- Samples/System.Drawing directory.
- * font1.cs: Formatted and renamed to font.cs. Moved to
- Samples/System.Drawing directory.
- 2004-06-10 Sanjay Gupta <[email protected]>
- * TestBitmap.cs: Corrected issues from my previous checkin.
- 2004-06-10 Sanjay Gupta <[email protected]>
- * TestImageFormatConverter.cs, TestStringFormat.cs: Removed
- dependency on obsolete class, Assertion from NUnit.
- 2004-06-09 Sanjay Gupta <[email protected]>
- * TestImageConverter.cs: Removed dependency on obsolete class,
- Assertion from NUnit.
- 2004-06-09 Sanjay Gupta <[email protected]>
- * TestBitmap.cs, TestIcon.cs, TestIconConverter.cs: Removed
- dependency on obsolete class, Assertion from NUnit.
- 2004-05-27 Ravindra <[email protected]>
- * TestRectangleConverter.cs: Ignored the test that is failing
- because of bug #58435.
- * TestPointConverter.cs: Same.
- * TestSizeConverter.cs: Same.
- * TestImageConverter.cs: Same.
- 2004-05-26 Sanjay Gupta <[email protected]>
- * TestImageFormatConverter.cs: Minor modification. Removed duplicate
- assertion numbers.
- 2004-05-26 Ravindra <[email protected]>
- * TestColor.cs: Added a test for testing ARGB values for all
- the static color properties.
- 2004-05-20 Sanjay Gupta <[email protected]>
-
- * TestIcon.cs: Added.
- * bitmaps/smiley.ico: Added.
- 2004-05-18 Sanjay Gupta <[email protected]>
-
- * TestImageFormatConverter.cs: Fixed issues with test case.
- 2004-05-18 Sanjay Gupta <[email protected]>
-
- * TestImageConverter.cs: Fixed issues with test case.
- 2004-05-18 Sanjay Gupta <[email protected]>
-
- * TestIconConverter.cs: Fixed issues with test case.
- 2004-05-18 Ravindra <[email protected]>
- * TestHatchBrush.cs: Removed. Now, we have a better test for HatchBrush
- this under Test/System.Drawing.Drawing2D directory.
- 2004-05-17 Sanjay Gupta <[email protected]>
-
- * TestIconConverter.cs: Added.
- * bitmaps/VisualPng.ico: Added
- * bitmaps/VisualPng1.ico: Added
- 2004-05-14 Sanjay Gupta <[email protected]>
- * TestBitmap.cs: Modified method signature to static to be used in other file.
- * TestImageConverter.cs: Added.
- * TestImageFormatConverter.cs: Added
- 2004-05-12 Jordi Mas <[email protected]>
- * TestBitmap.cs: added lockbitmap tests
- 2004-05-07 Jordi Mas <[email protected]>
- * TestBitmap.cs: added rotation tests
- 2004-04-23 Ravindra <[email protected]>
- * TestSystemPens.cs: Removed some unused exception variables.
- * TestRectangleConverter.cs: Removed culture dependent tests.
- * TestPointConverter.cs: Removed culture dependent tests.
- * TestSizeConverter.cs: Removed culture dependent tests.
- (These tests were not right because a constant culture specific string
- was being parsed by using current culture of the thread. It resulted in
- test failures when cultures do not match.)
- 2004-04-22 Ravindra <[email protected]>
- * TestPointConverter.cs: Added.
- * TestSizeConverter.cs: Added.
- 2004-04-22 Ravindra <[email protected]>
- * TestRectangleConverter.cs: Added.
- 2004-04-21 Ravindra <[email protected]>
- * TestPens.cs: Added.
- 2004-04-21 Ravindra <[email protected]>
- * TestBrushes.cs: Added.
- 2004-04-16 Ravindra <[email protected]>
- * TestSystemPens.cs: Added.
- 2004-03-13 Ravindra <[email protected]>
- * TestSystemBrushes.cs: Added test fail conditions.
- 2004-03-12 Ravindra <[email protected]>
- * TestSystemBrushes.cs: Added.
- 2004-03-17 Ravindra <[email protected]>
- * TestHatchBrush.cs: Added.
- 2004-01-26 Ravindra <[email protected]>
- * TestPointF.cs: Added.
- * TestSize.cs: Added.
- * TestSizeF: Added.
- 2004-01-16 Ravindra <[email protected]>
- * BmpPaint.cs did not run on .NET.
- Modified to make it run on .NET. Specs say
- "Do not save an image to the same stream
- that was used to construct the image."
- 2003-07-30 Alexandre Pigolkine <[email protected]>
- * BmpPaint.cs modified
- 2003-06-28 Alexandre Pigolkine <[email protected]>
- * hering.cs save as Jpeg also
- 2003-06-22 Alexandre Pigolkine <[email protected]>
- * font1.cs added
- 2003-06-17 Alexandre Pigolkine <[email protected]>
- * hering.cs added
-
- 2003-06-15 Alexandre Pigolkine <[email protected]>
- * BmpPaint.cs ImageFormat specified for Save()
- * image1.cs added
- 2003-06-06 Alexandre Pigolkine <[email protected]>
- * BmpPaint.cs added
- 2001-10-31 Mike Kestner <[email protected]>
- * TestPoint.cs : Tests I've had in my node forever.
|