summaryrefslogtreecommitdiff
path: root/vcl/headless/svpbmp.cxx
AgeCommit message (Expand)Author
2017-03-28ofz#954 out of memoryCaolán McNamara
2017-01-06oss-fuzz: make max sane bitmap allocation smallerCaolán McNamara
2017-01-06use same logic in both CreatesCaolán McNamara
2016-12-23Related: ofz#318 limit bitmap max to SAL_MAX_INT32Caolán McNamara
2016-12-23unroll code for early returns, no logic changed intendedCaolán McNamara
2016-08-17Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist
2016-06-23vcl: avoid vcl_filters_test crash with ASAN 32-bitMichael Stahl
2016-06-011 bit masks need each byte to be reversedCaolán McNamara
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-01-31cppcheck: fix redundantConditionJulien Nabet
2016-01-21new[] failed but memset of requested len called anywayCaolán McNamara
2016-01-21Quickfix for deterministic SvpSalBitmap checksumsStephan Bergmann
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara
2016-01-19only use of clone is to copy, so do thatCaolá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-18drop now unused basebmp xor modeCaolán McNamara
2015-12-17tdf#95450 avoid double swap on big endian archesDavid Tardon
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-11-23pInst no longer neededStephan Bergmann
2015-11-23loplugin:staticmethodsStephan Bergmann
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-28Resolves: tdf#94458 wrong alpha values for 32bit dibsCaolán McNamara
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara
2015-09-13boost->stdCaolán McNamara
2015-07-08loplugin:unusedmethods vclNoel Grandin
2015-06-04convert basebmp::Format to scoped enumNoel Grandin
2015-06-04convert DrawMode to scoped enumNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-26Restore "Use the cairo-compatible basebmp surface for headless"Caolán McNamara
2015-02-26Revert "Use the cairo-compatible basebmp surface for headless"Stephan Bergmann
2015-02-25Use the cairo-compatible basebmp surface for headlessCaolán McNamara
2015-02-24make ScanlineStride an argument to createBitmapDeviceCaolán McNamara
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan
2014-11-10vcl: Allow SalBitmap implementation to do scalingLouis-Francis Ratté-Boulianne
2014-06-25Fill the alpha channel by default for vcl 32-bit bitmaps too.Andrzej Hunt
2014-06-25svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt
2014-04-10Avoid pointless ifdef for iOS inside code not compiled for iOS anywayTor Lillqvist
2014-03-24Fix a few problems in the iOS vcl codeTor Lillqvist