summaryrefslogtreecommitdiff
path: root/vcl/headless/svpinst.cxx
AgeCommit message (Expand)Author
2016-12-08Try to fix --disable-gui buildTor Lillqvist
2016-11-23Resolves: tdf#99508 ensure sufficient size for hidpi backing surfaceCaolán McNamara
2016-09-06SalI18NImeStatus is stubbed the same way for everyone except...Caolán McNamara
2016-08-17Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist
2016-07-08loplugin:redundantcast: redundant static_casts in vclStephan Bergmann
2016-05-23loplugin:overrideTor Lillqvist
2016-05-21split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara
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-22Blind fix for Android buildTor Lillqvist
2016-04-22loplugin:nullptrStephan Bergmann
2016-04-22Don't share the wakeup pipe with child processesTor Lillqvist
2016-03-14fix memory leak in headless backendMarkus Mohrhard
2016-03-08loplugin:constantparams in vclNoel Grandin
2016-02-06vcl: split exception types from input typesChris Sherlock
2016-01-22Use C++ osl::Mutex, osl::MutexGuardStephan Bergmann
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara
2016-01-18svp: replace basebmp surfaces with native cairo surfacesCaolán McNamara
2016-01-11vcl: move vcl/generic/app/ files to vcl/unx/generic/appChris Sherlock
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara
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-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan 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-29the only use of non-null pData in PostEvent is with a ImplSVEventCaolán McNamara
2015-09-29retain type for another levelCaolán McNamara
2015-06-26vcl: fix Win32 deadlocks from SolarMutexReleaserMichael Stahl
2015-06-04convert basebmp::Format to scoped enumNoel Grandin
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks
2015-02-26Restore "Use the cairo-compatible basebmp surface for headless"Caolán McNamara
2015-02-26Revert "Use the cairo-compatible basebmp surface for headless"Stephan Bergmann
2015-02-25Use the cairo-compatible basebmp surface for headlessCaolán McNamara
2015-02-04make idle timers actually activate only when idleLuboš Luňák
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2014-10-28Fix -fsanitize=signed-integer-overflow (when long int is 32-bit)Stephan Bergmann
2014-10-27coverity#735348 silence Unchecked return value from libraryCaolán McNamara
2014-10-27coverity#735342 silence Unchecked return value from libraryCaolán McNamara
2014-10-25coverity#735342 silence Unchecked return value from libraryCaolán McNamara
2014-10-17coverity#735341 Unchecked return value from libraryCaolán McNamara
2014-06-25svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist
2014-03-24Fix a few problems in the iOS vcl codeTor Lillqvist
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann
2014-03-10Hack on the iOS vcl codeTor Lillqvist