summaryrefslogtreecommitdiff
path: root/basebmp
AgeCommit message (Expand)AuthorFilesLines
2016-01-20drop basebmp entirely nowCaolán McNamara32-4965/+0
2016-01-19drop some more unused pieces nowCaolán McNamara1-15/+1
2016-01-19either copy the whole thing exactly, or convert between typesCaolán McNamara1-74/+14
2016-01-19only use of clone is to copy, so do thatCaolán McNamara2-6/+5
2016-01-19drop some more stuffCaolán McNamara3-297/+0
2016-01-19scanline is always positive now and drop unused argsCaolán McNamara1-34/+14
2016-01-19drop unused argumentCaolán McNamara1-35/+18
2016-01-19MaskTraits unused nowCaolán McNamara1-49/+25
2016-01-19never scaling nowCaolán McNamara3-256/+5
2016-01-19always copying to a different bitmapCaolán McNamara2-24/+6
2016-01-19always copying the full bitmap, not just a portion of itCaolán McNamara1-156/+23
2016-01-19-Werror=shift-negative-value (GCC 6)Stephan Bergmann1-3/+3
2016-01-18basebmp: fix Android buildMiklos Vajna1-1/+0
2016-01-18devices are always top-down nowCaolán McNamara2-343/+4
2016-01-18only using one of the drawBitmap impls nowCaolán McNamara1-85/+0
2016-01-18drop unused basebmp debug fileCaolán McNamara3-148/+0
2016-01-18XorFunctor is unused nowStephan Bergmann1-12/+0
2016-01-18xor_accessor is unused nowStephan Bergmann3-13/+0
2016-01-18loplugin:staticmethodsStephan Bergmann1-1/+1
2016-01-18drop newly unused basebmp methodsCaolán McNamara14-3195/+1
2016-01-18Resolve implRenderLine2 to renderClippedLineStephan Bergmann1-19/+3
2016-01-18loplugin:unreffunStephan Bergmann1-18/+0
2016-01-18drop now unused basebmp xor modeCaolán McNamara9-377/+171
2016-01-18don't need basebmp ClipDevice or DamageTracking nowCaolán McNamara1-149/+30
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-2/+2
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara4-25/+2
2015-11-24loplugin:unreffunStephan Bergmann1-23/+0
2015-11-24Resolves: tdf#95962 incorrect scanline strideCaolán McNamara9-90/+45
2015-11-21loplugin:unusedfields in basebmpNoel Grandin1-9/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-23/+23
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-27loplugin:unusedmethodsNoel Grandin11-304/+0
2015-10-22Work around cid#1328486Stephan Bergmann1-3/+4
2015-10-16-fsanitize=shift-exponentStephan Bergmann1-1/+11
2015-10-16Fix type of nPixelStephan Bergmann1-1/+1
2015-10-16Use CPPUNIT_ASSERT_EQUAL for better failure reportsStephan Bergmann1-84/+114
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-28/+28
2015-10-01basebmp: fix Android buildMiklos Vajna1-0/+5
2015-10-01basebmp: these headers are not used from other modulesMiklos Vajna30-19/+5483
2015-09-28basebmp: -headless -> --headlessMiklos Vajna1-1/+1
2015-09-13boost->stdCaolán McNamara1-18/+18
2015-07-06loplugin:unusedmethods basebmpNoel Grandin1-7/+0
2015-07-04bmpmasktest was little-endian onlyCaolán McNamara1-3/+3
2015-06-20tdf#92194 - fix headless masking operations in vcl.Michael Meeks1-2/+64
2015-06-04convert basegfx::FillRule to scoped enumNoel Grandin1-1/+1
2015-06-04convert basebmp::Format to scoped enumNoel Grandin10-107/+108
2015-06-04convert DrawMode to scoped enumNoel Grandin9-108/+108
2015-06-01remove unused BASEBMP_NO_NESTED_TEMPLATE_PARAMETERNoel Grandin1-21/+0
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1