summaryrefslogtreecommitdiffstats
path: root/include/basebmp
Commit message (Expand)AuthorAgeFilesLines
* drop basebmp entirely nowCaolán McNamara2016-01-204-355/+0
* either copy the whole thing exactly, or convert between typesCaolán McNamara2016-01-191-5/+2
* only use of clone is to copy, so do thatCaolán McNamara2016-01-191-6/+1
* drop some more stuffCaolán McNamara2016-01-191-10/+0
* drop unused argumentCaolán McNamara2016-01-191-8/+0
* always copying to a different bitmapCaolán McNamara2016-01-191-3/+0
* always copying the full bitmap, not just a portion of itCaolán McNamara2016-01-191-20/+3
* devices are always top-down nowCaolán McNamara2016-01-181-56/+0
* only using one of the drawBitmap impls nowCaolán McNamara2016-01-181-30/+0
* drop unused basebmp debug fileCaolán McNamara2016-01-181-57/+0
* drop newly unused basebmp methodsCaolán McNamara2016-01-181-341/+3
* drop now unused basebmp xor modeCaolán McNamara2016-01-182-121/+11
* don't need basebmp ClipDevice or DamageTracking nowCaolán McNamara2016-01-181-30/+0
* Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara2015-12-071-4/+0
* Resolves: tdf#95962 incorrect scanline strideCaolán McNamara2015-11-241-6/+3
* remove boost::noncopyable from /includeNoel Grandin2015-10-291-3/+3
* fix includes that are not stand-aloneNorbert Thiebaud2015-10-261-0/+2
* basebmp: these headers are not used from other modulesMiklos Vajna2015-10-0127-5459/+0
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-7/+0
* boost->stdCaolán McNamara2015-09-141-2/+2
* boost->stdCaolán McNamara2015-09-131-6/+4
* remove unneeded includeDavid Tardon2015-08-131-2/+0
* tdf#92459 basebmp: replace project2ndDaniel Robertson2015-08-131-4/+10
* loplugin:unusedmethodsNoel Grandin2015-07-241-12/+0
* loplugin:unusedmethods basebmpNoel Grandin2015-07-061-1/+0
* Revert "Typo: iff->if"Julien Nabet2015-06-231-2/+2
* Typo: iff->ifJulien Nabet2015-06-231-2/+2
* convert basegfx::FillRule to scoped enumNoel Grandin2015-06-041-7/+2
* convert basebmp::Format to scoped enumNoel Grandin2015-06-041-21/+21
* convert DrawMode to scoped enumNoel Grandin2015-06-042-6/+6
* use o3tl::project2ndDavid Tardon2015-05-062-10/+3
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-292-13/+13
* loplugin:staticfunctionNoel Grandin2015-03-271-4/+4
* rename BGRU to BGRXCaolán McNamara2015-02-252-5/+6
* rename BGRX32 etc to BGRA32Caolán McNamara2015-02-251-12/+12
* give basebmp a cairo compatible 24 bit surfaceCaolán McNamara2015-02-252-1/+18
* make ScanlineStride an argument to createBitmapDeviceCaolán McNamara2015-02-241-1/+9
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-5/+4
* boost::scoped_ptr->std::unique_ptrCaolán McNamara2015-01-091-2/+2
* coverity#1226488 Big parameter passed by valueCaolán McNamara2014-11-191-53/+87
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* basebmp: accelerated method to create a clipping device.Michael Meeks2014-10-141-0/+4
* keep acc.set within clip boundsCaolán McNamara2014-08-261-12/+23
* return false if the clip region would div by zeroCaolán McNamara2014-08-251-4/+14
* detect conditions where loop cannot logically endCaolán McNamara2014-08-251-0/+6
* cid#1169841 Big parameter passed by valueNoel Grandin2014-07-111-1/+1
* Add base value to set alpha channel for 32 bit colourspaces.Andrzej Hunt2014-06-251-0/+10
* Remove visual noise from includeAlexander Wilms2014-03-0116-63/+63
* typo fixes in commentsAndras Timar2014-02-061-1/+1