summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
2014-03-12Resolves: fdo#50855 Nimbus Sans L missing stylesCaolán McNamara1-1/+6
2013-11-25fdo#67802: Fix PS printing of non-CTL text with ligaturesKhaled Hosny1-7/+5
2013-11-25Correctly check getFileURLFromSystemPath() successKhaled Hosny1-1/+1
2013-11-25Make TTC fonts work againKhaled Hosny1-10/+4
2013-11-08vcl: WORDS_BIGENDIAN is never defined, use OSL_BIGENDIANMichael Stahl1-1/+1
2013-11-01fdo#70968: Incorrect rendering of Devanagari short 'i' vowelKhaled Hosny1-5/+21
2013-10-24fdo#70741 fdo#66042 rhbz#968892: force render full grapheme with fallback fontCaolán McNamara2-24/+84
2013-10-15CID#736943 clamp no of ttc entries to physical maxCaolán McNamara1-0/+33
2013-08-24Don't re-create Unicode and font functions for every text runKhaled Hosny1-2/+11
2013-08-24fdo#66715: Avoid compatibility decomposition with HarfBuzzKhaled Hosny1-0/+17
2013-07-31fdo#66715: fontconfig: try harder to ignore duplicate fontsMichael Stahl1-14/+21
2013-07-11Resolves: fdo#66524 string conversion gone wrongCaolán McNamara1-4/+4
2013-06-20Fix calculation of internal leadingKhaled Hosny1-1/+1
2013-06-12Revert "Revert "Fix fdo#64972 - strikethrough displays too high""David Tardon1-1/+2
2013-06-04Revert "Fix fdo#64972 - strikethrough displays too high"Petr Mladek1-2/+1
2013-05-25Fix fdo#64972 - strikethrough displays too highKhaled Hosny1-1/+2
2013-05-25A hack to fix mark placement in old fontsKhaled Hosny1-1/+19
2013-05-23Fix left to right full justificationKhaled Hosny1-96/+0
2013-05-21absoletely guarantee there is no mem leakCaolán McNamara1-9/+5
2013-05-20Fix memory leak in mapToFontConfigLangTag.Mark Wielaard1-0/+12
2013-05-19fix OUString conversionThomas Arnhold1-4/+4
2013-05-19Changed compareTo to startsWithricardobotto1-4/+4
2013-05-16WaE: unused functionsTor Lillqvist1-22/+0
2013-05-16Remove code associated with psprint::CompatMetricOverride serviceNoel Grandin2-220/+12
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann1-4/+4
2013-05-13Handle fonts without hhea or OS/2 table e.g. Type1Khaled Hosny1-2/+12
2013-05-13TypoKhaled Hosny1-1/+1
2013-05-12Some loggingKhaled Hosny1-3/+29
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-08harfbuzz: stop delivering headersMichael Stahl1-2/+2
2013-05-06Enable HarfBuzz by defaultKhaled Hosny1-12/+3
2013-05-06[harfbuzz] Fix text width calculation, 3rd tryKhaled Hosny1-13/+1
2013-05-06Remove unused variablesKhaled Hosny1-2/+0
2013-05-06[harfbuzz] Support Unicode variation selectorsKhaled Hosny2-17/+20
2013-05-05[harfbuzz] Fix vertical text layoutKhaled Hosny1-0/+9
2013-05-03[harfbuzz] Fix placement of multi-glyph clustersKhaled Hosny1-1/+16
2013-05-03unneeded using directiveEike Rathke1-1/+0
2013-05-03implemented IcuFontFromServerFont::getFontTable(LETag,size_t&)Eike Rathke1-3/+11
2013-05-03do not call LayoutEngine::reset()Eike Rathke1-1/+0
2013-05-02[harfbuzz] Fix shaping across text runs, take 2Khaled Hosny1-9/+1
2013-05-02Revert "[harfbuzz] Fix shaping across text runs"Khaled Hosny1-6/+2
2013-05-01[harfbuzz] Simplify cluster detectionKhaled Hosny1-9/+5
2013-04-29[harfbuzz] Don't crash when closing LibreOfficeKhaled Hosny1-1/+1
2013-04-29[harfbuzz] Re-enable text justificationKhaled Hosny1-4/+76
2013-04-29[harfbuzz] Fix shaping across text runsKhaled Hosny1-2/+6
2013-04-29[harfbuzz] Fix text width calculation for realKhaled Hosny1-32/+3