summaryrefslogtreecommitdiff
path: root/vcl/headless/svpinst.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-09remove ConnectionIdentifierType enumNoel Grandin1-4/+2
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-1/+1
2016-12-08Try to fix --disable-gui buildTor Lillqvist1-0/+16
2016-11-23Resolves: tdf#99508 ensure sufficient size for hidpi backing surfaceCaolán McNamara1-1/+1
2016-09-06SalI18NImeStatus is stubbed the same way for everyone except...Caolán McNamara1-5/+0
2016-08-17Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist1-3/+12
2016-07-08loplugin:redundantcast: redundant static_casts in vclStephan Bergmann1-1/+1
2016-05-23loplugin:overrideTor Lillqvist1-2/+2
2016-05-21split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara1-0/+4
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara1-0/+11
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin1-3/+3
2016-05-10Avoid non--async-signal-safe functions in child after forkStephan Bergmann1-9/+18
2016-04-22Blind fix for Android buildTor Lillqvist1-0/+7
2016-04-22loplugin:nullptrStephan Bergmann1-2/+2
2016-04-22Don't share the wakeup pipe with child processesTor Lillqvist1-13/+44
2016-03-14fix memory leak in headless backendMarkus Mohrhard1-1/+5
2016-03-08loplugin:constantparams in vclNoel Grandin1-1/+1
2016-02-06vcl: split exception types from input typesChris Sherlock1-14/+14
2016-01-22Use C++ osl::Mutex, osl::MutexGuardStephan Bergmann1-22/+14
2016-01-20replace use of basebmp in vcl entirely nowCaolán McNamara1-38/+0
2016-01-18svp: replace basebmp surfaces with native cairo surfacesCaolán McNamara1-2/+2
2016-01-11vcl: move vcl/generic/app/ files to vcl/unx/generic/appChris Sherlock1-1/+1
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks1-2/+3
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-3/+0
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-3/+18
2015-11-23Do all svp text rendering with cairoCaolán McNamara1-24/+4
2015-11-17vcl: add parameter to detect if OS events are processed during Yield.Michael Meeks1-1/+3
2015-11-16use cairo-compatible top-down direction virtual devices everywhereCaolán McNamara1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin1-2/+2
2015-10-02fix Android and KDE buildNoel Grandin1-0/+13
2015-10-02loplugin:unusedmethods in vclNoel Grandin1-11/+0
2015-09-29the only use of non-null pData in PostEvent is with a ImplSVEventCaolán McNamara1-1/+1
2015-09-29retain type for another levelCaolán McNamara1-1/+1
2015-06-26vcl: fix Win32 deadlocks from SolarMutexReleaserMichael Stahl1-1/+3
2015-06-04convert basebmp::Format to scoped enumNoel Grandin1-9/+9
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks1-1/+1
2015-02-26Restore "Use the cairo-compatible basebmp surface for headless"Caolán McNamara1-2/+2
2015-02-26Revert "Use the cairo-compatible basebmp surface for headless"Stephan Bergmann1-2/+2
2015-02-25Use the cairo-compatible basebmp surface for headlessCaolán McNamara1-2/+2
2015-02-04make idle timers actually activate only when idleLuboš Luňák1-1/+4
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-2/+2
2014-10-28Fix -fsanitize=signed-integer-overflow (when long int is 32-bit)Stephan Bergmann1-2/+2
2014-10-27coverity#735348 silence Unchecked return value from libraryCaolán McNamara1-4/+4
2014-10-27coverity#735342 silence Unchecked return value from libraryCaolán McNamara1-2/+2
2014-10-25coverity#735342 silence Unchecked return value from libraryCaolán McNamara1-2/+2
2014-10-17coverity#735341 Unchecked return value from libraryCaolán McNamara1-1/+1
2014-06-25svp: deduplicate bitcount->colourspace mapping and allow overriding.Andrzej Hunt1-0/+45
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist1-5/+0
2014-03-24Fix a few problems in the iOS vcl codeTor Lillqvist1-15/+6