summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)Author
2021-12-07fix overflow in cairo downscaled bitmap cache (tdf#137719)Luboš Luňák
2021-09-06tdf#144289 invert / disable default OpenGL supportJan-Marek Glogowski
2021-08-26tdf#142394 return to using CAIRO_OPERATOR_SOURCE in drawBitmapCaolán McNamara
2021-08-25VCL allow plugins to declare OpenGL supportJan-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
2020-10-15Replace list by vector in vcl/svpframeJulien Nabet
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-25headless/cairo drawGradient() fixesLuboš Luňák
2020-09-25use vcl lin. gradient drawing in drawinglayer + cairo impl.Tomaž Vajngerl
2020-09-18Fix typosAndrea Gelmini
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn
2020-08-19headless: don't allow the system to set subpixel rendering eg.Michael Meeks
2020-08-04loplugin:flatten in vclNoel Grandin
2020-07-22Fix typoAndrea Gelmini
2020-07-22Add explanatory commentTor Lillqvist
2020-07-16tdf#134832: Don't set mbSupportsBitmap32 on iOSTor Lillqvist
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann
2020-06-26vcl: split off QueueInfo to own filesChris Sherlock
2020-05-24GetSysFontData is newly unusedCaolán McNamara
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi
2020-04-09tdf#104878 use faster but less accurate cairo_path_extentsNoel Grandin
2020-04-08tdf#131985 - ensure the Kit poll callback gets into fast idle loops.Michael Meeks
2020-04-08headless: re-work microsecond calculation to preserve accuracy.Michael Meeks
2020-04-03loplugin:singlevalfieldsNoel Grandin