summaryrefslogtreecommitdiff
path: root/basebmp/source
AgeCommit message (Expand)Author
2015-10-07basebmp: these headers are not used from other modulesMiklos Vajna
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-23drawing a vertical/horizontal line does not really damage 0 width/height areasCaolán McNamara
2015-02-25rename BGRU to BGRXCaolán McNamara
2015-02-25rename BGRX32 etc to BGRA32Caolán McNamara
2015-02-25give basebmp a cairo compatible 24 bit surfaceCaolán McNamara
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara
2015-01-20Some more loplugin:cstylecast: basebmpStephan Bergmann
2014-10-14basebmp: accelerated method to create a clipping device.Michael Meeks
2014-08-28keep nScanlineStride number saneCaolán McNamara
2014-04-19fixincludeguards.sh: basebmpThomas Arnhold
2014-04-19Remove gcc3 workaround for bug long since fixed in gccChris Sherlock
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-27coverity#1078535 Division or modulo by zeroCaolán McNamara
2013-11-11basebmp: include <> for external includesNorbert Thiebaud
2013-10-08Hanlde TopDown -> BottomUp conversion in basebmp DirectCopy logictsahi glik
2013-09-27Off-by-one errorStephan Bergmann
2013-09-27Improve performance of copyArea(), especially relevant for mobile devices.tsahi glik
2013-07-18fdo#62475 removed pointless commentsJelle van der Waa
2013-07-18WaE: assuming signed overflow does not occur when assuming...Caolán McNamara
2013-07-12Turn basebmp::Format into a proper enumStephan Bergmann
2013-06-04Add test for basebmp memory clobber.Thorsten Behrens
2013-06-04Detect copyArea trying to operate on overlapping memory.Tsahi Glik
2013-04-12Nah, I don't need a getOffset(), but I do need a getBufferSize()Tor Lillqvist
2013-04-11Add an accessor to get the offset of a subsetted BitmapDeviceTor Lillqvist
2013-04-11Add debugging printout of subsetting informationTor Lillqvist
2013-03-26Log also corresponding destructions of BitmapDeviceTor Lillqvist
2013-03-25Add some debugging printoutTor Lillqvist
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-06-19re-base on ALv2 code.Michael Meeks
2012-06-07Add two new 32bpp formats and add helpful commentsTor Lillqvist
2012-05-11put debugDump behind #if OSL_DEBUG_LEVEL > 2Matúš Kukan
2012-04-17png parsing regression testCaolán McNamara
2011-12-13Make LineTest::testCornerCases succeed again after last basebmp fix.Stephan Bergmann
2011-12-13handle failed bitmap storage allocation gracefullyMichael Meeks
2011-11-04Put BitmapDevice::getPixelData() back.Thorsten Behrens
2011-11-03Cleanup basebmp a littleJoseph Powers
2011-11-03Fix one more subtlety around B2IBox / B2IRange changes.Thorsten Behrens
2011-11-02Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens
2011-11-02Keep basebmp free of naked ptrs.Thorsten Behrens
2011-11-02Revert "basebmp: B2IRange::isEmpty is surprisingly, unhelpfully lame - workar...Thorsten Behrens
2011-10-25basebmp: B2IRange::isEmpty is surprisingly, unhelpfully lame - workaroundMichael Meeks
2011-09-01export debugDump used for debuggingMatúš Kukan
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-12initial cut at damage tracking supportMichael Meeks