summaryrefslogtreecommitdiff
path: root/vcl/generic/glyphs/gcach_ftyp.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-12-11fontmanager.hxx is private to vclTor Lillqvist1-1/+1
2013-11-07vcl: WORDS_BIGENDIAN is never defined, use OSL_BIGENDIANMichael Stahl1-1/+1
2013-10-21Removed unused kerning stuffKhaled Hosny1-293/+5
2013-10-21Drop support for non-Unicode fontsKhaled Hosny1-104/+5
2013-10-20Bin pointless #ifdef'd codeKhaled Hosny1-52/+5
2013-10-07CID#708635 uninitialized membersCaolán McNamara1-0/+1
2013-10-02Spell "indices" correctlyTor Lillqvist1-2/+2
2013-09-06Check for FT_Face_GetCharVariantIndex at build timeKhaled Hosny1-22/+7
2013-09-06Simplify FreeType version checkKhaled Hosny1-14/+4
2013-09-04Require FreeType >= 2.2.0Khaled Hosny1-63/+16
2013-09-04FT_Size API is available since FreeType 2.0.5Khaled Hosny1-43/+18
2013-08-30Remove hacks for ancient FreeTypeKhaled Hosny1-10/+1
2013-07-12Fix headless mode glyph cache memory handlingStephan Bergmann1-12/+9
2013-06-30Fix memory leak in ServerFont::GetGlyphOutline.Mark Wielaard1-0/+6
2013-06-20Fix calculation of internal leadingKhaled Hosny1-1/+1
2013-05-30Make use of IsStarSymbol()Thomas Arnhold1-6/+2
2013-05-27be case-insensitive for open/starsymbol comparisonThomas Arnhold1-2/+2
2013-05-25Fix fdo#64972 - strikethrough displays too highKhaled Hosny1-1/+2
2013-05-13Handle fonts without hhea or OS/2 table e.g. Type1Khaled Hosny1-2/+12
2013-05-13TypoKhaled Hosny1-1/+1
2013-05-11Drop code for FreeTyope version we don't supportKhaled Hosny1-95/+11
2013-05-11Cleanup FreeType ascender/descender handling a bitKhaled Hosny1-17/+49
2013-05-11Revert 052f181dad89ad34d90513bc9dcd3e3239727933Khaled Hosny1-81/+7
2013-05-10Resolves: #i122208# introduce rtl::CStringHash and rtl::CStringEqualHerbert Dürr1-3/+2
2013-05-09no FT_Face_GetCharVariantIndex on RHEL-5, dlsym itCaolán McNamara1-2/+9
2013-05-06Remove unused variablesKhaled Hosny1-2/+0
2013-05-06[harfbuzz] Support Unicode variation selectorsKhaled Hosny1-10/+19
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-6/+6
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-2/+2
2013-02-21pFTOblique is unusedTor Lillqvist1-3/+0
2013-02-21FT_GlyphSlot_Embolden() and FT_GlyphSlot_Oblique() return voidTor Lillqvist1-2/+2
2013-02-21Just link directly to the bundled static libfreetype on AndroidTor Lillqvist1-3/+21
2013-01-07Change public variables of class ImplFontAttributes to private.navin1-11/+11
2012-12-20Some cppcheckJulien Nabet1-2/+1
2012-12-19-DENABLE_GRAPHITE -> config_graphite.hLuboš Luňák1-0/+1
2012-11-12re-base on ALv2 code. Includes:Michael Meeks1-28/+15
2012-09-17update unused code listCaolán McNamara1-48/+2
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-3/+1
2012-08-11Remove unused local varsJulien Nabet1-1/+0
2012-07-14Related: fdo#31821 pull tables from otf fonts as wellCaolán McNamara1-4/+7
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud1-1/+1
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara1-21/+2
2012-06-11Adapt gcach_layout.cxx to SAL_INFOStephan Bergmann1-1/+4
2012-01-31Fix for fdo43460 Part LVII getLength() to isEmpty()Olivier Hallot1-1/+1
2011-11-28Fix Kashida justification when there is no Kashida glyphKhaled Hosny1-1/+0
2011-11-27remove include of pch header from vclNorbert Thiebaud1-2/+0
2011-10-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara1-6/+6
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks1-0/+2649