summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
2019-07-25tdf#124042: Remove unnecessary code for iOSTor Lillqvist1-14/+0
2019-07-16loplugin:simplifyconstruct (macOS)Stephan Bergmann1-3/+3
2019-07-06Constify GlyphItemJan-Marek Glogowski1-1/+1
2019-06-07Bin the much too verbose SAL_INFO() calls for the "vcl.cg" tagTor Lillqvist5-180/+3
2019-06-06loplugin:data (macOS)Stephan Bergmann2-21/+21
2019-06-04tdf#122221: Bin apparently unnecessary early returnTor Lillqvist1-6/+0
2019-06-02tdf#125506: use rObjectToDevice if neededXisco Fauli1-2/+7
2019-05-31tdf#125506 tdf#121241: No need to transform to DeviceCoordinatesXisco Fauli1-6/+4
2019-05-22tdf#124271 use the bitmap context, handle scalingTomaž Vajngerl2-60/+89
2019-05-18use CGContextHolder in AquaSalBitmapTomaž Vajngerl1-52/+53
2019-05-18use CGContextHolder in copyBitsTomaž Vajngerl1-14/+12
2019-05-18use CGContextHolder in AquaVirtualDeviceTomaž Vajngerl1-21/+20
2019-05-18Wrap CGLayer into a CGLayerHolder class and move code to use itTomaž Vajngerl5-88/+85
2019-05-18macOS: store VirtualDevice size in an instance variableTomaž Vajngerl1-12/+5
2019-05-17handle CG state save/restore in ContextHolder classTomaž Vajngerl3-53/+24
2019-05-17Wrap CGContext into a ContextHolder classTomaž Vajngerl3-277/+276
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski1-3/+3
2019-05-08Add some comments to macOS backend impl. of SalBitmapTomaž Vajngerl1-1/+2
2019-04-21tdf#101854 Move to CommonSalLayout removed faux bold in macosTomaž Vajngerl2-3/+11
2019-03-15tdf#124042: If mrContext is zero, calling Core Graphics APIs on it is futileTor Lillqvist1-0/+5
2019-03-08Don'tbuild HarfBuzz with Core Text support on macOS/iOSKhaled Hosny1-11/+1
2019-03-08make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl1-0/+4
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin1-1/+1
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen2-9/+7
2019-02-01remove unnecessary SAL_WARNNoel Grandin1-3/+0
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski1-0/+1
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski1-1/+1
2018-12-26The macOS+iOS-specific BitmapSystemData::rImageContext was not used anywhereTor Lillqvist1-1/+0
2018-12-26Add some pondering about code of questionable provenance in a commentTor Lillqvist1-0/+5
2018-12-21Bin unnecessary #ifdef, this file is for macOS onlyTor Lillqvist1-3/+0
2018-12-21Add follow-up comment with guess why it must be 96Tor Lillqvist1-0/+5
2018-12-21Add a bit more information to a SAL_WARNTor Lillqvist1-1/+1
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 Lillqvist2-10/+4
2018-12-11Comment out an assertion that fails every time for me on macOSTor Lillqvist1-1/+1
2018-12-11OSX implement bitmap-only rendering modeJan-Marek Glogowski1-1/+8
2018-12-11OSX always fall back to a bitmap contextJan-Marek Glogowski2-70/+73
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-05tdf#121719: Revert fix for tdf#96971Xisco Fauli1-2/+2
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-08Bin some leftover and actually unnecessary iOS crack in vclTor Lillqvist1-1/+0
2018-11-08tdf#120252 use the already transformed PolyPolygonArmin Le Grand1-1/+3
2018-11-06Bin more no longer needed dbgutil codeTor Lillqvist1-12/+0
2018-11-03Still use 'graphicsPort', even if deprecated in macOS 10.14Stephan Bergmann2-3/+9
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski2-21/+5
2018-10-30Fix typoAndrea Gelmini1-1/+1
2018-10-30Add comment about AquaSalGraphics::GetResolution() returning a DPI of 96Tor Lillqvist1-1/+5
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski1-2/+2
2018-10-30Rely on the font instance of the glyphJan-Marek Glogowski1-2/+5