summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/sallayout.cxx
AgeCommit message (Expand)Author
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
2018-04-22Don’t abuse glyph id for flagging dropped glyphsKhaled Hosny
2018-03-08loplugin:unusedfieldsNoel Grandin
2018-03-01tdf#60533 invoke ubidi_setPara with correct paraLevel parameter.Mark Hung
2018-02-25tdf#115353 layout fixTamas Bunth
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-02-11tdf#115353 tdf#114743 Use first valid glyphTamas Bunth
2018-02-05ofz#5942 Out of memoryCaolán McNamara
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
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-23loplugin:includeform: vclStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
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-05-18Remove parentheses around some comparisonsStephan Bergmann
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-03-14tdf#105454: Stop ignoring font kerning settingKhaled Hosny
2017-03-06Revert "Does aPos need proper initialization here?"Stephan Bergmann
2017-03-05Does aPos need proper initialization here?Stephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2017-01-27DisableGlyphInjection does nothingKhaled Hosny
2017-01-21This does not seem to be neededKhaled Hosny
2017-01-21Move these defines to the only file using themKhaled Hosny
2016-12-11Drop ComplexDisabled flags that does nothingKhaled Hosny
2016-12-11Drop SalLayout::IsSpacingGlyph()Khaled Hosny
2016-12-11sal_GlyphId is a simple glyph id nowKhaled Hosny
2016-12-11Don’t encode font fallback level in the glyph idKhaled Hosny
2016-12-10Remove noop SalLayout::UseCommonLayout()Khaled Hosny
2016-12-10Use GlyphItem in more placesKhaled Hosny
2016-12-10Pass GlyphItem aroundKhaled Hosny
2016-12-01Unused codeKhaled Hosny
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: vclStephan Bergmann
2016-11-28Use range for loopKhaled Hosny
2016-11-28Simplify things a bitKhaled Hosny