summaryrefslogtreecommitdiff
path: root/vcl/quartz/salgdicommon.cxx
AgeCommit message (Expand)Author
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen
2022-09-11vcl: Move CreateFontSubset() to PhysicalFontFaceKhaled Hosny
2022-09-11vcl: Add a PhysicalFontFace-backed TrueTypeFontKhaled Hosny
2022-09-08vcl: Pass FontCharMap to OpenTTFont*() when possibleKhaled Hosny
2022-09-06vcl: Drop unused SalGraphics::CreateFontSubset() argumentKhaled Hosny
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-05-22tdf#142061 Add window scaling to XOR emulation on macOSThorsten Wagner
2021-04-30vcl: iOS/macOS - move graphic render func. into AquaGraphicsBackendTomaž Vajngerl
2021-04-27vcl: store XorEmulation in a unique_ptr not raw pointerTomaž Vajngerl
2021-03-23tdf#141063 Always use region rectangles for clipping on macOSThorsten Wagner
2021-02-24add additional 0-1 alpha argument to DrawTransformedBitmap()Luboš Luňák
2021-02-24simply use drawTransformedBitmap()Luboš Luňák
2021-01-21loplugin:doubleconvert (macOS)Stephan Bergmann
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-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann
2020-11-15DPI values are generally represented as sal_Int32 in VCLStephan Bergmann
2020-11-14remove SalPointNoel Grandin
2020-10-29Speed improments191919
2020-09-29disentangle AA and B2D use in VCL drawingLuboš Luňák
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák
2020-09-15WIN OSX Qt5 unify CreateFontSubset codeJan-Marek Glogowski
2020-07-21Improved oplugin:staticanonymous -> redundantstatic redux, macOSStephan Bergmann
2020-06-11loplugin:simplifybool (macOS)Stephan Bergmann
2020-05-05fix line width in DrawPolyLine() with matrix (tdf#132498)Luboš Luňák
2020-04-28Fix typosAndrea Gelmini
2020-03-25Avoid CGContextSetLineWidth warning about negative line widthTor Lillqvist
2020-03-06tdf#124848 partial refactor hairline logicArmin Le Grand
2020-02-10cid#1458168 silence bogus Dereference after null checkCaolán McNamara
2020-02-08Fix typoAndrea Gelmini
2020-02-07tdf#130478 Enhance Dashed line drawing on all systemsArmin Le Grand (Collabora)
2020-01-03Avoid -Werror,-Wdeprecated-anon-enum-enum-conversionStephan Bergmann
2019-11-15loplugin:fakebool and loplugin:consttobool (macOS)Stephan Bergmann
2019-09-26remove internal use of 16-bit packed formatsNoel Grandin
2019-07-25tdf#124042: Remove unnecessary code for iOSTor Lillqvist
2019-06-07Bin the much too verbose SAL_INFO() calls for the "vcl.cg" tagTor Lillqvist
2019-06-06loplugin:data (macOS)Stephan Bergmann
2019-06-04tdf#122221: Bin apparently unnecessary early returnTor Lillqvist
2019-06-02tdf#125506: use rObjectToDevice if neededXisco Fauli
2019-05-31tdf#125506 tdf#121241: No need to transform to DeviceCoordinatesXisco Fauli
2019-05-22tdf#124271 use the bitmap context, handle scalingTomaž Vajngerl
2019-05-18use CGContextHolder in copyBitsTomaž Vajngerl
2019-05-18Wrap CGLayer into a CGLayerHolder class and move code to use itTomaž Vajngerl
2019-05-17handle CG state save/restore in ContextHolder classTomaž Vajngerl
2019-05-17Wrap CGContext into a ContextHolder classTomaž Vajngerl
2019-03-15tdf#124042: If mrContext is zero, calling Core Graphics APIs on it is futileTor Lillqvist
2019-02-26sal_uLong->sal_uInt32 in drawEPSNoel Grandin
2018-12-21Add follow-up comment with guess why it must be 96Tor Lillqvist
2018-12-11OSX implement bitmap-only rendering modeJan-Marek Glogowski