summaryrefslogtreecommitdiffstats
path: root/vcl/quartz
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-03-021-1/+1
* Round glyph bbox on Mac similar to other platformsKhaled Hosny2017-02-261-4/+5
* tdf#104509: Fix GetGlyphBoundRect on MacKhaled Hosny2017-02-221-2/+2
* convert FontType to scoped enumNoel Grandin2017-02-091-3/+3
* drop unused enum TTCreationFlagsNoel Grandin2017-02-081-1/+1
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-021-7/+3
* tdf#104693: screenshot: fix mirrored mac screenshotsThorsten Behrens2017-01-302-2/+10
* Don’t return false for blank glyphsKhaled Hosny2016-12-121-0/+13
* sal_GlyphId is a simple glyph id nowKhaled Hosny2016-12-113-4/+4
* Don’t encode font fallback level in the glyph idKhaled Hosny2016-12-111-2/+2
* Don’t encode the vertical flag in the glyph idKhaled Hosny2016-12-112-3/+3
* Use GlyphItem in more placesKhaled Hosny2016-12-102-11/+11
* Pass GlyphItem aroundKhaled Hosny2016-12-101-4/+4
* convert PolyFlags to scoped enumNoel Grandin2016-12-071-3/+3
* OSL_TRACE -> SAL_ in vclNoel Grandin2016-12-061-1/+1
* Unused codeKhaled Hosny2016-12-012-29/+2
* Strip down GetEmbedFontData to what is really usedKhaled Hosny2016-11-291-6/+1
* SalGraphics::GetFontEncodingVector() is a noop nowKhaled Hosny2016-11-291-7/+0
* Drop a bunch of font metrics flagsKhaled Hosny2016-11-292-21/+0
* Kill old Core Text layout engineKhaled Hosny2016-11-265-951/+7
* ServerFontLayout is already goneKhaled Hosny2016-11-261-1/+1
* tdf#55469 Consistent line spacing across platformsKhaled Hosny2016-11-221-6/+16
* tdf#103895: Another fix too macOS glyph boundingKhaled Hosny2016-11-131-1/+5
* Simplify vertical text drawing on macOSKhaled Hosny2016-11-131-36/+31
* Fix buildKhaled Hosny2016-11-131-2/+0
* Unused codeKhaled Hosny2016-11-131-59/+0
* -Werror,-Wdeprecated-declarationsStephan Bergmann2016-11-071-0/+4
* Set Kashida width also on macOSKhaled Hosny2016-11-071-0/+9
* Fix GetGlyphBoundRect() on macOSKhaled Hosny2016-11-021-2/+2
* Skip font formats not supported by CommonSalLayoutKhaled Hosny2016-10-251-0/+14
* Rewrite AquaSalGraphics::DrawSalLayout()Khaled Hosny2016-10-181-22/+67
* Support font fallback on macOS for CommonSalLayoutKhaled Hosny2016-10-182-30/+107
* Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny2016-10-181-1/+1
* Cache HarfBuzz fontKhaled Hosny2016-10-181-3/+3
* GSoC: Speed up CommonSalLayout by caching hb_faceAkash Jain2016-10-181-0/+3
* GSoC: Integrate new CommonSalLayout in quartz/ codeAkash Jain2016-10-184-40/+41
* GSoC: Modify DrawServerFontLayout and add DrawSalLayoutAkash Jain2016-10-181-1/+2
* GSoC: Add new CommonSalLayout classAkash Jain2016-10-181-0/+1
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-101-4/+4
* tdf#100994: use CGContextStrokePath insteadJulien Nabet2016-09-231-2/+2
* loplugin:overrideStephan Bergmann2016-09-141-1/+1
* convert OutDevSupportType to scoped enumNoel Grandin2016-09-051-2/+2
* boost::intrusive_ptr->tools::SvRefCaolán McNamara2016-09-022-8/+8
* Massage ifdefs etc for iOS to avoid undefinedsTor Lillqvist2016-08-171-4/+4
* loplugin:overrideparamStephan Bergmann2016-08-141-1/+1
* loplugin:overrideparamStephan Bergmann2016-08-081-3/+3
* vcl: remove some commented-out codeThorsten Behrens2016-06-211-5/+1
* convert DBG_ASSERT in vclNoel Grandin2016-06-176-17/+17
* tdf#96099 Remove various smart pointer typedefs in vclMark Page2016-06-102-10/+9
* tdf#96971 SetXORMode - remove un-needed parametermelikeyurtoglu2016-06-091-2/+2