summaryrefslogtreecommitdiff
path: root/basebmp/test/basictest.cxx
AgeCommit message (Collapse)AuthorFilesLines
2008-04-11INTEGRATION: CWS changefileheader (1.11.46); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 13:07:57 rt 1.11.46.1: #i87441# Change license header to LPGL v3.
2006-07-13#i65904# Swapped mask polarity - now, a zero in the mask denotes opacity; ↵Thorsten Behrens1-3/+8
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-4/+30
handling & forgot to handle negated cases); fixed typo for paletteformats (ignoring bit gravity); made drawMaskedBitmap() work for more cases; improved tests
2006-07-12#i65904# Finished drawMaskedBitmap(); reorganized accessor functors; added ↵Thorsten Behrens1-2/+8
test case for drawMaskedBitmap()
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-07-06#i65904# Reworked accessor framework, is now a hierarchy of nested ↵Thorsten Behrens1-5/+53
functionality; added traits for color, iterator and accessor behaviour; finished missing bitmap formats, slightly changed set of predefined formats; swapped order of xor/palette accessor application for the BitmapDevice, which should yield much more sensible results; added a few tests for the new formats
2006-06-30#i65904# Fixed ugly typos in clippedLine clipping; improved docs; added ↵Thorsten Behrens1-3/+13
testcases for fixed bugs; corrected clip bounds for line and polyline rendering
2006-06-28#i65904# Added more docs; made clip masks for all cases (except masked ↵Thorsten Behrens1-6/+41
bitmap); removed hardcoded unsigned int in favor of a metafunction; added tests for clips; fixed Color channel modification methods
2006-06-07#i65904# Finished xor and mask support; corrected Color handlingThorsten Behrens1-6/+19
2006-06-02#i65904# Completed mask support; fixed color difference bug; added more testsThorsten Behrens1-3/+3
2006-05-31#i65904# Corrected license headers, added more testsThorsten Behrens1-0/+35
2006-05-31#i65904# Initial revisionThorsten Behrens1-0/+133