summaryrefslogtreecommitdiff
path: root/include/vcl/vcllayout.hxx
AgeCommit message (Expand)Author
2022-11-29SalLayout::mnUnitsPerPixel is always 1Caolá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-08-31tdf#30731: Improve caret travelling in WriterKhaled Hosny
2022-08-26automatically set TextRenderModeForResolutionIndependentLayout if we scaleCaolán McNamara
2022-08-14Streamline Kashida validation logicKhaled Hosny
2022-01-16Related: tdf#146453 retain accurate positioning in rotated text renderingCaolán McNamara
2022-01-16tdf#146439 retain precise base start pos when using ResolutionIndependentLayoutCaolán McNamara
2022-01-12keep positions as DeviceCoordinate within SalLayoutCaolán McNamara
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock
2021-09-20tdf#124176 - Use pragma once instead of include guardsChris 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-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-05-25loplugin:constantparamNoel Grandin
2019-07-06Constify GlyphItemJan-Marek Glogowski
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-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-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