summaryrefslogtreecommitdiff
path: root/basebmp/source
AgeCommit message (Expand)Author
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
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-06-16CWS gnumake4: convert basebmp to new build system [hg:a0f3dc4a5f5a]Mathias Bauer
2010-11-23make possible to build with c++0xCaolán McNamara
2010-10-19Cleanse non-compiled codePovilas Kanapickas
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2008-11-10CWS-TOOLING: integrate CWS cmcfixes50Rüdiger Timm
2008-10-30#i10000# Do not use '-xalias_level=compatible' for old Sun Studio 8 compiler.Rüdiger Timm
2008-10-28CWS-TOOLING: integrate CWS basebmpunittestfixRüdiger Timm
2008-10-10CWS-TOOLING: integrate CWS cmcfixes49Oliver Bolte
2008-06-24INTEGRATION: CWS canvas05 (1.30.4); FILE MERGEDKurt Zenker
2008-06-16INTEGRATION: CWS hr51 (1.7.8); FILE MERGEDRüdiger Timm
2008-06-16INTEGRATION: CWS hr51 (1.31.6); FILE MERGEDRüdiger Timm
2008-04-11INTEGRATION: CWS changefileheader (1.1.46); FILE MERGEDRüdiger Timm
2008-04-11INTEGRATION: CWS changefileheader (1.2.46); FILE MERGEDRüdiger Timm
2008-04-11INTEGRATION: CWS changefileheader (1.6.42); FILE MERGEDRüdiger Timm
2008-04-11INTEGRATION: CWS changefileheader (1.7.42); FILE MERGEDRüdiger Timm
2008-04-11INTEGRATION: CWS changefileheader (1.30.16); FILE MERGEDRüdiger Timm
2007-08-03INTEGRATION: CWS pj83 (1.27.2); FILE MERGEDJens-Heiner Rechtien
2007-07-18INTEGRATION: CWS aw051 (1.26.18); FILE MERGEDOliver Bolte
2007-07-05INTEGRATION: CWS aquavcl01 (1.26.22); FILE MERGEDRüdiger Timm
2007-06-27INTEGRATION: CWS basebmp01 (1.26.20); FILE MERGEDJens-Heiner Rechtien
2006-10-12INTEGRATION: CWS sb59 (1.5.4); FILE MERGEDOliver Bolte
2006-10-12INTEGRATION: CWS sb59 (1.6.4); FILE MERGEDOliver Bolte
2006-07-28#i65904# Made code compile warning-free for MSVC; removed inline statement fr...Thorsten Behrens
2006-07-28#i10000# Minor build fixes (forgot the SunCC-only templates)Thorsten Behrens
2006-07-27#i65904# Dumped basegfx polygon raster converter in favor of a specialized so...Thorsten Behrens
2006-07-21#i65904# Compiler compatibility changes: made the BOOST_NO_MEMBER_TEMPLATE_FR...Thorsten Behrens
2006-07-14#i65904# Replaced vigra::resizeImageNoInterpolation() with own scaleImage() -...Thorsten Behrens
2006-07-13#i65904# Swapped mask polarity - now, a zero in the mask denotes opacity; min...Thorsten Behrens
2006-07-12#i65904# Fixed operator+=/-= on PackedPixelRowIterator (wrong overflow handli...Thorsten Behrens
2006-07-12#i65904# Finished drawMaskedBitmap(); reorganized accessor functors; added te...Thorsten Behrens