summaryrefslogtreecommitdiff
path: root/basebmp
AgeCommit message (Expand)Author
2016-01-20drop basebmp entirely nowCaolán McNamara
2016-01-19drop some more unused pieces nowCaolán McNamara
2016-01-19either copy the whole thing exactly, or convert between typesCaolán McNamara
2016-01-19only use of clone is to copy, so do thatCaolán McNamara
2016-01-19drop some more stuffCaolán McNamara
2016-01-19scanline is always positive now and drop unused argsCaolán McNamara
2016-01-19drop unused argumentCaolán McNamara
2016-01-19MaskTraits unused nowCaolán McNamara
2016-01-19never scaling nowCaolán McNamara
2016-01-19always copying to a different bitmapCaolán McNamara
2016-01-19always copying the full bitmap, not just a portion of itCaolán McNamara
2016-01-19-Werror=shift-negative-value (GCC 6)Stephan Bergmann
2016-01-18basebmp: fix Android buildMiklos Vajna
2016-01-18devices are always top-down nowCaolán McNamara
2016-01-18only using one of the drawBitmap impls nowCaolán McNamara
2016-01-18drop unused basebmp debug fileCaolán McNamara
2016-01-18XorFunctor is unused nowStephan Bergmann
2016-01-18xor_accessor is unused nowStephan Bergmann
2016-01-18loplugin:staticmethodsStephan Bergmann
2016-01-18drop newly unused basebmp methodsCaolán McNamara
2016-01-18Resolve implRenderLine2 to renderClippedLineStephan Bergmann
2016-01-18loplugin:unreffunStephan Bergmann
2016-01-18drop now unused basebmp xor modeCaolán McNamara
2016-01-18don't need basebmp ClipDevice or DamageTracking nowCaolán McNamara
2016-01-05Fix typosAndrea Gelmini
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara
2015-11-24loplugin:unreffunStephan Bergmann
2015-11-24Resolves: tdf#95962 incorrect scanline strideCaolán McNamara
2015-11-21loplugin:unusedfields in basebmpNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-22Work around cid#1328486Stephan Bergmann
2015-10-16-fsanitize=shift-exponentStephan Bergmann
2015-10-16Fix type of nPixelStephan Bergmann
2015-10-16Use CPPUNIT_ASSERT_EQUAL for better failure reportsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01basebmp: fix Android buildMiklos Vajna
2015-10-01basebmp: these headers are not used from other modulesMiklos Vajna
2015-09-28basebmp: -headless -> --headlessMiklos Vajna
2015-09-13boost->stdCaolán McNamara
2015-07-06loplugin:unusedmethods basebmpNoel Grandin
2015-07-04bmpmasktest was little-endian onlyCaolán McNamara
2015-06-20tdf#92194 - fix headless masking operations in vcl.Michael Meeks
2015-06-04convert basegfx::FillRule to scoped enumNoel Grandin
2015-06-04convert basebmp::Format to scoped enumNoel Grandin
2015-06-04convert DrawMode to scoped enumNoel Grandin
2015-06-01remove unused BASEBMP_NO_NESTED_TEMPLATE_PARAMETERNoel Grandin
2015-04-27More loplugin:simplifyboolStephan Bergmann