summaryrefslogtreecommitdiff
path: root/vcl/headless/svpbmp.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-3/+0
2021-04-06vcl: use PixelFormat enum in SalBitmap interface and backendsTomaž Vajngerl1-25/+19
2021-03-31remove internal 4bit scanline formatsNoel1-6/+3
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-19use tools::Long in vclNoel1-1/+1
2020-02-21tdf#130768 speedup huge pixel graphics CairoArmin Le Grand (Collabora)1-0/+7
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin1-17/+0
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl1-1/+0
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
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