summaryrefslogtreecommitdiff
path: root/vcl/headless/svpgdi.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-14tdf#124700 don't pull from or insert into cache for PixelSnapHairlineCaolán McNamara1-6/+10
2019-08-13Resolves: tdf#122358 ensure right/bottom borders are included in damage regionCaolán McNamara1-1/+6
2019-05-04tdf#120585: use applyColor and make it transparency-awareKatarina Behrens1-22/+7
2019-04-29tdf#120797: Apply transformation also to the extents of damageKatarina Behrens1-13/+7
2019-04-04Resolves: tdf#124219 check at runtime for availability of cairo functionsCaolán McNamara1-12/+28
2019-02-07missing cairo_surface_destroyCaolán McNamara1-0/+1
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli1-1/+1
2018-12-01Related: tdf#121721 use premultiply unpremultiply tablesCaolán McNamara1-16/+58
2018-11-09custom widgets: Use only with LibreOfficeKit.Jan Holesovsky1-1/+3
2018-11-09LOK: custom widgets: reduce theme plugin API surfaceAshod Nakashian1-0/+1
2018-11-09custom widgets: setup style setting in the widget libraryTomaž Vajngerl1-0/+7
2018-11-09Support drawing custom widgets in headless backendTomaž Vajngerl1-0/+57
2018-11-08Bin some leftover and actually unnecessary iOS crack in vclTor Lillqvist1-0/+2
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-2/+2
2018-10-06Support estimateUsageInBytes for SystemDependentDataArmin Le Grand1-0/+18
2018-10-06Add GlyphCache instance to GenericUnixSalDataJan-Marek Glogowski1-0/+8
2018-09-21Support buffering SystemDependent GraphicDataArmin Le Grand1-13/+24
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-13Support buffering SystemDependent GraphicData (II)Armin Le Grand1-73/+79
2018-09-07Fix typosAndrea Gelmini1-3/+3
2018-09-07Cleanup SvpSalGraphics LineGeometry creationArmin Le Grand1-112/+289
2018-09-01Fix typosAndrea Gelmini1-2/+2
2018-08-30Support buffering SystemDependent GraphicDataArmin Le Grand1-51/+238
2018-08-04crashtesting: bubble surface creation failure notification upwardsCaolán McNamara1-0/+5
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-1/+1
2018-08-02forcepoint#67 detect cairo surface creation failureCaolán McNamara1-0/+10
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-03Use cairo's OVER operator to preserve transparencyKatarina Behrens1-10/+19
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin1-3/+2
2018-06-12revert part of "loplugin:unusedmethods"Noel Grandin1-0/+6
2018-06-11loplugin:unusedmethodsNoel Grandin1-6/+0
2018-06-02share the cairo clipping codeCaolán McNamara1-3/+8
2018-06-02share the cairo polyline drawing codeCaolán McNamara1-16/+31
2018-06-01drawBitmap that takes BitmapBuffer as inputKatarina Behrens1-0/+6
2018-04-25loplugin:useuniqueptr pass BitmapBuffer around via std::unique_ptrNoel Grandin1-7/+4
2018-04-11cairo_surface_create_similar_image is >= cairo 1.12.0Caolán McNamara1-4/+16
2018-04-11Related: rhbz#1396729 use cairo_surface_create_similar_imageCaolán McNamara1-2/+2
2018-03-26replace SalColor with ColorNoel Grandin1-44/+44
2018-03-14tdf#115297: 1bit images displaying fixed (again)Vasily Melenchuk1-31/+0
2018-03-01loplugin:redundantfcastNoel Grandin1-4/+4
2018-02-28tdf#115297: alternative fix for displaying 1bit imagesVasily Melenchuk1-1/+24
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-5/+5
2018-01-28Modernize a bit vcl (part1)Julien Nabet1-2/+2
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-6/+6
2018-01-08vcl: mask must alwasy be argb32 even when we can use rgb24Ashod Nakashian1-4/+17
2017-12-26vcl-svp: add 24-bit (3-byte) RGB surface support to CairoAshod Nakashian1-4/+21
2017-12-26vcl-svp: Store 24-bit images in 3-byte pixelsAshod Nakashian1-4/+91
2017-11-29Resolves: tdf#114117 draw page shadow mangledCaolán McNamara1-4/+44
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-5/+5