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