summaryrefslogtreecommitdiff
path: root/vcl/inc/generic/glyphcache.hxx
AgeCommit message (Expand)Author
2015-06-04convert basebmp::Format to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
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-28tdf#89666: vcl: speed up HbLayoutEngine with cache in SwTxtFormatInfoMichael Stahl
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-03GlyphCachePeer::mnBytesUsed is always zeroStephan Bergmann
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-11vcl: ServerFontLayout::setNeedFallback() -> SetNeedFallback()Chris Sherlock
2015-01-11vcl: LayoutEngine::layout() to LayoutEngine::Layout()Chris Sherlock
2015-01-11vcl: cosmetic reident and cleanup of RawBitmap class definitionChris Sherlock
2015-01-11vcl: cosmetic reident of GlyphCachePeer class definitionChris Sherlock
2015-01-11vcl: cosmetic reident and cleanup of ServerFontLayoutEngine class definitionChris Sherlock
2015-01-11vcl: reident ServerFontLayout class definitionChris Sherlock
2015-01-11vcl: cosmetic changes to ImplServerFontEntry definitionChris Sherlock
2015-01-11vcl: ident cleanup of ServerFont class definitionChris Sherlock
2015-01-11vcl: more whitespace cleanup of GlyphCache class definitionChris Sherlock
2015-01-11vcl: whitespace cleanup on GlyphData class definitionChris Sherlock
2015-01-11vcl: whitespace cleanup on GlyphCache class definitionChris Sherlock
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-10extract cairo rendering and abstract platform bitsMarkus Mohrhard
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-06Remove pointless commented-out 'virtual' keywordsTor Lillqvist
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-21CosmeticsTor Lillqvist
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud
2014-02-26Remove visual noise from vclAlexander Wilms
2014-01-24coverity#738922 Uninitialized scalar fieldCaolán McNamara
2014-01-24coverity#738923 Uninitialized scalar fieldCaolán McNamara
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr
2013-10-28fixincludeguards.sh: vclThomas Arnhold
2013-10-21Simplify further after the kerning pair changesTor Lillqvist
2013-10-21Removed unused kerning stuffKhaled Hosny
2013-10-21Drop support for non-Unicode fontsKhaled Hosny
2013-09-30This have been unused for a whileKhaled Hosny
2013-07-12Fix headless mode glyph cache memory handlingStephan Bergmann
2013-06-16Bye Bye ICU Layout EngineKhaled Hosny
2013-06-04Resolves: rhbz#968892 force render full grapheme with fallback fontCaolán McNamara
2013-05-23Fix left to right full justificationKhaled Hosny
2013-05-06[harfbuzz] Fix text width calculation, 3rd tryKhaled Hosny
2013-05-06Remove unused variablesKhaled Hosny
2013-05-06[harfbuzz] Support Unicode variation selectorsKhaled Hosny
2013-04-29[harfbuzz] Fix text width calculation for realKhaled Hosny