summaryrefslogtreecommitdiff
path: root/include/basebmp
AgeCommit message (Expand)AuthorFilesLines
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara1-4/+0
2015-11-24Resolves: tdf#95962 incorrect scanline strideCaolán McNamara1-6/+3
2015-10-29remove boost::noncopyable from /includeNoel Grandin1-3/+3
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud1-0/+2
2015-10-01basebmp: these headers are not used from other modulesMiklos Vajna27-5459/+0
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-7/+0
2015-09-14boost->stdCaolán McNamara1-2/+2
2015-09-13boost->stdCaolán McNamara1-6/+4
2015-08-13remove unneeded includeDavid Tardon1-2/+0
2015-08-13tdf#92459 basebmp: replace project2ndDaniel Robertson1-4/+10
2015-07-24loplugin:unusedmethodsNoel Grandin1-12/+0
2015-07-06loplugin:unusedmethods basebmpNoel Grandin1-1/+0
2015-06-23Revert "Typo: iff->if"Julien Nabet1-2/+2
2015-06-23Typo: iff->ifJulien Nabet1-2/+2
2015-06-04convert basegfx::FillRule to scoped enumNoel Grandin1-7/+2
2015-06-04convert basebmp::Format to scoped enumNoel Grandin1-21/+21
2015-06-04convert DrawMode to scoped enumNoel Grandin2-6/+6
2015-05-06use o3tl::project2ndDavid Tardon2-10/+3
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