summaryrefslogtreecommitdiff
path: root/vcl/quartz/salvd.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-18tdf#138122: Fix vcl for iOS after 1a167625314bf36b735176ed488e6ba9b5e9b675Tor Lillqvist1-104/+0
2021-01-18tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner1-70/+49
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann1-6/+7
2019-06-07Bin the much too verbose SAL_INFO() calls for the "vcl.cg" tagTor Lillqvist1-9/+1
2019-05-18use CGContextHolder in AquaVirtualDeviceTomaž Vajngerl1-21/+20
2019-05-18Wrap CGLayer into a CGLayerHolder class and move code to use itTomaž Vajngerl1-22/+21
2019-05-18macOS: store VirtualDevice size in an instance variableTomaž Vajngerl1-12/+5
2018-12-11Adapt MACOSX/IOS ifdef for the now constness of the nFlags variableTor Lillqvist1-2/+3
2018-12-11Do as the docs say: Use the CGContext property instead of graphicsPortTor Lillqvist1-3/+1
2018-12-11Comment out an assertion that fails every time for me on macOSTor Lillqvist1-1/+1
2018-12-11OSX always fall back to a bitmap contextJan-Marek Glogowski1-27/+16
2018-11-08Bin some leftover and actually unnecessary iOS crack in vclTor Lillqvist1-1/+0
2018-11-06Bin more no longer needed dbgutil codeTor Lillqvist1-12/+0
2018-11-03Still use 'graphicsPort', even if deprecated in macOS 10.14Stephan Bergmann1-1/+3
2018-10-09Bin some no longer needed dbgutil codeTor Lillqvist1-6/+0
2018-10-08Work around odd macOS 10.14 graphicsContextWithWindow failureStephan Bergmann1-1/+8
2018-10-05SAL_WRN and SAL_INFO tweaksTor Lillqvist1-1/+1
2018-10-04loplugin:redundantcastStephan Bergmann1-1/+1
2018-10-02LibreOfficeKit wants the tile pixmap bytes to be in BGRA order in memoryTor Lillqvist1-1/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-4/+4
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin1-6/+6
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann1-6/+6
2017-09-29OSX rename mpFirstInstance to mpInstanceJan-Marek Glogowski1-1/+1
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski1-13/+4
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-2/+2
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-0/+2
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-7/+18
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-15/+15
2015-08-12cosmetic: clean-up vcl/quartzNorbert Thiebaud1-27/+61
2015-04-02loplugin:redundantcastStephan Bergmann1-1/+1
2015-03-29loplugin:cstylecastStephan Bergmann1-2/+2
2015-03-05fix typoCaolán McNamara1-1/+1
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks1-3/+14
2014-12-02implement virtual methods for OSX vcl backendMarkus Mohrhard1-0/+12
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks1-16/+0
2014-07-01loplugin:stringconcatStephan Bergmann1-1/+1
2014-04-10Avoid a couple of pointless constant variablesTor Lillqvist1-9/+3
2014-04-07Log correct depth for the created CGBitmapContextTor Lillqvist1-1/+2
2014-04-07Fill these buffers, too, with easily recognizable junk in dbgutil modeTor Lillqvist1-0/+12
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-12/+0
2014-03-31More CoreGraphics tracingTor Lillqvist1-0/+1
2014-03-31More CoreGraphics tracingTor Lillqvist1-2/+9
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist1-9/+0
2014-03-24Fix a few problems in the iOS vcl codeTor Lillqvist1-1/+5
2014-03-10Hack on the iOS vcl codeTor Lillqvist1-25/+25
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-02-26Remove visual noise from vclAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-8/+8
2014-02-21Mac OS X vcl: sal_Bool -> bool fixupStephan Bergmann1-1/+1