summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/CommonSalLayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-06-19silence DrMemory warning about Selected font handle deletedCaolán McNamara1-1/+2
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-4/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-19This can move out of the header as wellKhaled Hosny1-2/+12
2017-03-18Move the check to start, clearer this wayKhaled Hosny1-3/+4
2017-03-17tdf#106295 fix vertical orientation for fullwidth colon and semicolon.Mark Hung1-2/+5
2017-03-14tdf#105454: Stop ignoring font kerning settingKhaled Hosny1-0/+6
2017-03-10tdf#106466: Use graphite2 shaper firstKhaled Hosny1-1/+1
2017-03-05Handle Tr vertical orientation before shapingKhaled Hosny1-17/+40
2017-03-04Make vcl.harfbuzz logging less verboseKhaled Hosny1-1/+0
2017-03-03tdf#103831, tdf#100986: Force using GDI when neededKhaled Hosny1-6/+8
2017-03-03TypoKhaled Hosny1-1/+1
2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini1-1/+1
2017-01-12make the include of OpenGLHelper.hxx not global hereDouglas Mencken1-1/+4
2016-12-30ofz#355: lsan detected leakCaolán McNamara1-0/+1
2016-12-22Fix glyph Y offsetKhaled Hosny1-1/+1
2016-12-20vcl: fix Android buildJulien Nabet1-0/+11
2016-12-20tdf#103765: Round positions instead of truncatingKhaled Hosny1-3/+3
2016-12-16Simplify CommonSalLayout::ParseFeatures()Khaled Hosny1-33/+12
2016-12-16tdf#104159: Fix caching glyphs of non-UI fontsKhaled Hosny1-1/+2
2016-12-16tdf#104159: Re-enable OpenGL glyph caching on WindowsKhaled Hosny1-0/+1
2016-12-11Drop SalLayout::IsSpacingGlyph()Khaled Hosny1-1/+4
2016-12-11Don’t encode the vertical flag in the glyph idKhaled Hosny1-1/+1
2016-12-02Require HarfBuzz 0.9.42Khaled Hosny1-4/+1
2016-11-28Simplify things a bitKhaled Hosny1-44/+32
2016-11-26ServerFontLayout is already goneKhaled Hosny1-1/+1
2016-11-23Make PS on Unix printing use the new layout engineKhaled Hosny1-0/+7
2016-11-19tdf#103969: Do fallback glyph rotationKhaled Hosny1-7/+53
2016-11-19tdf#103891: Fix DX array calculationKhaled Hosny1-4/+6
2016-11-15tdf#103725: Fix horizontal scaling on WindowsKhaled Hosny1-0/+33
2016-11-14Revert "tdf#103725: Fix horizontal scaling on Windows"Khaled Hosny1-6/+0
2016-11-11tdf#103871: Set Kashida flag per glyphKhaled Hosny1-10/+7
2016-11-11tdf#103765: Minimize the effect of rounding to intKhaled Hosny1-8/+11
2016-11-11fix buildCaolán McNamara1-1/+1
2016-11-11tdf#103725: Fix horizontal scaling on WindowsKhaled Hosny1-0/+6
2016-11-10Reduce scopeKhaled Hosny1-4/+2
2016-11-10WaE: unused variableDavid Tardon1-0/+1
2016-11-10Use hb_script_t directlyKhaled Hosny1-4/+6
2016-11-10Who would think sal_Int32 is not the same as int32_tKhaled Hosny1-2/+2
2016-11-10TypoKhaled Hosny1-1/+1
2016-11-10tdf#103718: Correctly set vertical directionKhaled Hosny1-61/+37
2016-11-10Add code to get Vertical_Orientation propertyKhaled Hosny1-1/+28
2016-11-10Minor cleanupKhaled Hosny1-13/+11
2016-11-09Allow the Kashida hereKhaled Hosny1-3/+7
2016-11-09crashtesting: crash on reexport of fdo58980-3.odt to odtCaolán McNamara1-0/+3
2016-11-05Validate Kashida positions with font fallbackKhaled Hosny1-0/+5
2016-11-04tdf#100936: Add Tangut to vertical scriptsKhaled Hosny1-0/+1
2016-11-04tdf#103710: rotate all glyphs in vertical runsKhaled Hosny1-10/+1
2016-11-04Font features are not a Graphite-only featureKhaled Hosny1-4/+6
2016-11-02Add a comment hereKhaled Hosny1-0/+3