summaryrefslogtreecommitdiff
path: root/vcl/inc/sallayout.hxx
AgeCommit message (Expand)Author
2024-10-18tdf#163215: Enable kashida justification for AAT fontsJonathan Clark
2024-08-19CairoSDPR: Text render needs MultiSalLayout supportArmin Le Grand (Collabora)
2024-08-19SalLayout::InitFont doesn't do anythingCaolán McNamara
2024-08-05CairoSDPR: direct text rendering using CairoArmin Le Grand (Collabora)
2024-05-29tdf#81272 Improved CJK fallback rendering performanceJonathan Clark
2024-05-22tdf#124116 Correct Writer text shaping across formatting changesJonathan Clark
2024-05-17tdf#61444 Correct Writer text layout across formatting changesJonathan Clark
2024-03-16reduce symbol visibility in vclNoel Grandin
2024-03-14reduce symbol visibility in vclNoel Grandin
2023-08-23tdf#146619 Remove unused includes from vcl/incGabor Kelemen
2023-07-30tdf#107612: Include NNBSP and Mongolian characters in the same fallback runKhaled Hosny
2023-07-23tdf#156377: Improve cursor traversal in UI widgetsKhaled Hosny
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny
2023-07-23vcl: Use more doubles for text measurementsKhaled Hosny
2023-07-23vcl: Use doubles for glyph item coordinatesKhaled Hosny
2023-06-13tdf#152048: Fix measuring text width with font fallbackKhaled Hosny
2022-12-04Related: tdf#152196 adjustLinearPosX takes a doubleCaolán McNamara
2022-12-03Related: tdf#152196 these should be at least DeviceCoordinateCaolán McNamara
2022-10-03tdf#151262 drop subpixel->logic pos assertsCaolán McNamara
2022-09-30vcl: No need to get font face from GetNextGlyphs()Khaled Hosny
2022-09-27tdf#151187 don't check glyph substitute positionsCaolán McNamara
2022-09-21use more string_view in vclNoel Grandin
2022-08-31tdf#30731: Improve caret travelling in WriterKhaled Hosny
2022-08-20always transport the text dxarray as doubles when renderingCaolán McNamara
2022-08-14Streamline Kashida validation logicKhaled Hosny
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-06-13remove #undefNoel Grandin
2022-04-14move vcl::text::TextLayoutCache caching to the class itselfLuboš Luňák
2022-04-13use more string_view in vclNoel Grandin
2022-03-15make CreateTextLayoutCache() cached (tdf#116400)Luboš Luňák
2022-01-17ensure glyph fallback would use the correct dxarray variantCaolán McNamara
2022-01-13keep scaled ResolutionIndependentLayout glyph positions as floating pointCaolán McNamara
2022-01-12keep positions as DeviceCoordinate within SalLayoutCaolán McNamara
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