summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)AuthorFilesLines
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 Bergmann2-2/+0
2017-08-07loplugin:unnecessaryparenStephan Bergmann2-2/+2
2017-06-20new cannot return nullptrNoel Grandin1-6/+3
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 Grandin3-6/+6
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna3-6/+6
2017-03-28ofz#954 out of memoryCaolán McNamara1-0/+5
2017-03-02Fix typosAndrea Gelmini1-1/+1
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
2017-02-09convert FontType to scoped enumNoel Grandin1-3/+3
2017-02-08drop unused enum TTCreationFlagsNoel Grandin1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-7/+3
2017-01-30tdf#104693: screenshot: fix mirrored mac screenshotsThorsten Behrens2-2/+10
2016-12-12Don’t return false for blank glyphsKhaled Hosny1-0/+13
2016-12-11sal_GlyphId is a simple glyph id nowKhaled Hosny3-4/+4
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 Hosny2-3/+3
2016-12-10Use GlyphItem in more placesKhaled Hosny2-11/+11
2016-12-10Pass GlyphItem aroundKhaled Hosny1-4/+4
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-3/+3
2016-12-06OSL_TRACE -> SAL_ in vclNoel Grandin1-1/+1
2016-12-01Unused codeKhaled Hosny2-29/+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 Hosny2-21/+0
2016-11-26Kill old Core Text layout engineKhaled Hosny5-951/+7
2016-11-26ServerFontLayout is already goneKhaled Hosny1-1/+1
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-13Simplify vertical text drawing on macOSKhaled Hosny1-36/+31
2016-11-13Fix buildKhaled Hosny1-2/+0
2016-11-13Unused codeKhaled Hosny1-59/+0
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-18Rewrite AquaSalGraphics::DrawSalLayout()Khaled Hosny1-22/+67
2016-10-18Support font fallback on macOS for CommonSalLayoutKhaled Hosny2-30/+107
2016-10-18Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny1-1/+1
2016-10-18Cache HarfBuzz fontKhaled Hosny1-3/+3
2016-10-18GSoC: Speed up CommonSalLayout by caching hb_faceAkash Jain1-0/+3
2016-10-18GSoC: Integrate new CommonSalLayout in quartz/ codeAkash Jain4-40/+41
2016-10-18GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain1-1/+2
2016-10-18GSoC: Add new CommonSalLayout classAkash Jain1-0/+1
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-4/+4
2016-09-23tdf#100994: use CGContextStrokePath insteadJulien Nabet1-2/+2
2016-09-14loplugin:overrideStephan Bergmann1-1/+1