summaryrefslogtreecommitdiff
path: root/vcl/headless/svpbmp.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-25loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptrNoel Grandin1-20/+12
2018-04-16push logic from ImpBitmap::ImplReleaseBuffer downNoel Grandin1-1/+3
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-2/+2
2018-01-24loplugin:unused-returns in vclNoel Grandin1-2/+1
2018-01-06convert tolerance params to sal_uInt8 (second try)Noel Grandin1-1/+1
2018-01-05tdf#114837 FILEOPEN: Image is blankNoel Grandin1-1/+1
2017-12-26vcl-svp: Store 24-bit images in 3-byte pixelsAshod Nakashian1-2/+3
2017-12-13convert tolerance params to sal_uInt8Noel Grandin1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-3/+3
2017-07-13ofz#2287 check multiplyCaolán McNamara1-2/+4
2017-06-02no need to assign a nullptr after a bad_allocNoel Grandin1-4/+1
2017-06-01ofz#1605 check multiply and shiftCaolán McNamara1-2/+16
2017-03-28ofz#954 out of memoryCaolán McNamara1-0/+5
2017-01-06oss-fuzz: make max sane bitmap allocation smallerCaolán McNamara1-2/+2
2017-01-06use same logic in both CreatesCaolán McNamara1-2/+10
2016-12-23Related: ofz#318 limit bitmap max to SAL_MAX_INT32Caolán McNamara1-1/+7
2016-12-23unroll code for early returns, no logic changed intendedCaolán McNamara1-78/+76
2016-08-17Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist1-4/+0
2016-06-23vcl: avoid vcl_filters_test crash with ASAN 32-bitMichael Stahl1-1/+11
2016-06-011 bit masks need each byte to be reversedCaolán McNamara1-1/+1
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-6/+6
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-2/+6
2016-01-31cppcheck: fix redundantConditionJulien Nabet1-1/+1
2016-01-21new[] failed but memset of requested len called anywayCaolán McNamara1-6/+5
2016-01-21Quickfix for deterministic SvpSalBitmap checksumsStephan Bergmann1-1/+7
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara1-318/+148
2016-01-19only use of clone is to copy, so do thatCaolán McNamara1-3/+1
2016-01-19always copying the full bitmap, not just a portion of itCaolán McNamara1-2/+1
2016-01-18devices are always top-down nowCaolán McNamara1-7/+5
2016-01-18drop now unused basebmp xor modeCaolán McNamara1-1/+1
2015-12-17tdf#95450 avoid double swap on big endian archesDavid Tardon1-28/+0
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara1-20/+0
2015-11-24Resolves: tdf#95962 incorrect scanline strideCaolán McNamara1-4/+2
2015-11-23pInst no longer neededStephan Bergmann1-2/+0
2015-11-23loplugin:staticmethodsStephan Bergmann1-1/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-28Resolves: tdf#94458 wrong alpha values for 32bit dibsCaolán McNamara1-4/+12
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara1-13/+78
2015-09-13boost->stdCaolán McNamara1-1/+1
2015-07-08loplugin:unusedmethods vclNoel Grandin1-10/+0
2015-06-04convert basebmp::Format to scoped enumNoel Grandin1-51/+51
2015-06-04convert DrawMode to scoped enumNoel Grandin1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2015-02-26Restore "Use the cairo-compatible basebmp surface for headless"Caolán McNamara1-0/+10