summaryrefslogtreecommitdiff
path: root/vcl/quartz/ctlayout.cxx
AgeCommit message (Expand)Author
2016-01-22vcl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2016-01-10vcl: promote ImplFontAttributes to FontAttributesChris Sherlock
2016-01-10vcl: (OS X only) Change CoreTextFontData to CoreTextFontFaceChris Sherlock
2015-12-31vcl: merge ImplDevFontAttributes with ImplFontAttributesChris Sherlock
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara
2015-08-12cosmetic: clean-up vcl/quartzNorbert Thiebaud
2015-07-04tdf#88941 Revert "vcl quartz: Add support back for DXArray tweaking"Norbert Thiebaud
2015-05-24tdf#87373: Bad text spacing on OS XThorsten Wagner
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin
2015-05-04Revert "Fix tdf#87373: Kerning broken on OS X"Khaled Hosny
2015-04-27Fix tdf#87373: Kerning broken on OS XThorsten Wagner
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-29loplugin:cstylecastStephan Bergmann
2015-02-24TyposJulien Nabet
2014-12-04vcl (Mac): loplugin:cstylecastStephan Bergmann
2014-12-03fdo#85806: Hebrew and Arabic is not working on MACgalbarnissan
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-30address LTR issue with coretext renderingNorbert Thiebaud
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist
2014-09-12Revert "vcl: use DeviceCoordinate for GetCaretPositions in sallayout"Norbert Thiebaud
2014-09-12vcl: use DeviceCoordinate for GetCaretPositions in sallayoutNorbert Thiebaud
2014-09-03fdo#82818 vcl macosx. fix asian vertical ctlayoutNorbert Thiebaud
2014-09-03extra witdh for GetTextBreak is of DeviceCoordinateNorbert Thiebaud
2014-09-03SalLayout GetTextWidth return DeviceCoordinateNorbert Thiebaud
2014-08-14GetTextBreak takes a DeviceCoordinate as widthNorbert Thiebaud
2014-07-20vcl mac SDK issue with API manipulating RectNorbert Thiebaud
2014-07-20vcl quartz: restore old outline front drawingNorbert Thiebaud
2014-07-20vcl quartz: Add support back for DXArray tweakingNorbert Thiebaud
2014-07-20vcl quartz use the font size to approximate the position of the bulletNorbert Thiebaud
2014-07-20vcl quartz: draw 'bullet' manually for better controlNorbert Thiebaud
2014-07-20vcl use DeviceCoordinate got GetNextGlyphsNorbert Thiebaud
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud
2014-07-20Use DeviceCorrdinate for DXArray in FillDXArray and ImplLayoutArgsNorbert Thiebaud
2014-07-15fdo#79673 quartz: draw 'bullet' for 'space' directly in one passNorbert Thiebaud
2014-07-07Add a few more SAL_INFOsTor Lillqvist
2014-06-03Related: #i125020# fix the calculation of the text-update rectangle...Herbert Dürr
2014-06-03Resolves: #i124935# fix expanded/condensed text breaking...Herbert Dürr
2014-05-29Resolves: #i124922# allow late setting of the font color...Herbert Dürr
2014-05-23Add SAL_INFO tracing for CoreText callsTor Lillqvist
2014-05-23fdo#77993 actually impact 10.6 too apparentlyNorbert Thiebaud
2014-05-13vcl-quartz: fix for fdo#77993 (specific to OS X <10.6)Douglas Mencken
2014-05-09Handle all-space corner caseStephan Bergmann
2014-05-08fix memory leaks in vcl quartzPtyl Dragon
2014-04-24vcl-quartz: fix build of recently introduced DrawTextSpecial for OSX<10.6Douglas Mencken
2014-04-12cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2014-04-09vcl quartz: cache per-run glyphs informationNorbert Thiebaud
2014-03-24Revert "Resolves: #i124375# force soft-hyphen visibility for CoreText..."Caolán McNamara