summaryrefslogtreecommitdiff
path: root/vcl/quartz/salgdi.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-05-10tdf#148470 if macOS glyph fallback provided a partial result flag what failedCaolán McNamara1-0/+20
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski1-1/+1
2022-01-14respect TextRenderModeForResolutionIndependentLayout for mac tooCaolán McNamara1-2/+10
2022-01-12keep positions as DeviceCoordinate within SalLayoutCaolán McNamara1-2/+2
2022-01-04Drop also commented-out obfuscated SAL_DEBUG callsTor Lillqvist1-1/+0
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock1-4/+4
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock1-2/+2
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock1-4/+4
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock1-3/+3
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-23first WIP version of mac skia SalGraphics backendLuboš Luňák1-3/+15
2021-04-30vcl: iOS/macOS - move graphic render func. into AquaGraphicsBackendTomaž Vajngerl1-81/+25
2021-04-27vcl: store XorEmulation in a unique_ptr not raw pointerTomaž Vajngerl1-4/+2
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-17tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner1-0/+8
2020-12-31Bin unused AquaSalGraphics::GetContext()Tor Lillqvist1-8/+0
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann1-6/+7
2020-09-26Fix typo in codeAndrea Gelmini1-3/+3
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-01-14tdf#128226: make OpenSymbol font an internal resourceMike Kaganski1-0/+4
2019-12-06loplugin:external (macOS)Stephan Bergmann1-0/+4
2019-11-19tdf#128434 correctly release fonts in destructorsJan-Marek Glogowski1-6/+1
2019-10-14Fix method name origin in SAL_WARN_IF(vcl/quartz/salgdi)Julien Nabet1-1/+1
2019-08-28loplugin:returnconstval (macOS)Stephan Bergmann1-1/+1
2019-08-23loplugin:returnconstval in vclNoel Grandin1-3/+2
2019-07-06Constify GlyphItemJan-Marek Glogowski1-1/+1
2019-06-07Bin the much too verbose SAL_INFO() calls for the "vcl.cg" tagTor Lillqvist1-7/+0
2019-06-06loplugin:data (macOS)Stephan Bergmann1-19/+19
2019-05-18Wrap CGLayer into a CGLayerHolder class and move code to use itTomaž Vajngerl1-8/+7
2019-05-17handle CG state save/restore in ContextHolder classTomaž Vajngerl1-11/+4
2019-05-17Wrap CGContext into a ContextHolder classTomaž Vajngerl1-27/+26
2019-04-21tdf#101854 Move to CommonSalLayout removed faux bold in macosTomaž Vajngerl1-0/+9
2019-03-08make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl1-0/+4
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1
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-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski1-10/+0
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski1-14/+2
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski1-3/+3
2018-10-25Need <o3tl/make_unique.hxx>Tor Lillqvist1-0/+1
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski1-4/+3
2018-10-05SAL_WRN and SAL_INFO tweaksTor Lillqvist1-1/+37
2018-10-02We shouldn't call DrawTextLayout() without a context on iOSTor Lillqvist1-0/+8