summaryrefslogtreecommitdiff
path: root/basebmp/test/cliptest.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-02-25sb118: merged in DEV300_m72sb1-4/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-12-11sb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1.sb1-2/+4
- Old modifications were necessary for testshl2, which has simply been excluded from the build for now. - Tests in basebmp, basegfx, o3tl (that are executed during build) have been converted from using modified CppUnit/testshl2 to using unmodified CppUnit. - CppUnit's DllPlugInTester has problems with OOo tests on Windows, see #i107562#, so for now a new cppunittester from sal is used instead.
2009-09-14#i103496#: split cppunit in a pure external lib and a lib depending on sal ↵Mathias Bauer1-1/+1
-> testshl2
2008-04-11INTEGRATION: CWS changefileheader (1.5.24); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 13:07:57 rt 1.5.24.1: #i87441# Change license header to LPGL v3.
2007-07-05INTEGRATION: CWS aquavcl01 (1.4.22); FILE MERGEDRüdiger Timm1-2/+22
2007/06/22 15:41:58 pl 1.4.22.1: #i78704# thb: fix xor clipping
2006-07-13#i65904# Swapped mask polarity - now, a zero in the mask denotes opacity; ↵Thorsten Behrens1-4/+4
minor code tidying; made drawMaskedBitmap() handle a few more generic cases; switched 24bpp to BGR; adapted tests to modified mask polarity
2006-07-12#i65904# Fixed operator+=/-= on PackedPixelRowIterator (wrong overflow ↵Thorsten Behrens1-7/+4
handling & forgot to handle negated cases); fixed typo for paletteformats (ignoring bit gravity); made drawMaskedBitmap() work for more cases; improved tests
2006-07-11#i65904# Consistently named constants; added rectangular device subsetting ↵Thorsten Behrens1-7/+7
to BitmapDevice; moved spreaded pixel format configuration points into a single traits template (per format); slightly improved cross-format support
2006-06-28#i65904# Added more docs; made clip masks for all cases (except masked ↵Thorsten Behrens1-0/+274
bitmap); removed hardcoded unsigned int in favor of a metafunction; added tests for clips; fixed Color channel modification methods