summaryrefslogtreecommitdiff
path: root/basebmp
AgeCommit message (Expand)AuthorFilesLines
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-2/+2
2016-06-12Resolves: tdf#94392 huge negative Y causes length exceptionCaolán McNamara1-1/+8
2016-02-02error: left operand of shift expression '(-1 << 4)' is negativeCaolán McNamara1-3/+3
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
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-03-27loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-24loplugin:constantfunction: variousNoel Grandin1-5/+0
2015-03-23drawing a vertical/horizontal line does not really damage 0 width/height areasCaolán McNamara1-2/+18
2015-02-25rename BGRU to BGRXCaolán McNamara2-8/+8
2015-02-25rename BGRX32 etc to BGRA32Caolán McNamara1-4/+4
2015-02-25give basebmp a cairo compatible 24 bit surfaceCaolán McNamara2-3/+8
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara9-46/+91
2015-01-20Some more loplugin:cstylecast: basebmpStephan Bergmann1-1/+1
2015-01-13basebmap: 5e4a7a95027d979b3bdd729d7ebe950da1129b2b missed COM checkMichael Stahl1-0/+2
2015-01-13Fix number of sections exceeded object file format limitDavid Ostrovsky1-0/+13
2014-10-14basebmp: accelerated method to create a clipping device.Michael Meeks1-4/+23
2014-08-28Fixed some CppunitTest namesStephan Bergmann1-6/+6
2014-08-28keep nScanlineStride number saneCaolán McNamara1-5/+8
2014-07-03Remove empty gb_Module_add_targets,basebmp,Matúš Kukan1-3/+0
2014-06-02fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-04-19fixincludeguards.sh: basebmpThomas Arnhold1-3/+3
2014-04-19Remove gcc3 workaround for bug long since fixed in gccChris Sherlock1-4/+2
2014-04-09Missing includeStephan Bergmann1-0/+2
2014-03-29typo: optimisation -> optimizationThomas Arnhold1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann8-29/+29