summaryrefslogtreecommitdiffstats
path: root/vcl/generic/glyphs
Commit message (Expand)AuthorAgeFilesLines
...
* Resolves: tdf#89231 if no font has 0x202F fallback to a normal spaceCaolán McNamara2015-05-261-0/+6
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-252-2/+2
* Remove include stdio (part6)Julien Nabet2015-05-231-1/+0
* convert SAL_LAYOUT flags to scoped enumNoel Grandin2015-05-201-5/+5
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-3/+3
* invalid index on load of ooo86460-1.xlsCaolán McNamara2015-04-071-5/+4
* fix crash with ooo71962-1.odtCaolán McNamara2015-04-021-1/+1
* tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl2015-03-311-8/+56
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-312-6/+6
* Revert "tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfo"Norbert Thiebaud2015-03-281-56/+8
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-11/+11
* tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl2015-03-281-8/+56
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* Speed up ScriptRun::getPairIndexNoel Grandin2015-03-192-90/+75
* loplugin:constantfunction: vclNoel Grandin2015-03-191-7/+1
* WaE: comparison of integers of different signsTor Lillqvist2015-03-021-2/+2
* -Werror,-Wsign-compareNoel Grandin2015-03-021-4/+6
* tdf#89666: vcl: speed up HbLayoutEngine line layout for large paragraphsMichael Stahl2015-02-261-1/+1
* Resolves: tdf#89252 Fix bold, regular font spacing bug for Graphite fontsMartin Hosken2015-02-121-2/+2
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-11/+11
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-2/+0
* coverity#1268025 mnOrigHeight and mnNewHeight is unused nowCaolán McNamara2015-02-041-1/+1
* GlyphCachePeer::mnBytesUsed is always zeroStephan Bergmann2015-02-031-3/+2
* vcl: add GenericSalLayout::GetTextRect()Chris Sherlock2015-01-301-1/+1
* Some more loplugin:cstylecast: vclStephan Bergmann2015-01-203-6/+6
* vcl: ServerFontLayout::setNeedFallback() -> SetNeedFallback()Chris Sherlock2015-01-111-2/+2
* vcl: LayoutEngine::layout() to LayoutEngine::Layout()Chris Sherlock2015-01-111-3/+3
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-022-4/+4
* give us a parenStack which can grow to fit any inputCaolán McNamara2014-11-302-2/+8
* Revert "Related: deb#766788 alloc on heap instead of stack"Caolán McNamara2014-11-281-7/+7
* vcl: fix crash in HbLayoutEngine::layout() in sc_subsequent_filters_testMichael Stahl2014-11-281-1/+0
* Related: deb#766788 alloc on heap instead of stackCaolán McNamara2014-11-281-7/+8
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* coverity#1250439 Structurally dead codeCaolán McNamara2014-11-011-6/+3
* cid#735557 Logically dead codeNoel Grandin2014-10-271-8/+0
* vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock2014-10-132-8/+9
* coverity738920 Uninitialized scalar fieldCaolán McNamara2014-10-101-2/+3
* move copy of icu's ScriptRun into vcl namespaceCaolán McNamara2014-10-093-1/+8
* vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock2014-10-062-7/+12
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-301-4/+4
* loplugin: cstylecastNoel Grandin2014-09-291-1/+1
* server font dtor always calls ReleaseFaceFTCaolán McNamara2014-09-111-6/+5
* clang: Dead incrementCaolán McNamara2014-06-261-1/+0
* new compilerplugin returnbyrefNoel Grandin2014-06-242-3/+3
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-4/+0
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-4/+0
* fdo#78906 : File crashes while opening.Umesh Kadam2014-06-051-1/+8
* Fix build to work with older harfbuzz versions.Thorsten Behrens2014-05-281-1/+1
* lsan: mpFontCharMap double-add-ref, never releasedCaolán McNamara2014-05-161-2/+2
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-151-2/+2