summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-18loplugin:indentationStephan Bergmann1-1/+3
2020-10-15Replace list by vector in vcl/svpframeJulien Nabet1-3/+3
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák2-23/+23
2020-09-25headless/cairo drawGradient() fixesLuboš Luňák1-17/+47
2020-09-25use vcl lin. gradient drawing in drawinglayer + cairo impl.Tomaž Vajngerl1-0/+49
2020-09-18Fix typosAndrea Gelmini1-1/+1
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn1-1/+2
2020-08-19headless: don't allow the system to set subpixel rendering eg.Michael Meeks1-5/+23
2020-08-04loplugin:flatten in vclNoel Grandin3-67/+67
2020-07-22Fix typoAndrea Gelmini1-1/+1
2020-07-22Add explanatory commentTor Lillqvist1-0/+1
2020-07-16tdf#134832: Don't set mbSupportsBitmap32 on iOSTor Lillqvist1-0/+2
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann2-6/+6
2020-06-26vcl: split off QueueInfo to own filesChris Sherlock1-0/+1
2020-05-24GetSysFontData is newly unusedCaolán McNamara1-10/+0
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák1-10/+9
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi1-6/+7
2020-04-09tdf#104878 use faster but less accurate cairo_path_extentsNoel Grandin1-1/+2
2020-04-08tdf#131985 - ensure the Kit poll callback gets into fast idle loops.Michael Meeks1-5/+11
2020-04-08headless: re-work microsecond calculation to preserve accuracy.Michael Meeks1-13/+11
2020-04-03loplugin:singlevalfieldsNoel Grandin1-1/+1
2020-03-24Resolves: tdf#131507 createCairoSurface returns nullptr on failureCaolán McNamara1-1/+1
2020-03-24Fix typoAndrea Gelmini1-1/+1
2020-03-10No need for #ifndef IOS here, this file is not compiled for iOSTor Lillqvist1-2/+0
2020-03-06tdf#125532: White text on default/action buttons and selected tabs on macOSThorsten Wagner1-1/+16
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand1-11/+9
2020-02-29tdf#130768 add a pre-scale version for cairoArmin Le Grand1-111/+256
2020-02-21tdf#130768 speedup huge pixel graphics CairoArmin Le Grand (Collabora)2-20/+206
2020-02-10cid#1458168 silence bogus Dereference after null checkCaolán McNamara1-0/+1
2020-02-08Fix typoAndrea Gelmini1-2/+2
2020-02-08tdf#130478 add direct dash paint in cairoArmin Le Grand1-3/+12
2020-02-08Fix typoAndrea Gelmini1-1/+1
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)1-38/+101