summaryrefslogtreecommitdiffstats
path: root/basebmp/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* basebmp: B2IRange::isEmpty is surprisingly, unhelpfully lame - workaroundMichael Meeks2011-10-251-0/+16
* export debugDump used for debuggingMatúš Kukan2011-09-011-1/+1
* resyncing to masterBjoern Michaelsen2011-07-211-32/+106
|\
| * initial cut at damage tracking supportMichael Meeks2011-07-121-32/+106
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-194-40/+21
|\|
| * make possible to build with c++0xCaolán McNamara2010-11-231-2/+9
| * Cleanse non-compiled codePovilas Kanapickas2010-10-191-38/+0
| * Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-144-0/+12
* | CWS gnumake4: convert basebmp to new build system [hg:a0f3dc4a5f5a]Mathias Bauer2011-06-161-76/+0
|/
* changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien2010-02-125-21/+5
* CWS-TOOLING: integrate CWS cmcfixes50Rüdiger Timm2008-11-101-0/+2
* #i10000# Do not use '-xalias_level=compatible' for old Sun Studio 8 compiler.Rüdiger Timm2008-10-301-0/+3
* CWS-TOOLING: integrate CWS basebmpunittestfixRüdiger Timm2008-10-281-2/+2
* CWS-TOOLING: integrate CWS cmcfixes49Oliver Bolte2008-10-101-2/+2
* INTEGRATION: CWS canvas05 (1.30.4); FILE MERGEDKurt Zenker2008-06-241-2/+3
* INTEGRATION: CWS hr51 (1.7.8); FILE MERGEDRüdiger Timm2008-06-161-1/+7
* INTEGRATION: CWS hr51 (1.31.6); FILE MERGEDRüdiger Timm2008-06-161-1/+7
* INTEGRATION: CWS changefileheader (1.1.46); FILE MERGEDRüdiger Timm2008-04-111-23/+18
* INTEGRATION: CWS changefileheader (1.2.46); FILE MERGEDRüdiger Timm2008-04-111-23/+18
* INTEGRATION: CWS changefileheader (1.6.42); FILE MERGEDRüdiger Timm2008-04-111-23/+19
* INTEGRATION: CWS changefileheader (1.7.42); FILE MERGEDRüdiger Timm2008-04-111-23/+18
* INTEGRATION: CWS changefileheader (1.30.16); FILE MERGEDRüdiger Timm2008-04-111-23/+18
* INTEGRATION: CWS pj83 (1.27.2); FILE MERGEDJens-Heiner Rechtien2007-08-031-4/+6
* INTEGRATION: CWS aw051 (1.26.18); FILE MERGEDOliver Bolte2007-07-181-4/+4
* INTEGRATION: CWS aquavcl01 (1.26.22); FILE MERGEDRüdiger Timm2007-07-051-7/+10
* INTEGRATION: CWS basebmp01 (1.26.20); FILE MERGEDJens-Heiner Rechtien2007-06-271-166/+120
* INTEGRATION: CWS sb59 (1.5.4); FILE MERGEDOliver Bolte2006-10-121-3/+17
* INTEGRATION: CWS sb59 (1.6.4); FILE MERGEDOliver Bolte2006-10-121-47/+21
* #i65904# Made code compile warning-free for MSVC; removed inline statement fr...Thorsten Behrens2006-07-282-27/+19
* #i10000# Minor build fixes (forgot the SunCC-only templates)Thorsten Behrens2006-07-281-4/+7
* #i65904# Dumped basegfx polygon raster converter in favor of a specialized so...Thorsten Behrens2006-07-273-98/+160
* #i65904# Compiler compatibility changes: made the BOOST_NO_MEMBER_TEMPLATE_FR...Thorsten Behrens2006-07-212-4/+28
* #i65904# Replaced vigra::resizeImageNoInterpolation() with own scaleImage() -...Thorsten Behrens2006-07-141-11/+11
* #i65904# Swapped mask polarity - now, a zero in the mask denotes opacity; min...Thorsten Behrens2006-07-131-10/+38
* #i65904# Fixed operator+=/-= on PackedPixelRowIterator (wrong overflow handli...Thorsten Behrens2006-07-121-18/+8
* #i65904# Finished drawMaskedBitmap(); reorganized accessor functors; added te...Thorsten Behrens2006-07-121-20/+158
* #i65904# Finished drawMaskedColor() support; simplified iterator/accessor/ran...Thorsten Behrens2006-07-111-131/+142