summaryrefslogtreecommitdiff
path: root/include/basebmp
AgeCommit message (Expand)Author
2016-01-20drop basebmp entirely nowCaolán McNamara
2016-01-19either copy the whole thing exactly, or convert between typesCaolán McNamara
2016-01-19only use of clone is to copy, so do thatCaolán McNamara
2016-01-19drop some more stuffCaolán McNamara
2016-01-19drop unused argumentCaolán McNamara
2016-01-19always copying to a different bitmapCaolán McNamara
2016-01-19always copying the full bitmap, not just a portion of itCaolán McNamara
2016-01-18devices are always top-down nowCaolán McNamara
2016-01-18only using one of the drawBitmap impls nowCaolán McNamara
2016-01-18drop unused basebmp debug fileCaolán McNamara
2016-01-18drop newly unused basebmp methodsCaolán McNamara
2016-01-18drop now unused basebmp xor modeCaolán McNamara
2016-01-18don't need basebmp ClipDevice or DamageTracking nowCaolán McNamara
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara
2015-11-24Resolves: tdf#95962 incorrect scanline strideCaolán McNamara
2015-10-29remove boost::noncopyable from /includeNoel Grandin
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud
2015-10-01basebmp: these headers are not used from other modulesMiklos Vajna
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-14boost->stdCaolán McNamara
2015-09-13boost->stdCaolán McNamara
2015-08-13remove unneeded includeDavid Tardon
2015-08-13tdf#92459 basebmp: replace project2ndDaniel Robertson
2015-07-24loplugin:unusedmethodsNoel Grandin
2015-07-06loplugin:unusedmethods basebmpNoel Grandin
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-04convert basegfx::FillRule to scoped enumNoel Grandin
2015-06-04convert basebmp::Format to scoped enumNoel Grandin
2015-06-04convert DrawMode to scoped enumNoel Grandin
2015-05-06use o3tl::project2ndDavid Tardon
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-02-25rename BGRU to BGRXCaolán McNamara
2015-02-25rename BGRX32 etc to BGRA32Caolán McNamara
2015-02-25give basebmp a cairo compatible 24 bit surfaceCaolán McNamara
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-09boost::scoped_ptr->std::unique_ptrCaolán McNamara
2014-11-19coverity#1226488 Big parameter passed by valueCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-14basebmp: accelerated method to create a clipping device.Michael Meeks
2014-08-26keep acc.set within clip boundsCaolán McNamara
2014-08-25return false if the clip region would div by zeroCaolán McNamara
2014-08-25detect conditions where loop cannot logically endCaolán McNamara
2014-07-11cid#1169841 Big parameter passed by valueNoel Grandin
2014-06-25Add base value to set alpha channel for 32 bit colourspaces.Andrzej Hunt
2014-03-01Remove visual noise from includeAlexander Wilms
2014-02-06typo fixes in commentsAndras Timar