summaryrefslogtreecommitdiff
path: root/vcl/headless/svpbmp.cxx
AgeCommit message (Expand)Author
2020-02-21tdf#130768 speedup huge pixel graphics CairoArmin Le Grand (Collabora)
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-04-25loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptrNoel Grandin
2018-04-16push logic from ImpBitmap::ImplReleaseBuffer downNoel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin
2017-12-26vcl-svp: Store 24-bit images in 3-byte pixelsAshod Nakashian
2017-12-13convert tolerance params to sal_uInt8Noel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-07-13ofz#2287 check multiplyCaolán McNamara
2017-06-02no need to assign a nullptr after a bad_allocNoel Grandin
2017-06-01ofz#1605 check multiply and shiftCaolán McNamara
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