summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
2022-05-25tdf#148470 if macOS glyph fallback provided a partial result flag what failedCaolán McNamara1-0/+20
2022-03-15tdf#144862 use resolution independent positions for writer's screen-renderingCaolán McNamara1-4/+12
2022-02-03fix std::min() used instead of std::max()Luboš Luňák1-1/+1
2022-01-29make sure to not divide by zero when computing miter limitLuboš Luňák1-1/+1
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski1-7/+2
2021-10-10tdf#144757 - fixed fonts not shown in font listChris Sherlock1-0/+3
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock2-6/+6
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock1-2/+2
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock3-6/+6
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock2-5/+5
2021-08-24implement explicit screen flushing also for Skia/MacLuboš Luňák1-0/+10
2021-08-23Make compilation for iOS get a bit furtherTor Lillqvist1-0/+3
2021-08-23implement text rendering on Mac using SkiaLuboš Luňák1-17/+21
2021-08-23make SalGeometryProvider available for Aqua VCL backendsLuboš Luňák1-2/+2
2021-08-23first WIP version of mac skia SalGraphics backendLuboš Luňák2-4/+16
2021-08-19loplugin:sequenceloop (macOS)Stephan Bergmann1-1/+2
2021-05-22tdf#142061 Add window scaling to XOR emulation on macOSThorsten Wagner1-147/+0
2021-05-04loplugin:redundantstaticStephan Bergmann1-7/+7
2021-05-01Related: cid#1478001 CreateVirtualDevice never passed a null pGraphics argCaolán McNamara1-3/+3
2021-04-30vcl: iOS/macOS - move graphic render func. into AquaGraphicsBackendTomaž Vajngerl3-1364/+1395
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-3/+0
2021-04-27vcl: store XorEmulation in a unique_ptr not raw pointerTomaž Vajngerl2-10/+8
2021-04-06vcl: quartz - use ScanlineTransformer instead of local converterTomaž Vajngerl1-230/+11
2021-04-06vcl: use PixelFormat enum in SalBitmap interface and backendsTomaž Vajngerl1-14/+15
2021-03-31remove internal 4bit scanline formatsNoel1-3/+0
2021-03-23tdf#141063 Always use region rectangles for clipping on macOSThorsten Wagner1-33/+9
2021-02-24add additional 0-1 alpha argument to DrawTransformedBitmap()Luboš Luňák1-1/+4
2021-02-24simply use drawTransformedBitmap()Luboš Luňák1-0/+5
2021-02-23tdf#138122 Detect window scaling for multi display configurations on macOSThorsten Wagner1-8/+0
2021-01-28Revert "tdf#138122 Detect window scaling for multi display configurations on ...Stephan Bergmann1-0/+8
2021-01-27tdf#138122 Detect window scaling for multi display configurations on macOSThorsten Wagner1-8/+0
2021-01-21loplugin:doubleconvert (macOS)Stephan Bergmann1-1/+1
2021-01-18Clean up includes a bit for iOS and macOSTor Lillqvist1-1/+0
2021-01-17tdf#138122: Fix vcl for iOS after 1a167625314bf36b735176ed488e6ba9b5e9b675Tor Lillqvist4-631/+0
2021-01-17tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner5-276/+234
2021-01-04Don't use m prefix for a local variableTor Lillqvist1-13/+13
2020-12-31Bin unused AquaSalGraphics::GetContext()Tor Lillqvist2-17/+0
2020-12-30tdf#138122: Add comment wondering what the code doesTor Lillqvist1-1/+6
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock1-1/+1
2020-12-22loplugin:loopvartoosmallStephan Bergmann1-1/+1
2020-12-21Add two debug output helper functionsTor Lillqvist1-0/+26
2020-12-03There is nothing called "Quartz layer"Tor Lillqvist1-1/+1
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann4-51/+59
2020-11-15-Werror,-Wdeprecated-anon-enum-enum-conversionStephan Bergmann1-2/+7
2020-11-15DPI values are generally represented as sal_Int32 in VCLStephan Bergmann2-3/+3
2020-11-14remove SalPointNoel Grandin1-30/+30
2020-11-12loplugin:cstylecast (macOS)Stephan Bergmann1-1/+1
2020-11-12loplugin:nullptr (macOS)Stephan Bergmann2-3/+3
2020-10-29Speed improments1919192-6/+43
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-1/+1