summaryrefslogtreecommitdiff
path: root/vcl/quartz/salvd.cxx
AgeCommit message (Expand)Author
2023-01-30Fix iOS build errorsPL
2021-08-23make SalGeometryProvider available for Aqua VCL backendsLuboš Luňák
2021-05-01Related: cid#1478001 CreateVirtualDevice never passed a null pGraphics argCaolán McNamara
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2021-01-17tdf#138122: Fix vcl for iOS after 1a167625314bf36b735176ed488e6ba9b5e9b675Tor Lillqvist
2021-01-17tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner
2020-12-30tdf#138122: Add comment wondering what the code doesTor Lillqvist
2020-12-03There is nothing called "Quartz layer"Tor Lillqvist
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann
2019-06-07Bin the much too verbose SAL_INFO() calls for the "vcl.cg" tagTor Lillqvist
2019-05-18use CGContextHolder in AquaVirtualDeviceTomaž Vajngerl
2019-05-18Wrap CGLayer into a CGLayerHolder class and move code to use itTomaž Vajngerl
2019-05-18macOS: store VirtualDevice size in an instance variableTomaž Vajngerl
2018-12-11Adapt MACOSX/IOS ifdef for the now constness of the nFlags variableTor Lillqvist
2018-12-11Do as the docs say: Use the CGContext property instead of graphicsPortTor Lillqvist
2018-12-11Comment out an assertion that fails every time for me on macOSTor Lillqvist
2018-12-11OSX always fall back to a bitmap contextJan-Marek Glogowski
2018-11-08Bin some leftover and actually unnecessary iOS crack in vclTor Lillqvist
2018-11-06Bin more no longer needed dbgutil codeTor Lillqvist
2018-11-03Still use 'graphicsPort', even if deprecated in macOS 10.14Stephan Bergmann
2018-10-09Bin some no longer needed dbgutil codeTor Lillqvist
2018-10-08Work around odd macOS 10.14 graphicsContextWithWindow failureStephan Bergmann
2018-10-05SAL_WRN and SAL_INFO tweaksTor Lillqvist
2018-10-04loplugin:redundantcastStephan Bergmann
2018-10-02LibreOfficeKit wants the tile pixmap bytes to be in BGRA order in memoryTor Lillqvist
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann
2017-09-29OSX rename mpFirstInstance to mpInstanceJan-Marek Glogowski
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
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-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-08-12cosmetic: clean-up vcl/quartzNorbert Thiebaud
2015-04-02loplugin:redundantcastStephan Bergmann
2015-03-29loplugin:cstylecastStephan Bergmann
2015-03-05fix typoCaolán McNamara
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks
2014-12-02implement virtual methods for OSX vcl backendMarkus Mohrhard
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks
2014-07-01loplugin:stringconcatStephan Bergmann
2014-04-10Avoid a couple of pointless constant variablesTor Lillqvist
2014-04-07Log correct depth for the created CGBitmapContextTor Lillqvist
2014-04-07Fill these buffers, too, with easily recognizable junk in dbgutil modeTor Lillqvist
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-31More CoreGraphics tracingTor Lillqvist
2014-03-31More CoreGraphics tracingTor Lillqvist
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist