summaryrefslogtreecommitdiffstats
path: root/basebmp/source
Commit message (Expand)AuthorAgeFilesLines
* drop basebmp entirely nowCaolán McNamara2016-01-201-609/+0
* drop some more unused pieces nowCaolán McNamara2016-01-191-15/+1
* either copy the whole thing exactly, or convert between typesCaolán McNamara2016-01-191-74/+14
* only use of clone is to copy, so do thatCaolán McNamara2016-01-191-3/+4
* drop some more stuffCaolán McNamara2016-01-192-174/+0
* scanline is always positive now and drop unused argsCaolán McNamara2016-01-191-34/+14
* drop unused argumentCaolán McNamara2016-01-191-35/+18
* MaskTraits unused nowCaolán McNamara2016-01-191-49/+25
* never scaling nowCaolán McNamara2016-01-191-16/+5
* always copying to a different bitmapCaolán McNamara2016-01-191-7/+1
* always copying the full bitmap, not just a portion of itCaolán McNamara2016-01-191-156/+23
* devices are always top-down nowCaolán McNamara2016-01-181-166/+4
* only using one of the drawBitmap impls nowCaolán McNamara2016-01-181-85/+0
* drop unused basebmp debug fileCaolán McNamara2016-01-182-147/+0
* loplugin:staticmethodsStephan Bergmann2016-01-181-1/+1
* drop newly unused basebmp methodsCaolán McNamara2016-01-182-804/+1
* Resolve implRenderLine2 to renderClippedLineStephan Bergmann2016-01-181-19/+3
* loplugin:unreffunStephan Bergmann2016-01-181-18/+0
* drop now unused basebmp xor modeCaolán McNamara2016-01-181-202/+85
* don't need basebmp ClipDevice or DamageTracking nowCaolán McNamara2016-01-181-149/+30
* Fix typosAndrea Gelmini2016-01-051-1/+1
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-2/+2
* Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara2015-12-072-9/+0
* loplugin:unreffunStephan Bergmann2015-11-241-23/+0
* Resolves: tdf#95962 incorrect scanline strideCaolán McNamara2015-11-241-18/+7
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-6/+6
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-21/+21
* basebmp: these headers are not used from other modulesMiklos Vajna2015-10-012-19/+19
* boost->stdCaolán McNamara2015-09-131-18/+18
* loplugin:unusedmethods basebmpNoel Grandin2015-07-061-7/+0
* convert basegfx::FillRule to scoped enumNoel Grandin2015-06-041-1/+1
* convert basebmp::Format to scoped enumNoel Grandin2015-06-042-42/+43
* convert DrawMode to scoped enumNoel Grandin2015-06-041-17/+17
* remove unused BASEBMP_NO_NESTED_TEMPLATE_PARAMETERNoel Grandin2015-06-011-21/+0
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-1/+1
* loplugin:staticfunctionNoel Grandin2015-03-271-2/+2
* drawing a vertical/horizontal line does not really damage 0 width/height areasCaolán McNamara2015-03-231-2/+18
* rename BGRU to BGRXCaolán McNamara2015-02-252-8/+8
* rename BGRX32 etc to BGRA32Caolán McNamara2015-02-251-4/+4
* give basebmp a cairo compatible 24 bit surfaceCaolán McNamara2015-02-252-3/+8
* make ScanlineStride an argument to createBitmapDeviceCaolán McNamara2015-02-241-14/+27
* Some more loplugin:cstylecast: basebmpStephan Bergmann2015-01-201-1/+1
* basebmp: accelerated method to create a clipping device.Michael Meeks2014-10-141-4/+23
* keep nScanlineStride number saneCaolán McNamara2014-08-281-5/+8
* fixincludeguards.sh: basebmpThomas Arnhold2014-04-191-3/+3
* Remove gcc3 workaround for bug long since fixed in gccChris Sherlock2014-04-191-4/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-22/+22
* Remove unneccessary commentsAlexander Wilms2014-02-231-17/+17