summaryrefslogtreecommitdiff
path: root/vcl/headless/svpgdi.cxx
AgeCommit message (Expand)Author
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák
2020-04-09tdf#104878 use faster but less accurate cairo_path_extentsNoel Grandin
2020-04-03loplugin:singlevalfieldsNoel Grandin
2020-03-24Resolves: tdf#131507 createCairoSurface returns nullptr on failureCaolán McNamara
2020-03-24Fix typoAndrea Gelmini
2020-03-10No need for #ifndef IOS here, this file is not compiled for iOSTor Lillqvist
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand
2020-02-29tdf#130768 add a pre-scale version for cairoArmin Le Grand
2020-02-21tdf#130768 speedup huge pixel graphics CairoArmin Le Grand (Collabora)
2020-02-10cid#1458168 silence bogus Dereference after null checkCaolán McNamara
2020-02-08Fix typoAndrea Gelmini
2020-02-08tdf#130478 add direct dash paint in cairoArmin Le Grand
2020-02-08Fix typoAndrea Gelmini
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)
2020-01-23tdf#129845: Better solution using already existing infoArmin Le Grand
2020-01-10Fix typoAndrea Gelmini
2020-01-07tdf#129845 vcl: avoid expensive system caching of trivial lines & polygonsMichael Meeks
2020-01-01android: Make the Calc input bar working on the Android device too.Jan Holesovsky
2019-12-05drawPixel() should still get 'true' for bXorModeAllowed.Jan Holesovsky
2019-12-05headless: Don't leak the cairo context in drawPixel().Jan Holesovsky
2019-11-27android: Introduce --enable-android-lok configure switch to fix RGB vs. BGR.Jan Holesovsky
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-19Rename GlyphCache to FreetypeManagerJan-Marek Glogowski
2019-11-19tdf#128434 correctly release fonts in destructorsJan-Marek Glogowski
2019-11-08widget theme: Gradient support when drawing widgetsTomaž Vajngerl
2019-10-28headless: optimize DrawWaveLine / drawPixel.Michael Meeks
2019-08-14tdf#124700 don't pull from or insert into cache for PixelSnapHairlineCaolán McNamara
2019-08-09Related: tdf#122358 consistent transformation of damageCaolán McNamara
2019-08-09Resolves: tdf#122358 ensure right/bottom borders are included in damage regionCaolán McNamara
2019-07-24Related: tdf#126227 follow the same pattern as drawPolyPolygonCaolán McNamara
2019-07-24Resolves: tdf#126227 calc red change tracking rectangles missing their topCaolán McNamara
2019-07-24Related: tdf#126227 factor out setting the polygon pathCaolán McNamara
2019-07-24Related: tdf#126227 don't need preserve variant hereCaolán McNamara
2019-07-09tdf#121793 use cairo_path_extentsNoel Grandin
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski
2019-05-15Attempt to load the theme when LibreOfficeKit is active.Jan Holesovsky
2019-05-03tdf#120585: use applyColor and make it transparency-awareKatarina Behrens
2019-04-27remove comment in light of fix for tdf#120797Caolán McNamara
2019-04-26tdf#120797: Apply transformation also to the extents of damageKatarina Behrens
2019-04-04Revert "raise cairo baseline to 1.12.0"Caolán McNamara
2019-04-04raise cairo baseline to 1.12.0Caolán McNamara
2019-04-04raise cairo baseline to 1.10.0Caolán McNamara
2019-04-04Resolves: tdf#124219 check at runtime for availability of cairo functionsCaolán McNamara
2019-04-03Support for native 32bit Bitmap in VCL and SVP (cairo) backendTomaž Vajngerl
2019-03-08make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl
2019-03-04WidgetDrawInterface impl. to draw widgets from file definitionsTomaž Vajngerl
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin
2019-02-06missing cairo_surface_destroyCaolán McNamara