summaryrefslogtreecommitdiff
path: root/vcl/quartz
AgeCommit message (Expand)Author
2018-02-06tdf#69254: Tweak mapping from CoreText weight to our FontWeight a bitTor Lillqvist
2017-02-24tdf#104509: Fix GetGlyphBoundRect on MacKhaled Hosny
2017-02-24Don’t return false for blank glyphsKhaled Hosny
2016-11-22tdf#55469 Consistent line spacing across platformsKhaled Hosny
2016-11-13tdf#103895: Another fix too macOS glyph boundingKhaled Hosny
2016-11-13Simplify vertical text drawing on macOSKhaled Hosny
2016-11-13Fix buildKhaled Hosny
2016-11-13Unused codeKhaled 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-18Rewrite AquaSalGraphics::DrawSalLayout()Khaled Hosny
2016-10-18Support font fallback on macOS for CommonSalLayoutKhaled Hosny
2016-10-18Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled 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: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain
2016-10-18GSoC: Add new CommonSalLayout classAkash Jain
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-09-23tdf#100994: use CGContextStrokePath insteadJulien Nabet
2016-09-14loplugin:overrideStephan Bergmann
2016-09-05convert OutDevSupportType to scoped enumNoel Grandin
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-08-17Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist
2016-08-14loplugin:overrideparamStephan Bergmann
2016-08-08loplugin:overrideparamStephan Bergmann
2016-06-21vcl: remove some commented-out codeThorsten Behrens
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-06-09tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu
2016-05-26vcl: replace boost::shared_array with std::shared_ptrMichael Stahl
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin
2016-05-14cppcheck: uninitialised members in vclJochen Nitschke
2016-05-12Missing SAL_FALLTHROUGH (see comment above)Stephan Bergmann
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin
2016-05-10Convert SAL_INVERT to scoped enumNoel Grandin
2016-05-10convert SAL_ROP to scoped enumNoel Grandin
2016-05-01fix copy&paste errorJochen Nitschke
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel
2016-02-26loplugin:commaoperatorStephan Bergmann
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-02-05mysterious OutDevSupport_B2DClip is unusedCaolán McNamara
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara
2016-02-02windows impl doesn't care if drawPolyLine LineWidth y != xCaolán McNamara
2016-01-22vcl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl