summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)Author
2023-05-29tdf#149297: Fix Y position of vertical glyphs on macOSKhaled Hosny
2023-01-30Fix iOS build errorsPL
2023-01-26tdf#147342 Notify Skia that the window's backing properties changedPatrick Luby
2022-12-29Related: tdf#146842 Eliminate temporary copies of SkiaSalBitmap when printingPatrick Luby
2022-12-21No need for bool return value hereNoel Grandin
2022-12-12Fix typoAndrea Gelmini
2022-12-11Related: tdf#146842 Convert SkiaSalBitmap to QuartzSalBitmapPatrick Luby
2022-12-09tdf#146842 Do not use Skia for printingPatrick Luby
2022-11-30Avoid a dynamic cross cast on macOSStephan Bergmann
2022-11-27tdf#102914: keep font attributes for the substituted fallback fontKhaled Hosny
2022-11-21remove FontAttributes::meCharSetCaolán McNamara
2022-11-21IsSymbolFont means that its a Windows Symbol EncodingCaolán McNamara
2022-11-20vcl: add NeedsArtificialBold/Italic() to LogicalFontInstanceKhaled Hosny
2022-11-20vcl: unify skew for artificial italicKhaled Hosny
2022-11-20vcl: fix artificial bold and italic on WindowsKhaled Hosny
2022-11-19vcl: use std::optional in PhysicalFontFaceKhaled Hosny
2022-11-06vcl: cleanup CoreTextFontFace() a bitKhaled Hosny
2022-11-06loplugin:unusedvariablecheckStephan Bergmann
2022-11-02vcl: add PhysicalFontFace::GetVariations()Khaled Hosny
2022-10-29vcl: fix memory leak in CoreTextFontFace::GetHbTable()Khaled Hosny
2022-10-29vcl: fold CoreTextFontFace::GetFonTtable into its only userKhaled Hosny
2022-10-29vcl: simplify how CoreTextFont stores CTFontRefKhaled Hosny
2022-10-29vcl: rename CoreTextStyle to CoreTextFontKhaled Hosny
2022-10-12use unique_ptr for SystemFontList, fix leakNoel Grandin
2022-10-11loplugin:loopvartoosmallStephan Bergmann
2022-10-01tdf#72456: Don’t cache macOS font listKhaled Hosny
2022-10-01tdf#72456: Support font embedding on macOSKhaled Hosny
2022-10-01vcl: Use PhysicalFontFace::GetRawFontData() for font embeddingKhaled Hosny
2022-10-01vcl: Remove unused AquaSalGraphics::GetRawFontData()Khaled Hosny
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-09-06vcl: Drop now unused SalGraphics::GetGlyphWidths()Khaled Hosny
2022-09-05vcl: fontinstance.{cxx,hxx} -> LogicalFontInstance.{cxx,hxx}Khaled Hosny
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCapabilities()Khaled Hosny
2022-09-05vcl: Consolidate PhysicalFontFace::GetFontCharMap()Khaled Hosny
2022-09-04vcl: Create hb_face_t in PhysicalFontFaceKhaled Hosny
2022-09-02vcl: set hb_font_t variations from CTFontKhaled Hosny
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara
2022-07-21remove 4-bit bitmap bits that were still present in QuartzSalBitmapTomaž Vajngerl
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski
2022-05-10tdf#148470 if macOS glyph fallback provided a partial result flag what failedCaolán McNamara
2022-05-10tdf#104930 Implement TextMetric::GetHangingBaseline.Mark Hung
2022-02-02fix std::min() used instead of std::max()Luboš Luňák
2022-01-26make sure to not divide by zero when computing miter limitLuboš Luňák
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski
2022-01-14respect TextRenderModeForResolutionIndependentLayout for mac tooCaolán McNamara
2022-01-12keep positions as DeviceCoordinate within SalLayoutCaolán McNamara
2022-01-04Drop also commented-out obfuscated SAL_DEBUG callsTor Lillqvist