summaryrefslogtreecommitdiff
path: root/vcl/quartz/salgdi.cxx
AgeCommit message (Expand)Author
2021-08-24implement explicit screen flushing also for Skia/MacLuboš Luňák
2021-08-23Make compilation for iOS get a bit furtherTor Lillqvist
2021-08-23implement text rendering on Mac using SkiaLuboš Luňák
2021-08-23first WIP version of mac skia SalGraphics backendLuboš Luňák
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-02-23tdf#138122 Detect window scaling for multi display configurations on macOSThorsten Wagner
2021-01-28Revert "tdf#138122 Detect window scaling for multi display configurations on ...Stephan Bergmann
2021-01-27tdf#138122 Detect window scaling for multi display configurations on macOSThorsten Wagner
2021-01-17tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner
2020-12-31Bin unused AquaSalGraphics::GetContext()Tor Lillqvist
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann
2020-09-26Fix typo in codeAndrea Gelmini
2020-09-15Forward existing FontCharMap from PhysicalFontFaceJan-Marek Glogowski
2020-09-15WIN OSX unify GetGlyphWidths codeJan-Marek Glogowski
2020-08-15Refactor vcl::TrueTypeFont class member accessJan-Marek Glogowski
2020-01-14tdf#128226: make OpenSymbol font an internal resourceMike Kaganski
2019-12-06loplugin:external (macOS)Stephan Bergmann
2019-11-19tdf#128434 correctly release fonts in destructorsJan-Marek Glogowski
2019-10-14Fix method name origin in SAL_WARN_IF(vcl/quartz/salgdi)Julien Nabet
2019-08-28loplugin:returnconstval (macOS)Stephan Bergmann
2019-08-23loplugin:returnconstval in vclNoel Grandin
2019-07-06Constify GlyphItemJan-Marek Glogowski
2019-06-07Bin the much too verbose SAL_INFO() calls for the "vcl.cg" tagTor Lillqvist
2019-06-06loplugin:data (macOS)Stephan Bergmann
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-04-21tdf#101854 Move to CommonSalLayout removed faux bold in macosTomaž Vajngerl
2019-03-08make it possible to use FileDefinitionWidgetDraw in more backendsTomaž Vajngerl
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-02-01remove unnecessary SAL_WARNNoel Grandin
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski
2019-01-25Change SalGraphics::GetTextLayout definitionJan-Marek Glogowski
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski
2018-10-25Need <o3tl/make_unique.hxx>Tor Lillqvist
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski
2018-10-05SAL_WRN and SAL_INFO tweaksTor Lillqvist
2018-10-02We shouldn't call DrawTextLayout() without a context on iOSTor Lillqvist
2018-09-19loplugin:useuniqueptr in GetTTSimpleGlyphMetricsNoel Grandin
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-21change FindFontSubstitute to operate on FontSelectPatternAttributesCaolán McNamara
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara
2018-08-21only need FontSelectPatternAttributes hereCaolán McNamara
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-29This cast seems completely unnecessary to me?Tor Lillqvist
2018-06-11drop PhysicalFontFace::CloneNoel Grandin
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin