summaryrefslogtreecommitdiff
path: root/basebmp/source
AgeCommit message (Expand)AuthorFilesLines
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 McNamara2-9/+0
2015-11-24loplugin:unreffunStephan Bergmann1-23/+0
2015-11-24Resolves: tdf#95962 incorrect scanline strideCaolán McNamara1-18/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-21/+21
2015-10-01basebmp: these headers are not used from other modulesMiklos Vajna2-19/+19
2015-09-13boost->stdCaolán McNamara1-18/+18
2015-07-06loplugin:unusedmethods basebmpNoel Grandin1-7/+0
2015-06-04convert basegfx::FillRule to scoped enumNoel Grandin1-1/+1
2015-06-04convert basebmp::Format to scoped enumNoel Grandin2-42/+43
2015-06-04convert DrawMode to scoped enumNoel Grandin1-17/+17
2015-06-01remove unused BASEBMP_NO_NESTED_TEMPLATE_PARAMETERNoel Grandin1-21/+0
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-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 McNamara1-14/+27
2015-01-20Some more loplugin:cstylecast: basebmpStephan Bergmann1-1/+1
2014-10-14basebmp: accelerated method to create a clipping device.Michael Meeks1-4/+23
2014-08-28keep nScanlineStride number saneCaolán McNamara1-5/+8
2014-04-19fixincludeguards.sh: basebmpThomas Arnhold1-3/+3
2014-04-19Remove gcc3 workaround for bug long since fixed in gccChris Sherlock1-4/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-22/+22
2014-02-23Remove unneccessary commentsAlexander Wilms1-17/+17
2014-01-27coverity#1078535 Division or modulo by zeroCaolán McNamara1-2/+10
2013-11-11basebmp: include <> for external includesNorbert Thiebaud2-23/+23
2013-10-08Hanlde TopDown -> BottomUp conversion in basebmp DirectCopy logictsahi glik1-4/+18
2013-09-27Off-by-one errorStephan Bergmann1-2/+2
2013-09-27Improve performance of copyArea(), especially relevant for mobile devices.tsahi glik1-21/+66
2013-07-18fdo#62475 removed pointless commentsJelle van der Waa2-7/+0
2013-07-18WaE: assuming signed overflow does not occur when assuming...Caolán McNamara1-2/+9
2013-07-12Turn basebmp::Format into a proper enumStephan Bergmann2-77/+80
2013-06-04Add test for basebmp memory clobber.Thorsten Behrens1-1/+1
2013-06-04Detect copyArea trying to operate on overlapping memory.Tsahi Glik1-4/+9
2013-04-12Nah, I don't need a getOffset(), but I do need a getBufferSize()Tor Lillqvist1-21/+34
2013-04-11Add an accessor to get the offset of a subsetted BitmapDeviceTor Lillqvist1-0/+5
2013-04-11Add debugging printout of subsetting informationTor Lillqvist1-1/+9
2013-03-26Log also corresponding destructions of BitmapDeviceTor Lillqvist1-1/+2
2013-03-25Add some debugging printoutTor Lillqvist2-15/+44
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+3
2012-07-18re-base on ALv2 code. Includes:Michael Meeks3-69/+42
2012-06-19re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-07Add two new 32bpp formats and add helpful commentsTor Lillqvist1-5/+17
2012-05-11put debugDump behind #if OSL_DEBUG_LEVEL > 2Matúš Kukan1-0/+4
2012-04-17png parsing regression testCaolán McNamara1-2/+10