summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
2022-06-17make VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer() LOK-onlyLuboš Luňák1-14/+10
2022-02-03fix std::min() used instead of std::max()Luboš Luňák1-1/+1
2022-01-29make sure to not divide by zero when computing miter limitLuboš Luňák1-1/+1
2022-01-26avoid Xlib cairo surfaces for small virtual devices (bsc#1183308)Luboš Luňák1-13/+26
2022-01-04Always use <poll.h>, no modern system needs <sys/poll.h>Ismael Luceno1-1/+1
2021-12-07fix overflow in cairo downscaled bitmap cache (tdf#137719)Luboš Luňák1-2/+5
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock1-2/+2
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock1-3/+3
2021-10-04Add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-09-15loplugin:constvarsNoel Grandin1-2/+2
2021-09-08vcl: remove CustomWidgetDraw as it is not needed anymoreTomaž Vajngerl2-440/+1
2021-09-07explain a 'not sure why' comment about cairo (1,1) sizesLuboš Luňák1-1/+1
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin2-12/+3
2021-09-04tdf#144289 invert / disable default OpenGL supportJan-Marek Glogowski1-2/+0
2021-08-24Fix typoAndrea Gelmini1-1/+1
2021-08-20tdf#142394 return to using CAIRO_OPERATOR_SOURCE in drawBitmapCaolán McNamara1-0/+5
2021-08-20VCL allow plugins to declare OpenGL supportJan-Marek Glogowski1-49/+2
2021-08-18loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin1-1/+1
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski1-1/+1
2021-07-02vcl: drop GenericUnixSalDataTypeJan-Marek Glogowski2-2/+2
2021-07-01svp: a bit more correct focus handlingJan-Marek Glogowski1-9/+22
2021-06-30svp: add ostream<< for SvpSalFrameJan-Marek Glogowski1-1/+2
2021-06-28Test SvpSalYieldMutex like DBG_TESTSOLARMUTEXJan-Marek Glogowski1-29/+22
2021-06-24Revert: svp: always release SolarMutex on yieldJan-Marek Glogowski1-1/+0
2021-06-22svp: always release SolarMutex on yieldJan-Marek Glogowski1-6/+6
2021-06-10loplugin:unnecessaryreturn SalFrame::SetPluginParentNoel Grandin1-2/+1
2021-06-10avoid possible repeated cairo surface creationLuboš Luňák1-11/+15
2021-05-17split OutputDevice from WindowNoel Grandin1-0/+13
2021-05-13error: use of undeclared identifier '_exit'Caolán McNamara1-0/+1
2021-05-01Related: cid#1478001 CreateVirtualDevice never passed a null pGraphics argCaolán McNamara1-2/+2
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin2-11/+5
2021-04-09fix small cairo leak in gen backendNoel Grandin1-2/+3
2021-04-08Revert "Revert "Compute (un-)premultiply_table at compile time""Mike Kaganski1-4/+5
2021-04-06vcl: use PixelFormat enum in SalBitmap interface and backendsTomaž Vajngerl2-26/+26
2021-03-31remove internal 4bit scanline formatsNoel1-6/+3
2021-03-23do not enable mbSupportsBitmap32 for headless (tdf#141171)Luboš Luňák1-0/+2
2021-03-01Fix -Werror=unused-resultDavid Ostrovsky1-1/+5
2021-02-24add additional 0-1 alpha argument to DrawTransformedBitmap()Luboš Luňák1-1/+5
2021-02-24simply use drawTransformedBitmap()Luboš Luňák1-0/+5
2021-02-23do not SAL_WARN about headless not supporting blendBitmap()Luboš Luňák1-2/+0
2021-01-16make the Color constructors explicitly specify transparencyNoel2-64/+77
2021-01-12transparency->alpha in tools::ColorNoel1-1/+1
2020-12-24custom literal for Degree10Noel Grandin1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+6
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann1-1/+3
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer1-8/+2
2020-11-14remove SalPointNoel Grandin1-16/+16
2020-10-28convert some more long -> tools::LongNoel2-2/+2
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-10-19use tools::Long in vclNoel8-51/+51