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