summaryrefslogtreecommitdiffstats
path: root/basebmp
Commit message (Expand)AuthorAgeFilesLines
* drop basebmp entirely nowCaolán McNamara2016-01-2032-4965/+0
* drop some more unused pieces nowCaolán McNamara2016-01-191-15/+1
* either copy the whole thing exactly, or convert between typesCaolán McNamara2016-01-191-74/+14
* only use of clone is to copy, so do thatCaolán McNamara2016-01-192-6/+5
* drop some more stuffCaolán McNamara2016-01-193-297/+0
* scanline is always positive now and drop unused argsCaolán McNamara2016-01-191-34/+14
* drop unused argumentCaolán McNamara2016-01-191-35/+18
* MaskTraits unused nowCaolán McNamara2016-01-191-49/+25
* never scaling nowCaolán McNamara2016-01-193-256/+5
* always copying to a different bitmapCaolán McNamara2016-01-192-24/+6
* always copying the full bitmap, not just a portion of itCaolán McNamara2016-01-191-156/+23
* -Werror=shift-negative-value (GCC 6)Stephan Bergmann2016-01-191-3/+3
* basebmp: fix Android buildMiklos Vajna2016-01-181-1/+0
* devices are always top-down nowCaolán McNamara2016-01-182-343/+4
* only using one of the drawBitmap impls nowCaolán McNamara2016-01-181-85/+0
* drop unused basebmp debug fileCaolán McNamara2016-01-183-148/+0
* XorFunctor is unused nowStephan Bergmann2016-01-181-12/+0
* xor_accessor is unused nowStephan Bergmann2016-01-183-13/+0
* loplugin:staticmethodsStephan Bergmann2016-01-181-1/+1
* drop newly unused basebmp methodsCaolán McNamara2016-01-1814-3195/+1
* Resolve implRenderLine2 to renderClippedLineStephan Bergmann2016-01-181-19/+3
* loplugin:unreffunStephan Bergmann2016-01-181-18/+0
* drop now unused basebmp xor modeCaolán McNamara2016-01-189-377/+171
* don't need basebmp ClipDevice or DamageTracking nowCaolán McNamara2016-01-181-149/+30
* Fix typosAndrea Gelmini2016-01-051-1/+1
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-2/+2
* Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara2015-12-074-25/+2
* loplugin:unreffunStephan Bergmann2015-11-241-23/+0
* Resolves: tdf#95962 incorrect scanline strideCaolán McNamara2015-11-249-90/+45
* loplugin:unusedfields in basebmpNoel Grandin2015-11-211-9/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-107-23/+23
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-10/+10
* loplugin:unusedmethodsNoel Grandin2015-10-2711-304/+0
* Work around cid#1328486Stephan Bergmann2015-10-221-3/+4
* -fsanitize=shift-exponentStephan Bergmann2015-10-161-1/+11
* Fix type of nPixelStephan Bergmann2015-10-161-1/+1
* Use CPPUNIT_ASSERT_EQUAL for better failure reportsStephan Bergmann2015-10-161-84/+114
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-128-28/+28
* basebmp: fix Android buildMiklos Vajna2015-10-011-0/+5
* basebmp: these headers are not used from other modulesMiklos Vajna2015-10-0130-19/+5483
* basebmp: -headless -> --headlessMiklos Vajna2015-09-281-1/+1
* boost->stdCaolán McNamara2015-09-131-18/+18
* loplugin:unusedmethods basebmpNoel Grandin2015-07-061-7/+0
* bmpmasktest was little-endian onlyCaolán McNamara2015-07-041-3/+3
* tdf#92194 - fix headless masking operations in vcl.Michael Meeks2015-06-201-2/+64
* convert basegfx::FillRule to scoped enumNoel Grandin2015-06-041-1/+1
* convert basebmp::Format to scoped enumNoel Grandin2015-06-0410-107/+108
* convert DrawMode to scoped enumNoel Grandin2015-06-049-108/+108
* remove unused BASEBMP_NO_NESTED_TEMPLATE_PARAMETERNoel Grandin2015-06-011-21/+0
* More loplugin:simplifyboolStephan Bergmann2015-04-271-1/+1