summaryrefslogtreecommitdiff
path: root/vcl/headless
AgeCommit message (Expand)AuthorFilesLines
2019-12-09drawPixel() 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-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
2019-07-24Related: tdf#126227 factor out setting the polygon pathCaolán McNamara1-32/+40
2019-07-24Related: tdf#126227 don't need preserve variant hereCaolán McNamara1-2/+2
2019-07-09tdf#121793 use cairo_path_extentsNoel Grandin1-1/+2
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann1-2/+6
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski2-64/+1
2019-06-08tdf#125673 KDE5 implement a KDE5SalVirtualDeviceJan-Marek Glogowski1-3/+7
2019-05-16Using the m_FeedbackFDs is now apparently necessary also on iOSTor Lillqvist1-14/+0
2019-05-16Introduce vcl::lok::unregisterPollCallbacks() and clarify isUnipoll()Tor Lillqvist1-4/+5
2019-05-15Attempt to load the theme when LibreOfficeKit is active.Jan Holesovsky1-2/+3
2019-05-03tdf#120585: use applyColor and make it transparency-awareKatarina Behrens1-22/+7
2019-04-30improve loplugin:stringconstantNoel Grandin1-2/+2
2019-04-29unipoll: do the legacy wakeup if not in unipoll mode.Michael Meeks1-2/+16
2019-04-27remove comment in light of fix for tdf#120797Caolán McNamara1-13/+1
2019-04-26tdf#120797: Apply transformation also to the extents of damageKatarina Behrens1-0/+6
2019-04-24tdf#124923: Remove unneeded iOS ifdefferyTor Lillqvist1-4/+1
2019-04-23Unipoll: add LibreOfficeKit API for polling, and an option to use it.Ashod Nakashian1-9/+23
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl1-1/+0
2019-04-04Revert "raise cairo baseline to 1.12.0"Caolán McNamara1-1/+22
2019-04-04raise cairo baseline to 1.12.0Caolán McNamara1-8/+0
2019-04-04raise cairo baseline to 1.10.0Caolán McNamara1-14/+1
2019-04-04Resolves: tdf#124219 check at runtime for availability of cairo functionsCaolán McNamara2-18/+30
2019-04-03Support for native 32bit Bitmap in VCL and SVP (cairo) backendTomaž Vajngerl2-7/+12
2019-03-08make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl1-8/+5
2019-03-04WidgetDrawInterface impl. to draw widgets from file definitionsTomaž Vajngerl1-1/+7
2019-02-27convert more Start timer methods from sal_uLong->sal_uInt64Noel Grandin1-1/+1
2019-02-26fix android build (2)Noel Grandin1-1/+1
2019-02-26sal_uIntPtr->sal_uInt32 inSalClipRegion::BeginSetClipRegionNoel Grandin2-2/+2
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin1-1/+1
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen2-4/+2