summaryrefslogtreecommitdiff
path: root/vcl/inc/sallayout.hxx
AgeCommit message (Expand)Author
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
2018-03-21tdf#115117: Fix PDF ToUnicode CMAP for ligaturesKhaled Hosny
2018-03-08loplugin:unusedfieldsNoel Grandin
2017-11-17loplugin:useuniqueptr in MultiSalLayoutNoel Grandin
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-10-05loplugin:finalclasses in vclNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin
2017-06-07Replace vcl::SalLayout Release with destructorTamas Bunth
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-29loplugin:unusedmethodsNoel Grandin
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-01-27DisableGlyphInjection does nothingKhaled Hosny
2016-12-23loplugin:unusedmethodsNoel Grandin
2016-12-11Drop SalLayout::IsSpacingGlyph()Khaled Hosny
2016-12-11Don’t encode font fallback level in the glyph idKhaled Hosny
2016-12-11Don’t encode the vertical flag in the glyph idKhaled Hosny
2016-12-10Remove noop SalLayout::UseCommonLayout()Khaled Hosny
2016-12-10MinorKhaled Hosny
2016-12-10Pass GlyphItem aroundKhaled Hosny
2016-12-01Unused codeKhaled Hosny
2016-11-28Simplify things a bitKhaled Hosny
2016-11-26Unused typedef’sKhaled Hosny
2016-11-26More dead codeKhaled Hosny
2016-11-26Kill old Core Text layout engineKhaled Hosny
2016-11-11tdf#103871: Set Kashida flag per glyphKhaled Hosny
2016-11-11FALLBACK_MASK flag is unusedKhaled Hosny
2016-11-05Validate Kashida positions with font fallbackKhaled Hosny
2016-10-18Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny
2016-10-18Fix applying DX adjustments in CommonSalLayoutKhaled Hosny
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin
2016-07-25new loplugin overrideparamNoel Grandin
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin