summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-23tdf#129845: Better solution using already existing infoArmin Le Grand1-73/+69
2020-01-23Avoid explicit casts to smaller unsigned int from larger longStephan Bergmann1-4/+5
2020-01-16theming: avoid continually attempting to load missing theme library.Michael Meeks1-1/+4
2020-01-10Fix typoAndrea Gelmini1-2/+2
2020-01-07tdf#129845 vcl: avoid expensive system caching of trivial lines & polygonsMichael Meeks1-33/+64
2020-01-01android: Make the Calc input bar working on the Android device too.Jan Holesovsky1-0/+8
2019-12-05drawPixel() should still get 'true' for bXorModeAllowed.Jan Holesovsky1-2/+2
2019-12-05headless: Don't leak the cairo context in drawPixel().Jan Holesovsky1-1/+4
2019-11-27android: Introduce --enable-android-lok configure switch to fix RGB vs. BGR.Jan Holesovsky1-1/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-0/+12
2019-11-19Rename GlyphCache to FreetypeManagerJan-Marek Glogowski2-12/+0
2019-11-19tdf#128434 correctly release fonts in destructorsJan-Marek Glogowski1-0/+1
2019-11-09custom widgets: support custom action button text colorsAshod Nakashian1-0/+3
2019-11-08widget theme: Gradient support when drawing widgetsTomaž Vajngerl1-0/+34
2019-10-28headless: optimize DrawWaveLine / drawPixel.Michael Meeks1-14/+6
2019-10-07vcl: fix Android buildMiklos Vajna1-1/+1
2019-10-06fix android buildCaolán McNamara1-0/+6
2019-10-06SystemEnvData::nSize is no longer read and can be removedStephan Bergmann3-8/+1
2019-10-05Remove redundant memsetsStephan Bergmann2-7/+0
2019-10-04tdf#127529 vertical text not drawn in slideshow canvasCaolán McNamara2-9/+16
2019-10-03factor out the actual surface creationCaolán McNamara1-35/+42
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin1-17/+0
2019-09-20Replace remaining occurrences of LIBO_HEADLESS with HAVE_FEATURE_UIAndras Timar1-10/+12
2019-09-06use unique_ptr in CreatePrintGraphicsNoel Grandin1-2/+2
2019-08-23loplugin:returnconstval in vclNoel Grandin1-1/+1
2019-08-14tdf#124700 don't pull from or insert into cache for PixelSnapHairlineCaolán McNamara1-6/+10
2019-08-09Related: tdf#122358 consistent transformation of damageCaolán McNamara1-19/+24
2019-08-09Resolves: tdf#122358 ensure right/bottom borders are included in damage regionCaolán McNamara1-1/+6
2019-07-24Related: tdf#126227 follow the same pattern as drawPolyPolygonCaolán McNamara1-3/+5
2019-07-24Resolves: tdf#126227 calc red change tracking rectangles missing their topCaolán McNamara1-3/+5