summaryrefslogtreecommitdiffstats
path: root/basebmp
Commit message (Expand)AuthorAgeFilesLines
* #i65904# Made code compile warning-free for MSVC; removed inline statement fr...Thorsten Behrens2006-07-288-74/+68
* #i10000# Minor build fixes (forgot the SunCC-only templates)Thorsten Behrens2006-07-283-14/+16
* #i65904# Dumped basegfx polygon raster converter in favor of a specialized so...Thorsten Behrens2006-07-2711-115/+897
* #i65904# Compiler compatibility changes: made the BOOST_NO_MEMBER_TEMPLATE_FR...Thorsten Behrens2006-07-216-34/+62
* #i65904# Replaced vigra::resizeImageNoInterpolation() with own scaleImage() -...Thorsten Behrens2006-07-142-11/+167
* #i65904# Swapped mask polarity - now, a zero in the mask denotes opacity; min...Thorsten Behrens2006-07-1312-103/+245
* #i65904# Fixed operator+=/-= on PackedPixelRowIterator (wrong overflow handli...Thorsten Behrens2006-07-127-54/+98
* #i65904# Finished drawMaskedBitmap(); reorganized accessor functors; added te...Thorsten Behrens2006-07-1210-102/+669
* #i65904# Finished drawMaskedColor() support; simplified iterator/accessor/ran...Thorsten Behrens2006-07-114-141/+259
* #i65904# Consistently named constants; added rectangular device subsetting to...Thorsten Behrens2006-07-1125-860/+1935
* #i65904# Reworked accessor framework, is now a hierarchy of nested functional...Thorsten Behrens2006-07-0617-689/+2060
* #i65904# Moved vigra/template-depending parts out of color.hxx into colormisc...Thorsten Behrens2006-06-303-89/+130
* #i65904# Fixed ugly typos in clippedLine clipping; improved docs; added testc...Thorsten Behrens2006-06-304-34/+78
* #i65904# Added more docs; made clip masks for all cases (except masked bitmap...Thorsten Behrens2006-06-2813-518/+974
* #i65904# add formats which allow cleaner inits and checksHerbert Duerr2006-06-151-2/+4
* #i65904# get ColorBitmaskOutputMaskFunctor workingHerbert Duerr2006-06-131-2/+19
* #i65904# Fixed mask blending; added tests; reworked metafunctions for clip pr...Thorsten Behrens2006-06-096-90/+458
* #i65904# Added fallback to unclipped methods, should the clip mask be NULLThorsten Behrens2006-06-081-2/+23
* #i65904# Added fallback to unclipped methods, should the clip mask be NULLThorsten Behrens2006-06-081-2/+23
* #i65904# Fixed broken CompositeIterator (was missing a proper copy-const/assi...Thorsten Behrens2006-06-076-63/+82
* #i65904# Finished xor and mask support; corrected Color handlingThorsten Behrens2006-06-0712-248/+1023
* #i65904# SAl_MAX_UINT8 was right in operator*Herbert Duerr2006-06-071-5/+5
* #i65904# fixed operator*, small cleanupsHerbert Duerr2006-06-071-8/+8
* #i65904# Temporarily disabled temporarilyThorsten Behrens2006-06-061-10/+18
* #i65904# Added template meta function to retrieve palette lookup functor; for...Thorsten Behrens2006-06-023-145/+139
* #i65904# Completed mask support; fixed color difference bug; added more testsThorsten Behrens2006-06-0211-89/+663
* #i65904# Now calculating stride correctly, even for 1bpp mask imagesThorsten Behrens2006-06-021-4/+6
* #i65904# Made drawBitmap/drawMaskedColor functional; added raw access for pal...Thorsten Behrens2006-06-0213-255/+584
* #i65904# Corrected license headers, added more testsThorsten Behrens2006-05-3123-46/+273
* #i65904# Initial revisionThorsten Behrens2006-05-3127-0/+6078