summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)Author
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
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#125532: White text on default/action buttons and selected tabs on macOSThorsten Wagner
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-23Avoid explicit casts to smaller unsigned int from larger longStephan Bergmann
2020-01-16theming: avoid continually attempting to load missing theme library.Michael Meeks
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