summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
AgeCommit message (Expand)Author
2021-01-14cid#1471674 help coverity see that "Division or modulo by zero" is bogusCaolán McNamara
2021-01-14Use o3tl::temporary in one more call to OUString::iterateCodePointsStephan Bergmann
2021-01-13vcl: migrate OutputDevice::SetGrayscaleColors() to Gradient::MakeGrayscale()Chris Sherlock
2021-01-13vcl: use BinaryDataContianer in VectorGraphicDataTomaž Vajngerl
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-12cid#1470786 Uncaught exceptionCaolán McNamara
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-09Fix typoAndrea Gelmini
2021-01-09vcl: remove "path" attribute from VectorGraphicDataTomaž Vajngerl
2021-01-08Introduce Color::IsFullyTransparentNoel
2021-01-08vcl: move ImplPrintTransparent() from OutputDevice to PrinterChris Sherlock
2021-01-07handle also !mbPrepared Graphic correctly when parallel loadingLuboš Luňák
2021-01-02tdf#74702 - vcl: introduce OutputDevice::GetDeviceInfo()Chris Sherlock
2021-01-02tdf#74702 - vcl: introduce OutputDevice::CanEnableNativeWidget()Chris Sherlock
2021-01-01ofz#29113 short readCaolán McNamara
2021-01-01ofz#29096 Direct-leakCaolán McNamara
2020-12-31Use proper char16_t string literalTor Lillqvist
2020-12-30vcl: remove unneeded checkTomaž Vajngerl
2020-12-30Same SvStream reading fix as in commit [1] but for TypeSerializerTomaž Vajngerl
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl
2020-12-29use new toRadians function in more placesNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-12-28ofz#28984 Direct-leakCaolán McNamara
2020-12-28vcl: add BinaryDataContainer and change GfxLink to use itTomaž Vajngerl
2020-12-28ImpGraphic: inline loadPrepared as it is used only in one placeTomaž Vajngerl
2020-12-27ImplGraphic: set PrefSize, PrefMapMode without forcing a swap-inTomaž Vajngerl
2020-12-27vcl: 'horizontically'Chris Sherlock
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock
2020-12-26tools: add Color::IsTransparent()Chris Sherlock
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-24ofz#28907 Direct-leak in MetaAction::ReadMetaActionCaolán McNamara
2020-12-24custom literal for Degree10Noel Grandin
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-12-24vcl: move bitmap files from gdi directory to bitmap directoryChris Sherlock
2020-12-23Use char16_t string literalsStephan Bergmann
2020-12-22oss-fuzz: bmpfuzzer doesn't pass sanity checkCaolán McNamara
2020-12-21vcl: reverse the if statement in VectorGraphicData::getSizeBytesTomaž Vajngerl
2020-12-21vcl: refactor - new local function shiftScanlineColors()Chris Sherlock
2020-12-19vcl: refactor - new local function getColor()Chris Sherlock
2020-12-19vcl: remove duplicate pScanlineRead assignmentChris Sherlock
2020-12-19vcl: refactor - new local function shiftColor()Chris Sherlock
2020-12-19vcl: move variables in Dither() closer to where they are usedChris Sherlock
2020-12-19vcl: move Floyd-Steinberg constants and defines to own local headerChris Sherlock
2020-12-19vcl: move GAMMA define to bitmap.hxxChris Sherlock
2020-12-19vcl: remove bRet variable from Bitmap::Dither()Chris Sherlock
2020-12-18vcl: move nShift closer into scope where it is usedChris Sherlock
2020-12-18throw exception in SvStream when reading past end of fileNoel
2020-12-16Fix typosAndrea Gelmini
2020-12-15DrawGradient variant only called by FileDefinitionWidgetDrawCaolán McNamara