summaryrefslogtreecommitdiff
path: root/include/basebmp
AgeCommit message (Expand)AuthorFilesLines
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann2-13/+13
2015-03-27loplugin:staticfunctionNoel Grandin1-4/+4
2015-02-25rename BGRU to BGRXCaolán McNamara2-5/+6
2015-02-25rename BGRX32 etc to BGRA32Caolán McNamara1-12/+12
2015-02-25give basebmp a cairo compatible 24 bit surfaceCaolán McNamara2-1/+18
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara1-1/+9
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-5/+4
2015-01-09boost::scoped_ptr->std::unique_ptrCaolán McNamara1-2/+2
2014-11-19coverity#1226488 Big parameter passed by valueCaolán McNamara1-53/+87
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-14basebmp: accelerated method to create a clipping device.Michael Meeks1-0/+4
2014-08-26keep acc.set within clip boundsCaolán McNamara1-12/+23
2014-08-25return false if the clip region would div by zeroCaolán McNamara1-4/+14
2014-08-25detect conditions where loop cannot logically endCaolán McNamara1-0/+6
2014-07-11cid#1169841 Big parameter passed by valueNoel Grandin1-1/+1
2014-06-25Add base value to set alpha channel for 32 bit colourspaces.Andrzej Hunt1-0/+10
2014-03-01Remove visual noise from includeAlexander Wilms16-63/+63
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2014-01-28coverity#705602 Big parameter passed by valueCaolán McNamara1-2/+2
2014-01-10Be explicit when using bool as integral valueStephan Bergmann2-7/+7
2013-12-09Fix error in commentTor Lillqvist1-1/+1
2013-11-09fdo#65108 inter-module includes <> include/basebmpNorbert Thiebaud1-1/+1
2013-10-23fixincludeguards.sh: include - the restThomas Arnhold1-3/+3
2013-10-15Revert "fix polygon rendering with clip area of one line only"Tor Lillqvist1-1/+1
2013-10-15fix polygon rendering with clip area of one line onlytsahi glik1-1/+1
2013-08-29left shift of negative values (Clang -fsanitize=undefined)Stephan Bergmann2-2/+2
2013-07-12Turn basebmp::Format into a proper enumStephan Bergmann2-29/+34
2013-07-12THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann1-2/+1
2013-06-04Detect copyArea trying to operate on overlapping memory.Tsahi Glik1-0/+3
2013-04-23execute move of global headersBjoern Michaelsen33-0/+6409