summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/sallayout.cxx
AgeCommit message (Expand)Author
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
2016-11-26Do not check for SAL_NO_COMMON_LAYOUT any moreKhaled Hosny
2016-11-26More dead codeKhaled Hosny
2016-11-26DisableGlyphProcessing flag is never set nowKhaled Hosny
2016-11-25Revert "tdf#89870: Add config option for layout engine"Khaled Hosny
2016-11-05Validate Kashida positions with font fallbackKhaled Hosny
2016-11-03tdf#89870: Add config option for layout engineKhaled Hosny
2016-11-03Revert "Revert "Enable the new text layout engine by default""Khaled Hosny
2016-11-01Revert "Enable the new text layout engine by default"Khaled Hosny
2016-10-31Enable the new text layout engine by defaultKhaled Hosny
2016-10-18Check SAL_USE_COMMON_LAYOUT envar in one placeKhaled Hosny
2016-10-11Revert "Hack to make Arabic subtending marks work"Khaled Hosny
2016-09-09Hack to make Arabic subtending marks workKhaled Hosny
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-03-07tdf#96099 Reduce number of trivial typedefsChirag Manwani
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2015-12-21These functions can be voidTor Lillqvist
2015-12-15Get rid of :: prefix for basegfx in include/vcl and vclTor Lillqvist
2015-11-25tdf#95783: Don't calculate width of text with glyph fallback as way too wideTor Lillqvist
2015-11-24Bin old Windows-only MULTI_SL_DEBUG code of dubious usefulnessTor Lillqvist
2015-11-24It's "incomplete", not "in complete"Tor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-24cppcheck: invalidPrintfArgType_sintCaolán McNamara
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara
2015-10-02Resolves: tdf#92993 access violation on particular .docx on glyph layoutCaolán McNamara
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2015-09-29vcl: replace alloca() with std::unique_ptrMichael Stahl
2015-08-18tdf#832525 - Wrong punctuation direction after Chinese characters inMark Hung