summaryrefslogtreecommitdiff
path: root/vcl/inc/headless/svpinst.hxx
AgeCommit message (Expand)Author
2018-08-21loplugin:useuniqueptr in SvpSalInstanceNoel Grandin
2018-06-25weld SwWatermarkDialogCaolán McNamara
2018-06-21take the surface directly from the SvpSalVirtualDeviceCaolán McNamara
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin
2018-06-09return SalSession with std::unique_ptrNoel Grandin
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin
2018-03-05Make LibreOffice buildable on Haiku.Kacper Kasper
2018-02-28lok: update main threadHenry Castro
2018-02-26vcl: fix hangs in SvpSalInstanceMichael Stahl
2017-09-28Fix SalUserEventList usage on AndroidJan-Marek Glogowski
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski
2017-09-26WIN run main thread redirects ignoring SolarMutexJan-Marek Glogowski
2017-07-13Drop special idle handlingJan-Marek Glogowski
2017-07-13Add some Scheduler unit tests and loggingJan-Marek Glogowski
2017-02-09remove ConnectionIdentifierType enumNoel Grandin
2016-12-07Monkey business: Fix typo in comments: et -> ed :)Mike Kaganski
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-06SalI18NImeStatus is stubbed the same way for everyone except...Caolán McNamara
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin
2016-05-10Avoid non--async-signal-safe functions in child after forkStephan Bergmann
2016-04-22Don't share the wakeup pipe with child processesTor Lillqvist
2016-01-22Use C++ osl::Mutex, osl::MutexGuardStephan Bergmann
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara
2016-01-11vcl: move vcl/generic/app/ files to vcl/unx/generic/appChris Sherlock
2016-01-11vcl: move vcl/generic/print files to vcl/unx/generic/printChris Sherlock
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks
2015-11-23loplugin:staticmethodsStephan Bergmann
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-23Do all svp text rendering with cairoCaolán McNamara
2015-11-17vcl: add parameter to detect if OS events are processed during Yield.Michael Meeks
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin
2015-10-02fix Android and KDE buildNoel Grandin
2015-10-02loplugin:unusedmethods in vclNoel Grandin
2015-09-29m_pData is always a ImplSVEventCaolán McNamara
2015-09-29the only use of non-null pData in PostEvent is with a ImplSVEventCaolán McNamara
2015-06-26vcl: fix Win32 deadlocks from SolarMutexReleaserMichael Stahl
2015-03-20No need for svp_create_SalInstance to be extern "C"Tor Lillqvist
2015-03-20The 'svp' "plug-in" library is empty so don't build it at allTor Lillqvist
2015-03-02if you link vclplug_svp to desktop you end up with duplicate font cachesCaolán McNamara
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-06-25svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt