summaryrefslogtreecommitdiff
path: root/basebmp
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-28/+28
2015-10-01basebmp: fix Android buildMiklos Vajna1-0/+5
2015-10-01basebmp: these headers are not used from other modulesMiklos Vajna30-19/+5483
2015-09-28basebmp: -headless -> --headlessMiklos Vajna1-1/+1
2015-09-13boost->stdCaolán McNamara1-18/+18
2015-07-06loplugin:unusedmethods basebmpNoel Grandin1-7/+0
2015-07-04bmpmasktest was little-endian onlyCaolán McNamara1-3/+3
2015-06-20tdf#92194 - fix headless masking operations in vcl.Michael Meeks1-2/+64
2015-06-04convert basegfx::FillRule to scoped enumNoel Grandin1-1/+1
2015-06-04convert basebmp::Format to scoped enumNoel Grandin10-107/+108
2015-06-04convert DrawMode to scoped enumNoel Grandin9-108/+108
2015-06-01remove unused BASEBMP_NO_NESTED_TEMPLATE_PARAMETERNoel Grandin1-21/+0
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-1/+1
2015-03-27loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-24loplugin:constantfunction: variousNoel Grandin1-5/+0
2015-03-23drawing a vertical/horizontal line does not really damage 0 width/height areasCaolán McNamara1-2/+18
2015-02-25rename BGRU to BGRXCaolán McNamara2-8/+8
2015-02-25rename BGRX32 etc to BGRA32Caolán McNamara1-4/+4
2015-02-25give basebmp a cairo compatible 24 bit surfaceCaolán McNamara2-3/+8
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara9-46/+91
2015-01-20Some more loplugin:cstylecast: basebmpStephan Bergmann1-1/+1
2015-01-13basebmap: 5e4a7a95027d979b3bdd729d7ebe950da1129b2b missed COM checkMichael Stahl1-0/+2
2015-01-13Fix number of sections exceeded object file format limitDavid Ostrovsky1-0/+13
2014-10-14basebmp: accelerated method to create a clipping device.Michael Meeks1-4/+23
2014-08-28Fixed some CppunitTest namesStephan Bergmann1-6/+6
2014-08-28keep nScanlineStride number saneCaolán McNamara1-5/+8
2014-07-03Remove empty gb_Module_add_targets,basebmp,Matúš Kukan1-3/+0
2014-06-02fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-04-19fixincludeguards.sh: basebmpThomas Arnhold1-3/+3
2014-04-19Remove gcc3 workaround for bug long since fixed in gccChris Sherlock1-4/+2
2014-04-09Missing includeStephan Bergmann1-0/+2
2014-03-29typo: optimisation -> optimizationThomas Arnhold1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann8-29/+29
2014-02-27Drop deserted bmpdemoTakeshi Abe1-1230/+0
2014-02-23Remove unneccessary commentsAlexander Wilms2-20/+20
2014-01-27coverity#1078535 Division or modulo by zeroCaolán McNamara1-2/+10
2013-11-11basebmp: include <> for external includesNorbert Thiebaud12-50/+50
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand7-16/+22
2013-10-08Hanlde TopDown -> BottomUp conversion in basebmp DirectCopy logictsahi glik1-4/+18
2013-09-27Off-by-one errorStephan Bergmann1-2/+2
2013-09-27Improve performance of copyArea(), especially relevant for mobile devices.tsahi glik1-21/+66
2013-07-18fdo#62475 removed pointless commentsJelle van der Waa3-9/+0
2013-07-18WaE: assuming signed overflow does not occur when assuming...Caolán McNamara1-2/+9
2013-07-12Turn basebmp::Format into a proper enumStephan Bergmann11-112/+115
2013-07-12THIRTYTWO_BIT_TC_MASK is the same as THIRTYTWO_BIT_TC_MASK_BGRAStephan Bergmann9-11/+11
2013-06-04Add test for basebmp memory clobber.Thorsten Behrens2-1/+17
2013-06-04Detect copyArea trying to operate on overlapping memory.Tsahi Glik1-4/+9