summaryrefslogtreecommitdiff
path: root/vcl/headless/svpinst.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann1-1/+0
2014-03-10Hack on the iOS vcl codeTor Lillqvist1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-1/+1
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock1-4/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2013-12-14iOS tiled rendering workTor Lillqvist1-2/+26
2013-07-28Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba1-1/+1
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann1-1/+1
2013-03-30Use more meaningful variable nameTor Lillqvist1-2/+2
2013-03-06Add SvpSalInstance::PostedEventsInQueue()Tor Lillqvist1-0/+11
2012-12-20vcl/headless: remove rtl namespace prefix from OUstring methodsRiccardo Magliocchetti1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14