summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-18-Werror,-Wunused-parameterStephan Bergmann1-2/+1
2020-10-18tdf#137468: Add debug output function for CGColorSpaceRefTor Lillqvist1-0/+56
2020-09-29disentangle AA and B2D use in VCL drawingLuboš Luňák1-2/+2
2020-09-28rename for disentangling AA and B2D use in VCL drawingLuboš Luňák1-3/+3
2020-09-26Fix typo in codeAndrea Gelmini1-3/+3
2020-09-15WIN OSX Qt5 unify CreateFontSubset codeJan-Marek Glogowski1-109/+14
2020-09-15Forward existing FontCharMap from PhysicalFontFaceJan-Marek Glogowski1-1/+2
2020-09-15WIN OSX unify GetGlyphWidths codeJan-Marek Glogowski1-45/+1
2020-08-15Refactor vcl::TrueTypeFont class member accessJan-Marek Glogowski1-1/+1
2020-07-22This file is used for macOS onlyTor Lillqvist1-5/+1
2020-07-21Improved oplugin:staticanonymous -> redundantstatic redux, macOSStephan Bergmann2-5/+5
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák1-1/+1
2020-06-11loplugin:simplifybool (macOS)Stephan Bergmann1-2/+2
2020-06-11loplugin:simplifypointertobool (macOS)Stephan Bergmann1-1/+1
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