summaryrefslogtreecommitdiff
path: root/basebmp/inc/basebmp/paletteimageaccessor.hxx
AgeCommit message (Collapse)AuthorFilesLines
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)
2008-04-11INTEGRATION: CWS changefileheader (1.8.46); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 13:07:57 rt 1.8.46.1: #i87441# Change license header to LPGL v3.
2006-07-11#i65904# Consistently named constants; added rectangular device subsetting ↵Thorsten Behrens1-50/+2
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-95/+120
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-28#i65904# Added more docs; made clip masks for all cases (except masked ↵Thorsten Behrens1-3/+4
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-5/+5
2006-06-02#i65904# Added template meta function to retrieve palette lookup functor; ↵Thorsten Behrens1-3/+36
for palette images, now performing lookup only _once_, and rasterizing the primitive with the index value; added one more degenerate case for polygon fill test
2006-06-02#i65904# Made drawBitmap/drawMaskedColor functional; added raw access for ↵Thorsten Behrens1-5/+29
palette images
2006-05-31#i65904# Corrected license headers, added more testsThorsten Behrens1-2/+2
2006-05-31#i65904# Initial revisionThorsten Behrens1-0/+141