summaryrefslogtreecommitdiff
path: root/vcl/quartz/ctfonts.cxx
AgeCommit message (Expand)Author
2018-02-22tdf#68889: Fix the weight reported by the system for the problematic fontTor Lillqvist
2018-02-22tdf#67744: Fix the weight reported by the system for the problematic fontTor Lillqvist
2018-01-23tdf#69254: Tweak mapping from CoreText weight to our FontWeight a bitTor Lillqvist
2018-01-23The CT prefix is used by the CoreText APITor Lillqvist
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann
2017-08-31loplugin:constparams: vcl (macOS)Stephan Bergmann
2017-08-07loplugin:unnecessaryparenStephan Bergmann
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-26Round glyph bbox on Mac similar to other platformsKhaled Hosny
2017-02-22tdf#104509: Fix GetGlyphBoundRect on MacKhaled Hosny
2016-12-12Don’t return false for blank glyphsKhaled Hosny
2016-12-11sal_GlyphId is a simple glyph id nowKhaled Hosny
2016-12-11Don’t encode the vertical flag in the glyph idKhaled Hosny
2016-12-10Use GlyphItem in more placesKhaled Hosny
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny
2016-11-26Kill old Core Text layout engineKhaled Hosny
2016-11-22tdf#55469 Consistent line spacing across platformsKhaled Hosny
2016-11-13tdf#103895: Another fix too macOS glyph boundingKhaled Hosny
2016-11-07-Werror,-Wdeprecated-declarationsStephan Bergmann
2016-11-07Set Kashida width also on macOSKhaled Hosny
2016-11-02Fix GetGlyphBoundRect() on macOSKhaled Hosny
2016-10-25Skip font formats not supported by CommonSalLayoutKhaled Hosny
2016-10-18Cache HarfBuzz fontKhaled Hosny
2016-10-18GSoC: Speed up CommonSalLayout by caching hb_faceAkash Jain
2016-10-18GSoC: Integrate new CommonSalLayout in quartz/ codeAkash Jain
2016-10-18GSoC: Add new CommonSalLayout classAkash Jain
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-12Missing SAL_FALLTHROUGH (see comment above)Stephan Bergmann
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock
2016-01-10vcl: (OS X only) Change CoreTextFontData to CoreTextFontFaceChris Sherlock
2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock
2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock
2016-01-03vcl: split out ImplFontAttributes into own headerChris Sherlock
2016-01-03vcl: rename variables from metric names to font attribute namesChris Sherlock
2016-01-03vcl: merge ImplFontMetricData with ImplFontAttributesChris Sherlock
2016-01-03vcl: convert ImplFontMetricData to accessor functionsChris Sherlock
2015-12-31vcl: merge ImplDevFontAttributes with ImplFontAttributesChris Sherlock
2015-12-31vcl: create accessor functions for ImplDevFontAttributesChris Sherlock
2015-11-19Add ImplFontMetricData::mbTrueTypeFontTor Lillqvist
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-10-02-Werror,-Wdeprecated-declarationsStephan Bergmann