summaryrefslogtreecommitdiff
path: root/basebmp/source
AgeCommit message (Expand)AuthorFilesLines
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
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-09-01export debugDump used for debuggingMatúš Kukan1-1/+1
2011-07-21resyncing to masterBjoern Michaelsen1-32/+106
2011-07-12initial cut at damage tracking supportMichael Meeks1-32/+106
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen4-40/+21
2011-06-16CWS gnumake4: convert basebmp to new build system [hg:a0f3dc4a5f5a]Mathias Bauer1-76/+0
2010-11-23make possible to build with c++0xCaolán McNamara1-2/+9
2010-10-19Cleanse non-compiled codePovilas Kanapickas1-38/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth4-0/+12
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien5-21/+5
2008-11-10CWS-TOOLING: integrate CWS cmcfixes50Rüdiger Timm1-0/+2
2008-10-30#i10000# Do not use '-xalias_level=compatible' for old Sun Studio 8 compiler.Rüdiger Timm1-0/+3
2008-10-28CWS-TOOLING: integrate CWS basebmpunittestfixRüdiger Timm1-2/+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.7.8); FILE MERGEDRüdiger Timm1-1/+7
2008-06-16INTEGRATION: CWS hr51 (1.31.6); FILE MERGEDRüdiger Timm1-1/+7
2008-04-11INTEGRATION: CWS changefileheader (1.1.46); FILE MERGEDRüdiger Timm1-23/+18
2008-04-11INTEGRATION: CWS changefileheader (1.2.46); FILE MERGEDRüdiger Timm1-23/+18
2008-04-11INTEGRATION: CWS changefileheader (1.6.42); FILE MERGEDRüdiger Timm1-23/+19
2008-04-11INTEGRATION: CWS changefileheader (1.7.42); FILE MERGEDRüdiger Timm1-23/+18
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-10-12INTEGRATION: CWS sb59 (1.5.4); FILE MERGEDOliver Bolte1-3/+17
2006-10-12INTEGRATION: CWS sb59 (1.6.4); FILE MERGEDOliver Bolte1-47/+21
2006-07-28#i65904# Made code compile warning-free for MSVC; removed inline statement fr...Thorsten Behrens2-27/+19
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 Behrens3-98/+160
2006-07-21#i65904# Compiler compatibility changes: made the BOOST_NO_MEMBER_TEMPLATE_FR...Thorsten Behrens2-4/+28
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
2006-07-12#i65904# Fixed operator+=/-= on PackedPixelRowIterator (wrong overflow handli...Thorsten Behrens1-18/+8
2006-07-12#i65904# Finished drawMaskedBitmap(); reorganized accessor functors; added te...Thorsten Behrens1-20/+158