summaryrefslogtreecommitdiff
path: root/vcl/generic/glyphs/gcach_ftyp.cxx
AgeCommit message (Expand)Author
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-01coverity#1250439 Structurally dead codeCaolán McNamara
2014-10-27cid#735557 Logically dead codeNoel Grandin
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-10coverity738920 Uninitialized scalar fieldCaolán McNamara
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-11server font dtor always calls ReleaseFaceFTCaolán McNamara
2014-06-26clang: Dead incrementCaolán McNamara
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-16lsan: mpFontCharMap double-add-ref, never releasedCaolán McNamara
2014-04-26coverity#738920 Uninitialized scalar fieldCaolán McNamara
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-22cppcheck: fix reassigned varsJulien Nabet
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-24coverity#735339 Unchecked return value from libraryCaolán McNamara
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr
2013-12-13graphite2: get visibility right for static linkage on windows.Michael Meeks
2013-12-11fontmanager.hxx is private to vclTor Lillqvist
2013-11-07vcl: WORDS_BIGENDIAN is never defined, use OSL_BIGENDIANMichael Stahl
2013-10-21Removed unused kerning stuffKhaled Hosny
2013-10-21Drop support for non-Unicode fontsKhaled Hosny
2013-10-20Bin pointless #ifdef'd codeKhaled Hosny
2013-10-07CID#708635 uninitialized membersCaolán McNamara
2013-10-02Spell "indices" correctlyTor Lillqvist
2013-09-06Check for FT_Face_GetCharVariantIndex at build timeKhaled Hosny
2013-09-06Simplify FreeType version checkKhaled Hosny
2013-09-04Require FreeType >= 2.2.0Khaled Hosny
2013-09-04FT_Size API is available since FreeType 2.0.5Khaled Hosny
2013-08-30Remove hacks for ancient FreeTypeKhaled Hosny
2013-07-12Fix headless mode glyph cache memory handlingStephan Bergmann
2013-06-30Fix memory leak in ServerFont::GetGlyphOutline.Mark Wielaard
2013-06-20Fix calculation of internal leadingKhaled Hosny
2013-05-30Make use of IsStarSymbol()Thomas Arnhold
2013-05-27be case-insensitive for open/starsymbol comparisonThomas Arnhold
2013-05-25Fix fdo#64972 - strikethrough displays too highKhaled Hosny
2013-05-13Handle fonts without hhea or OS/2 table e.g. Type1Khaled Hosny
2013-05-13TypoKhaled Hosny
2013-05-11Drop code for FreeTyope version we don't supportKhaled Hosny
2013-05-11Cleanup FreeType ascender/descender handling a bitKhaled Hosny
2013-05-11Revert 052f181dad89ad34d90513bc9dcd3e3239727933Khaled Hosny
2013-05-10Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqualHerbert Dürr
2013-05-09no FT_Face_GetCharVariantIndex on RHEL-5, dlsym itCaolán McNamara