summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/sallayout.cxx
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-23Removed duplicated includeAndrea Gelmini
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
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-08-30vcl: move TextLayoutCache into vcl::text namespaceChris Sherlock
2021-06-21tdf#142560 handle cached glpyh items in ImplGlyphFallbackLayoutMark Hung
2021-05-28vcl: handle fallback glyph offset for vertical writing.Mark Hung
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák
2020-12-29use new toRadians function in more placesNoel Grandin
2020-12-24custom literal for Degree10Noel Grandin
2020-12-03cid#1468270 Wrapper object use after freeCaolán McNamara
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-08-04loplugin:flatten in vcl/gdiNoel Grandin
2020-05-25loplugin:constantparamNoel Grandin
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-07-06Constify GlyphItemJan-Marek Glogowski
2019-05-04Restore old quick-check behaviour...Jan-Marek Glogowski
2019-04-28Move and fix Asian kerning unicode point checkJan-Marek Glogowski
2019-04-28Move lcl_CalcAsianKerning near its only userJan-Marek Glogowski
2019-04-09tdf#103322 GlyphItem::m_aLinearPos use getX() instead of X()Alexander Farrow
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski
2018-12-06Resolves: tdf#121936 uninitialized value usedCaolán McNamara
2018-11-26remove unused SalLayoutFlags enum valuesNoel Grandin
2018-11-01tdf#121030 invalidate referenced FontInstancesJan-Marek Glogowski
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-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
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-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-24GetCharWidths always returns trueCaolán McNamara
2018-07-24split buffers to clarify what it doesCaolán McNamara
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-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny
2018-04-22Rename GlyphItem::IsClusterStart() → IsInCluster()Khaled Hosny