summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/CommonSalLayout.cxx
AgeCommit message (Expand)Author
2021-10-25replace friend access with functionsLuboš Luňák
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock
2021-09-21stack allocate this TextLayoutCache object (tdf#125892Noel Grandin
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock
2021-09-06vcl: move ImplLayoutArgs to own header and source filesChris Sherlock
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-09-03pull duplicate field out of GlyphItemNoel Grandin
2021-09-03rename NeedFallback to AddFallbackRunNoel Grandin
2021-09-03simplify ApplyDXArray method paramsNoel Grandin
2021-08-30vcl: move TextLayoutCache into vcl::text namespaceChris Sherlock
2021-08-28vcl: move TextLayoutCache to own module headerChris Sherlock
2021-06-23disable ligatures for monospace fontsCaolán McNamara
2021-05-05vcl: adjust LayoutText() for vertical writing.Mark Hung
2021-03-21fix SalLayoutGlyphs caching with MultiSalLayoutLuboš Luňák
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák
2021-01-14Use o3tl::temporary in one more call to OUString::iterateCodePointsStephan Bergmann
2020-08-04loplugin:flatten in vcl/gdiNoel Grandin
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-08tdf#121740 speed up font loadingNoel Grandin
2019-08-05Graphite fonts don't need runs broken by scriptMartin Hosken
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-07-06Constify GlyphItemJan-Marek Glogowski
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-06-04Use ICU UCHAR_VERTICAL_ORIENTATION when availableKhaled Hosny
2019-06-03tdf#107487 fix font fallback for non-BMP characters.Mark Hung
2019-04-28Just apply Asian kerning to unmodified glyphsJan-Marek Glogowski
2019-04-09tdf#103322 GlyphItem::m_aLinearPos use getX() instead of X()Alexander Farrow
2019-03-22Related: tdf#124109 vcl: make glyph item caching work with kashida glyphsMiklos Vajna
2019-03-12tdf#123304: Allow the full feature syntax as pre 6.2Khaled Hosny
2019-03-11merge SalLayoutGlyphsImpl and SalGenericLayoutGlyphsImplNoel Grandin
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski
2019-01-23loplugin:constparams in vclNoel Grandin
2018-10-30tdf#120982 add font reference to SalLayoutGlyphsImplJan-Marek Glogowski
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-12Simplify HarfBuzz shaping callKhaled Hosny
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-21can use FontSelectPatternAttributes hereCaolán McNamara
2018-08-16vcl: use SalLayoutGlyphs, not SalLayout for pre-computed layoutMiklos Vajna
2018-08-16vcl: support pre-computed glyph items in OutputDevice::ImplLayout()Miklos Vajna
2018-08-16vcl: introduce a SalLayoutFlags::GlyphItemsOnlyMiklos Vajna
2018-08-10vcl text layout: return early for empty stringsMiklos Vajna
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-24GetCharWidths always returns trueCaolán McNamara
2018-07-24forcepoint#53 restrict to expected index rangeCaolán McNamara
2018-06-16vcl: parser of font features included in the font nameTomaž Vajngerl