summaryrefslogtreecommitdiff
path: root/vcl/headless/svpinst.cxx
AgeCommit message (Expand)Author
2024-08-28Emscripten: Support --disable-guiStephan Bergmann
2024-08-14Related: cool#9735 vcl lok: add an AnyInput() callbackMiklos Vajna
2024-03-13tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2023-01-02Use std synchronisation APIs instead of a pipeTor Lillqvist
2022-08-14ofz#50202 Direct-leakCaolán McNamara
2022-06-23Revert "svp: don't directly yield in main thread"Stephan Bergmann
2022-06-22svp: don't directly yield in main threadJan-Marek Glogowski
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2021-12-29Always use <poll.h>, no modern system needs <sys/poll.h>Ismael Luceno
2021-11-30svp: normalize DoYieldJan-Marek Glogowski
2021-09-04tdf#144289 invert / disable default OpenGL supportJan-Marek Glogowski
2021-08-20VCL allow plugins to declare OpenGL supportJan-Marek Glogowski
2021-06-28Test SvpSalYieldMutex like DBG_TESTSOLARMUTEXJan-Marek Glogowski
2021-06-24Revert: svp: always release SolarMutex on yieldJan-Marek Glogowski
2021-06-22svp: always release SolarMutex on yieldJan-Marek Glogowski
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-03-23do not enable mbSupportsBitmap32 for headless (tdf#141171)Luboš Luňák
2021-03-01Fix -Werror=unused-resultDavid Ostrovsky
2020-10-19use tools::Long in vclNoel
2020-08-19headless: don't allow the system to set subpixel rendering eg.Michael Meeks
2020-07-22Fix typoAndrea Gelmini
2020-07-22Add explanatory commentTor Lillqvist
2020-07-16tdf#134832: Don't set mbSupportsBitmap32 on iOSTor Lillqvist
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
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-07vcl: fix Android buildMiklos Vajna
2019-10-06fix android buildCaolán McNamara
2019-10-06SystemEnvData::nSize is no longer read and can be removedStephan Bergmann
2019-10-04tdf#127529 vertical text not drawn in slideshow canvasCaolán McNamara
2019-09-20Replace remaining occurrences of LIBO_HEADLESS with HAVE_FEATURE_UIAndras Timar
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann
2019-05-16Using the m_FeedbackFDs is now apparently necessary also on iOSTor Lillqvist
2019-05-16Introduce vcl::lok::unregisterPollCallbacks() and clarify isUnipoll()Tor Lillqvist
2019-04-29unipoll: do the legacy wakeup if not in unipoll mode.Michael Meeks
2019-04-24tdf#124923: Remove unneeded iOS ifdefferyTor Lillqvist
2019-04-23Unipoll: add LibreOfficeKit API for polling, and an option to use it.Ashod Nakashian
2019-04-03Support for native 32bit Bitmap in VCL and SVP (cairo) backendTomaž Vajngerl
2019-02-27convert more Start timer methods from sal_uLong->sal_uInt64Noel Grandin
2019-02-26fix android build (2)Noel Grandin
2019-01-23loplugin:constparams in vclNoel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-21Fix headless build on LinuxThorsten Behrens
2018-11-08Bin some leftover and actually unnecessary iOS crack in vclTor Lillqvist
2018-11-08update main thread "properly" in headless caseAndras Timar
2018-10-30m_FeedbackFDs is unused on iOSTor Lillqvist
2018-09-18Move yield mutex handling into SalInstanceJan-Marek Glogowski
2018-08-28We do want to initialise m_MainThread on iOS, tooTor Lillqvist
2018-08-21loplugin:useuniqueptr in SvpSalInstanceNoel Grandin