summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
2020-05-28loplugin:simplifypointertobool (macOS)Stephan Bergmann1-4/+4
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák1-12/+7
2020-04-28Fix typosAndrea Gelmini1-1/+1
2020-03-25Avoid CGContextSetLineWidth warning about negative line widthTor Lillqvist1-1/+6
2020-03-21tdf#128276 Font names are not localized on macOS CatalinaTomofumi Yagi1-5/+2
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand1-4/+5
2020-02-10cid#1458168 silence bogus Dereference after null checkCaolán McNamara1-0/+1
2020-02-08Fix typoAndrea Gelmini1-1/+1
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)1-18/+49
2020-01-14tdf#128226: make OpenSymbol font an internal resourceMike Kaganski1-0/+4
2020-01-03Avoid -Werror,-Wdeprecated-enum-float-conversionStephan Bergmann1-4/+4
2020-01-03Avoid -Werror,-Wdeprecated-anon-enum-enum-conversionStephan Bergmann1-1/+1
2019-12-06loplugin:redundantcast (macOS)Stephan Bergmann1-1/+1
2019-12-06loplugin:external (macOS)Stephan Bergmann3-2/+15
2019-11-19tdf#128434 correctly release fonts in destructorsJan-Marek Glogowski1-6/+1
2019-11-15loplugin:fakebool and loplugin:consttobool (macOS)Stephan Bergmann1-1/+1
2019-10-14Fix method name origin in SAL_WARN_IF(vcl/quartz/salgdi)Julien Nabet1-1/+1
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin2-51/+6
2019-09-23loplugin:fragiledestructor (macOS)Stephan Bergmann1-1/+6
2019-09-07remove some unnecessary castsNoel Grandin1-1/+1
2019-08-28loplugin:returnconstval (macOS)Stephan Bergmann1-1/+1
2019-08-27Consolidate ImplCalcLineSpacing()Khaled Hosny1-17/+1
2019-08-23loplugin:returnconstval in vclNoel Grandin1-3/+2
2019-07-30tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxxGabor Kelemen1-1/+6
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