summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/sallayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-29use new toRadians function in more placesNoel Grandin1-1/+1
2020-12-24custom literal for Degree10Noel Grandin1-1/+1
2020-12-03cid#1468270 Wrapper object use after freeCaolán McNamara1-0/+5
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-3/+3
2020-10-19use tools::Long in vclNoel1-14/+14
2020-08-04loplugin:flatten in vcl/gdiNoel Grandin1-15/+15
2020-05-25loplugin:constantparamNoel Grandin1-7/+2
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen1-3/+0
2019-07-06Constify GlyphItemJan-Marek Glogowski1-35/+34
2019-05-04Restore old quick-check behaviour...Jan-Marek Glogowski1-8/+17
2019-04-28Move and fix Asian kerning unicode point checkJan-Marek Glogowski1-10/+10
2019-04-28Move lcl_CalcAsianKerning near its only userJan-Marek Glogowski1-50/+47
2019-04-09tdf#103322 GlyphItem::m_aLinearPos use getX() instead of X()Alexander Farrow1-5/+5
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-2/+2
2019-01-25Assert missing SalGraphics font on GetTextLayoutJan-Marek Glogowski1-6/+0
2018-12-06Resolves: tdf#121936 uninitialized value usedCaolán McNamara1-1/+3
2018-11-26remove unused SalLayoutFlags enum valuesNoel Grandin1-2/+0
2018-11-01tdf#121030 invalidate referenced FontInstancesJan-Marek Glogowski1-2/+2
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski1-8/+6
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski1-23/+25
2018-10-25Change GlyphItem::nFallbackLevel to font instanceJan-Marek Glogowski1-4/+5
2018-10-25Move GlyphItem into its own headerJan-Marek Glogowski1-50/+50
2018-10-25Drop duplicate PhysicalFontFace referenceJan-Marek Glogowski1-9/+9
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-16vcl: use SalLayoutGlyphs, not SalLayout for pre-computed layoutMiklos Vajna1-2/+2
2018-08-16vcl: support pre-computed glyph items in OutputDevice::ImplLayout()Miklos Vajna1-1/+1
2018-08-16vcl: introduce a SalLayoutFlags::GlyphItemsOnlyMiklos Vajna1-0/+6
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-24GetCharWidths always returns trueCaolán McNamara1-5/+3
2018-07-24split buffers to clarify what it doesCaolán McNamara1-3/+4
2018-05-12SalLayout::CalcAsianKerning() can be made localKhaled Hosny1-3/+3
2018-05-12Drop trivial, used only once, functionsKhaled Hosny1-5/+0
2018-05-11Fold CommonSalLayout into GenericSalLayoutKhaled Hosny1-6/+0
2018-04-25Simplify and rename SalLayout::GetNextGlyphsKhaled Hosny1-70/+30
2018-04-22Rename GlyphItem::IsClusterStart() → IsInCluster()Khaled Hosny1-1/+1
2018-04-22Don’t abuse glyph id for flagging dropped glyphsKhaled Hosny1-5/+4
2018-03-08loplugin:unusedfieldsNoel Grandin1-4/+4
2018-03-01tdf#60533 invoke ubidi_setPara with correct paraLevel parameter.Mark Hung1-4/+1
2018-02-25tdf#115353 layout fixTamas Bunth1-2/+2
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-7/+7
2018-02-11tdf#115353 tdf#114743 Use first valid glyphTamas Bunth1-9/+21
2018-02-05ofz#5942 Out of memoryCaolán McNamara1-0/+6
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-16/+16
2017-11-17loplugin:useuniqueptr in MultiSalLayoutNoel Grandin1-6/+4
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-5/+5
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-1/+1