summaryrefslogtreecommitdiff
path: root/vcl/inc/sallayout.hxx
AgeCommit message (Expand)Author
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-09-19vcl: test PhysicalFontFamily and move to vcl::font namespaceChris Sherlock
2021-09-18vcl: add sal/config.h in preparation for patchChris Sherlock
2021-09-06vcl: migrate ImplLayoutRuns to own filesChris 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-03rename NeedFallback to HasFallbackRunNoel Grandin
2021-09-03simplify ApplyDXArray method paramsNoel Grandin
2021-08-30vcl: move TextLayoutCache into vcl::text namespaceChris Sherlock
2021-06-21tdf#142560 handle cached glpyh items in ImplGlyphFallbackLayoutMark Hung
2021-03-21reuse also font from cached SalLayoutGlyphsLuboš Luňák
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák
2020-12-03cid#1468270 Wrapper object use after freeCaolán McNamara
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-05-25loplugin:constantparamNoel Grandin
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2019-11-03make some classes module-privateNoel Grandin
2019-06-13tdf#42949 Fix IWYU warnings in vcl/inc/*Gabor Kelemen
2019-03-22Related: tdf#124109 vcl: make glyph item caching work with kashida glyphsMiklos Vajna
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-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
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-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski
2018-09-14loplugin:constfields in vclNoel Grandin
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: separate SalLayout from the rest of sallayout.hxxMiklos Vajna
2018-07-24GetCharWidths always returns trueCaolán McNamara
2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin
2018-05-12Make SalLayout overrides finalKhaled Hosny
2018-05-12SalLayout::CalcAsianKerning() can be made localKhaled Hosny
2018-05-12Drop trivial, used only once, functionsKhaled Hosny
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny
2018-04-27tdf#66597 Fix PDF text extraction for complex textKhaled Hosny
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny
2018-04-22Rename GlyphItem::IsClusterStart() → IsInCluster()Khaled Hosny
2018-04-22sal_GlyphId can be 16 bit nowKhaled Hosny
2018-04-22Don’t abuse glyph id for flagging dropped glyphsKhaled Hosny
2018-04-22Drop header that had just one typedefKhaled Hosny
2018-04-21Drop GlyphItem constructor that is used only onceKhaled Hosny