summaryrefslogtreecommitdiff
path: root/vcl/generic/glyphs/gcach_layout.cxx
AgeCommit message (Expand)Author
2016-01-11vcl: move all glyph files from generic to unxChris Sherlock
2016-01-11vcl: rename gcach_ftyp.{cxx|hxx} to freetype_glyphcache.{cxx|hxx}Chris Sherlock
2016-01-09vcl: move some Freetype stuff away from the "generic" folderChris Sherlock
2015-11-27Disable code not needed with new HarfBuzz versionsKhaled Hosny
2015-11-26tdf#91288 Does not display traditional Chinese variant ofMark Hung
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl
2015-08-16Fix tdf#40091 and tdf#40335 text layout issues.Mark Hung
2015-08-01Move fix for tdf#89231 to a better placeKhaled Hosny
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-26Resolves: tdf#89231 if no font has 0x202F fallback to a normal spaceCaolán McNamara
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-20convert SAL_LAYOUT flags to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-07invalid index on load of ooo86460-1.xlsCaolán McNamara
2015-04-02fix crash with ooo71962-1.odtCaolán McNamara
2015-03-31tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl
2015-03-28Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"Norbert Thiebaud
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl
2015-02-26tdf#89666: vcl: speed up HbLayoutEngine line layout for large paragraphsMichael Stahl
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-04coverity#1268025 mnOrigHeight and mnNewHeight is unused nowCaolán McNamara
2015-01-30vcl: add GenericSalLayout::GetTextRect()Chris Sherlock
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-11vcl: ServerFontLayout::setNeedFallback() -> SetNeedFallback()Chris Sherlock
2015-01-11vcl: LayoutEngine::layout() to LayoutEngine::Layout()Chris Sherlock
2014-11-28Revert "Related: deb#766788 alloc on heap instead of stack"Caolán McNamara
2014-11-28vcl: fix crash in HbLayoutEngine::layout() in sc_subsequent_filters_testMichael Stahl
2014-11-28Related: deb#766788 alloc on heap instead of stackCaolán McNamara
2014-10-09move copy of icu's ScriptRun into vcl namespaceCaolán McNamara
2014-05-28Fix build to work with older harfbuzz versions.Thorsten Behrens
2014-05-09use vcl::unohelper::CreateBreakIterator consistentlyCaolán McNamara
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-05MinorKhaled Hosny
2014-02-05Set HarfBuzz buffer flags for text boundariesKhaled Hosny
2014-01-18This is an int, not floatKhaled Hosny
2014-01-18SimplifyKhaled Hosny
2014-01-18MinorKhaled Hosny
2014-01-18Do proper script itemization with HarfBuzzKhaled Hosny
2013-10-30fdo#70968: Incorrect rendering of Devanagari short 'i' vowelKhaled Hosny
2013-10-30SimplifyKhaled Hosny
2013-10-21Removed unused kerning stuffKhaled Hosny
2013-09-20Font and ImplLayoutArgs with LanguageTagEike Rathke