summaryrefslogtreecommitdiff
path: root/vcl/quartz/salgdi.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-30tdf#101854 Move to CommonSalLayout removed faux bold in macosTomaž Vajngerl1-0/+9
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
2018-09-19loplugin:useuniqueptr in GetTTSimpleGlyphMetricsNoel Grandin1-3/+3
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara1-3/+3
2018-08-21change FindFontSubstitute to operate on FontSelectPatternAttributesCaolán McNamara1-11/+3
2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara1-19/+2
2018-08-21only need FontSelectPatternAttributes hereCaolán McNamara1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-29This cast seems completely unnecessary to me?Tor Lillqvist1-1/+1
2018-06-11drop PhysicalFontFace::CloneNoel Grandin1-8/+0
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin1-6/+4
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin1-2/+2
2018-05-29Change SFErrCodes to scoped enumStephan Bergmann1-2/+2
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny1-4/+3
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski1-1/+1
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski1-23/+29
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny1-1/+1
2018-03-26replace SalColor with ColorNoel Grandin1-3/+3
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-9/+9
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-2/+2
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski1-1/+1
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann1-12/+12
2017-08-08tdf#111497: fix leak in FindFontSubstitute with CFReleaseJulien Nabet1-0/+1
2017-08-07tdf#111432: fix leaks in AddTempDevFont with CFReleaseJulien Nabet1-0/+2
2017-08-07loplugin:casttovoidStephan Bergmann1-1/+0
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-4/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-7/+3
2016-12-11sal_GlyphId is a simple glyph id nowKhaled Hosny1-1/+1
2016-12-11Don’t encode font fallback level in the glyph idKhaled Hosny1-2/+2
2016-12-11Don’t encode the vertical flag in the glyph idKhaled Hosny1-1/+1
2016-12-10Use GlyphItem in more placesKhaled Hosny1-6/+6
2016-12-10Pass GlyphItem aroundKhaled Hosny1-4/+4
2016-12-01Unused codeKhaled Hosny1-17/+2
2016-11-29Strip down GetEmbedFontData to what is really usedKhaled Hosny1-6/+1
2016-11-29SalGraphics::GetFontEncodingVector() is a noop nowKhaled Hosny1-7/+0
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny1-10/+0
2016-11-26Kill old Core Text layout engineKhaled Hosny1-13/+5
2016-11-26ServerFontLayout is already goneKhaled Hosny1-1/+1
2016-11-13Simplify vertical text drawing on macOSKhaled Hosny1-36/+31
2016-11-13Fix buildKhaled Hosny1-2/+0
2016-11-13Unused codeKhaled Hosny1-59/+0
2016-10-18Rewrite AquaSalGraphics::DrawSalLayout()Khaled Hosny1-22/+67