summaryrefslogtreecommitdiffstats
path: root/basebmp/source
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethods basebmpNoel Grandin2015-07-061-7/+0
* convert basegfx::FillRule to scoped enumNoel Grandin2015-06-041-1/+1
* convert basebmp::Format to scoped enumNoel Grandin2015-06-042-42/+43
* convert DrawMode to scoped enumNoel Grandin2015-06-041-17/+17
* remove unused BASEBMP_NO_NESTED_TEMPLATE_PARAMETERNoel Grandin2015-06-011-21/+0
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-1/+1
* loplugin:staticfunctionNoel Grandin2015-03-271-2/+2
* drawing a vertical/horizontal line does not really damage 0 width/height areasCaolán McNamara2015-03-231-2/+18
* rename BGRU to BGRXCaolán McNamara2015-02-252-8/+8
* rename BGRX32 etc to BGRA32Caolán McNamara2015-02-251-4/+4
* give basebmp a cairo compatible 24 bit surfaceCaolán McNamara2015-02-252-3/+8
* make ScanlineStride an argument to createBitmapDeviceCaolán McNamara2015-02-241-14/+27
* Some more loplugin:cstylecast: basebmpStephan Bergmann2015-01-201-1/+1
* basebmp: accelerated method to create a clipping device.Michael Meeks2014-10-141-4/+23
* keep nScanlineStride number saneCaolán McNamara2014-08-281-5/+8
* fixincludeguards.sh: basebmpThomas Arnhold2014-04-191-3/+3
* Remove gcc3 workaround for bug long since fixed in gccChris Sherlock2014-04-191-4/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-22/+22
* Remove unneccessary commentsAlexander Wilms2014-02-231-17/+17
* coverity#1078535 Division or modulo by zeroCaolán McNamara2014-01-271-2/+10
* basebmp: include <> for external includesNorbert Thiebaud2013-11-112-23/+23
* Hanlde TopDown -> BottomUp conversion in basebmp DirectCopy logictsahi glik2013-10-081-4/+18
* Off-by-one errorStephan Bergmann2013-09-271-2/+2
* Improve performance of copyArea(), especially relevant for mobile devices.tsahi glik2013-09-271-21/+66
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-182-7/+0
* WaE: assuming signed overflow does not occur when assuming...Caolán McNamara2013-07-181-2/+9
* Turn basebmp::Format into a proper enumStephan Bergmann2013-07-122-77/+80
* Add test for basebmp memory clobber.Thorsten Behrens2013-06-041-1/+1
* Detect copyArea trying to operate on overlapping memory.Tsahi Glik2013-06-041-4/+9
* Nah, I don't need a getOffset(), but I do need a getBufferSize()Tor Lillqvist2013-04-121-21/+34
* Add an accessor to get the offset of a subsetted BitmapDeviceTor Lillqvist2013-04-111-0/+5
* Add debugging printout of subsetting informationTor Lillqvist2013-04-111-1/+9
* Log also corresponding destructions of BitmapDeviceTor Lillqvist2013-03-261-1/+2
* Add some debugging printoutTor Lillqvist2013-03-252-15/+44
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-011-2/+3
* re-base on ALv2 code. Includes:Michael Meeks2012-07-183-69/+42
* re-base on ALv2 code.Michael Meeks2012-06-191-23/+14
* Add two new 32bpp formats and add helpful commentsTor Lillqvist2012-06-071-5/+17
* put debugDump behind #if OSL_DEBUG_LEVEL > 2Matúš Kukan2012-05-111-0/+4
* png parsing regression testCaolán McNamara2012-04-171-2/+10
* Make LineTest::testCornerCases succeed again after last basebmp fix.Stephan Bergmann2011-12-131-1/+1
* handle failed bitmap storage allocation gracefullyMichael Meeks2011-12-131-0/+2
* Put BitmapDevice::getPixelData() back.Thorsten Behrens2011-11-041-0/+16
* Cleanup basebmp a littleJoseph Powers2011-11-031-21/+0
* Fix one more subtlety around B2IBox / B2IRange changes.Thorsten Behrens2011-11-031-23/+12
* Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens2011-11-021-115/+110
* Keep basebmp free of naked ptrs.Thorsten Behrens2011-11-021-68/+76
* Revert "basebmp: B2IRange::isEmpty is surprisingly, unhelpfully lame - workar...Thorsten Behrens2011-11-021-16/+0