summaryrefslogtreecommitdiff
path: root/vcl/quartz/ctfonts.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-21tdf#101854 Move to CommonSalLayout removed faux bold in macosTomaž Vajngerl1-3/+2
2019-03-08Don'tbuild HarfBuzz with Core Text support on macOS/iOSKhaled Hosny1-11/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-1/+1
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski1-11/+5
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski1-2/+2
2018-10-30Rely on the font instance of the glyphJan-Marek Glogowski1-2/+5
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski1-4/+4
2018-10-21loplugin:redundantinlineStephan Bergmann1-1/+1
2018-10-14Simplify containers iterations in vclArkadiy Illarionov1-3/+2
2018-10-06OSX use font cache based glyph rect cacheJan-Marek Glogowski1-1/+5
2018-09-18loplugin:external (macOS)Stephan Bergmann1-1/+1
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara1-2/+2
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara1-3/+2
2018-08-17loplugin:cstylecastStephan Bergmann1-1/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-11drop PhysicalFontFace::CloneNoel Grandin1-5/+1
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin1-1/+1
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin1-10/+5
2018-05-12Use HarfBuzz to get Kashida widthKhaled Hosny1-13/+2
2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski1-3/+41
2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski1-19/+22
2018-02-22tdf#68889: Fix the weight reported by the system for the problematic fontTor Lillqvist1-0/+11
2018-02-22tdf#67744: Fix the weight reported by the system for the problematic fontTor Lillqvist1-1/+13
2018-01-23tdf#69254: Tweak mapping from CoreText weight to our FontWeight a bitTor Lillqvist1-1/+1
2018-01-23The CT prefix is used by the CoreText APITor Lillqvist1-7/+7
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-4/+4
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski1-5/+0
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski1-1/+1
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann1-10/+10
2017-08-31loplugin:constparams: vcl (macOS)Stephan Bergmann1-1/+1
2017-08-07loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-02-26Round glyph bbox on Mac similar to other platformsKhaled Hosny1-4/+5
2017-02-22tdf#104509: Fix GetGlyphBoundRect on MacKhaled Hosny1-2/+2
2016-12-12Don’t return false for blank glyphsKhaled Hosny1-0/+13
2016-12-11sal_GlyphId is a simple glyph id nowKhaled Hosny1-2/+2
2016-12-11Don’t encode the vertical flag in the glyph idKhaled Hosny1-2/+2
2016-12-10Use GlyphItem in more placesKhaled Hosny1-5/+5
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny1-11/+0
2016-11-26Kill old Core Text layout engineKhaled Hosny1-15/+2
2016-11-22tdf#55469 Consistent line spacing across platformsKhaled Hosny1-6/+16
2016-11-13tdf#103895: Another fix too macOS glyph boundingKhaled Hosny1-1/+5
2016-11-07-Werror,-Wdeprecated-declarationsStephan Bergmann1-0/+4
2016-11-07Set Kashida width also on macOSKhaled Hosny1-0/+9
2016-11-02Fix GetGlyphBoundRect() on macOSKhaled Hosny1-2/+2
2016-10-25Skip font formats not supported by CommonSalLayoutKhaled Hosny1-0/+14
2016-10-18Cache HarfBuzz fontKhaled Hosny1-3/+3
2016-10-18GSoC: Speed up CommonSalLayout by caching hb_faceAkash Jain1-0/+3