summaryrefslogtreecommitdiff
path: root/basebmp/source/bitmapdevice.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-08-28keep nScanlineStride number saneCaolán McNamara1-5/+8
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 Thiebaud1-22/+22
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 Waa1-6/+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 Bergmann1-33/+39
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 Lillqvist1-7/+27
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-2/+3
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-07Add two new 32bpp formats and add helpful commentsTor Lillqvist1-5/+17
2012-04-17png parsing regression testCaolán McNamara1-2/+10
2011-12-13Make LineTest::testCornerCases succeed again after last basebmp fix.Stephan Bergmann1-1/+1
2011-12-13handle failed bitmap storage allocation gracefullyMichael Meeks1-0/+2
2011-11-04Put BitmapDevice::getPixelData() back.Thorsten Behrens1-0/+16
2011-11-03Cleanup basebmp a littleJoseph Powers1-21/+0
2011-11-03Fix one more subtlety around B2IBox / B2IRange changes.Thorsten Behrens1-23/+12
2011-11-02Move BitmapDevice to use B2IBox instead of B2IRange.Thorsten Behrens1-115/+110
2011-11-02Keep basebmp free of naked ptrs.Thorsten Behrens1-68/+76
2011-11-02Revert "basebmp: B2IRange::isEmpty is surprisingly, unhelpfully lame - workar...Thorsten Behrens1-16/+0
2011-10-25basebmp: B2IRange::isEmpty is surprisingly, unhelpfully lame - workaroundMichael Meeks1-0/+16
2011-07-12initial cut at damage tracking supportMichael Meeks1-32/+106
2010-10-19Cleanse non-compiled codePovilas Kanapickas1-38/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-11-10CWS-TOOLING: integrate CWS cmcfixes50Rüdiger Timm1-0/+2
2008-10-10CWS-TOOLING: integrate CWS cmcfixes49Oliver Bolte1-2/+2
2008-06-24INTEGRATION: CWS canvas05 (1.30.4); FILE MERGEDKurt Zenker1-2/+3
2008-06-16INTEGRATION: CWS hr51 (1.31.6); FILE MERGEDRüdiger Timm1-1/+7
2008-04-11INTEGRATION: CWS changefileheader (1.30.16); FILE MERGEDRüdiger Timm1-23/+18
2007-08-03INTEGRATION: CWS pj83 (1.27.2); FILE MERGEDJens-Heiner Rechtien1-4/+6
2007-07-18INTEGRATION: CWS aw051 (1.26.18); FILE MERGEDOliver Bolte1-4/+4
2007-07-05INTEGRATION: CWS aquavcl01 (1.26.22); FILE MERGEDRüdiger Timm1-7/+10
2007-06-27INTEGRATION: CWS basebmp01 (1.26.20); FILE MERGEDJens-Heiner Rechtien1-166/+120
2006-07-28#i65904# Made code compile warning-free for MSVC; removed inline statement fr...Thorsten Behrens1-24/+16
2006-07-28#i10000# Minor build fixes (forgot the SunCC-only templates)Thorsten Behrens1-4/+7
2006-07-27#i65904# Dumped basegfx polygon raster converter in favor of a specialized so...Thorsten Behrens1-95/+21
2006-07-21#i65904# Compiler compatibility changes: made the BOOST_NO_MEMBER_TEMPLATE_FR...Thorsten Behrens1-2/+22
2006-07-14#i65904# Replaced vigra::resizeImageNoInterpolation() with own scaleImage() -...Thorsten Behrens1-11/+11
2006-07-13#i65904# Swapped mask polarity - now, a zero in the mask denotes opacity; min...Thorsten Behrens1-10/+38