summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/glyphs
AgeCommit message (Expand)Author
2016-09-07Fix not-so-newly introduced perf regression in vclKhaled Hosny
2016-09-05convert FontAutoHint to scoped enumNoel Grandin
2016-09-02boost::intrusive_ptr->tools::SvRefCaolán McNamara
2016-08-18cppcheck: noCopyConstructorCaolán McNamara
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-21vcl: fix dbglevel>1 buildThorsten Behrens
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl
2016-05-25Convert FontHintStyle to scoped enumNoel Grandin
2016-05-20loplugin:unusedmethods in vclNoel Grandin
2016-05-19Try to stop the tinderboxes from spamming meKhaled Hosny
2016-05-19set aChar using iterateCodePointsAkash Jain
2016-05-18Try to fix perf regression in HbLayoutEngine::Layout()Khaled Hosny
2016-05-17Outdated commentKhaled Hosny
2016-05-11Change code related to setting diacritic and cluster property of a characterAkash Jain
2016-04-25Update comment a bitKhaled Hosny
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-04-14loplugin:passstuffbyref in vclNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin
2016-03-30tdf#96099 Remove trivial typedefs from vcl moduleslideon
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-19new loplugin: find write-only fieldsNoel Grandin
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock
2016-01-15vcl: fixup prefixes for ImplFontMetricDataPtr variablesChris Sherlock
2016-01-14vcl: change ImplFontMetricData to be reference counted via intrusive_ptrChris Sherlock
2016-01-14vcl: change ServerFont::FetchFontMetric to GetFontMetricChris Sherlock
2016-01-14vcl: fontmanager.hxx is a private Unix headerChris Sherlock
2016-01-12vcl: resplit FontAttributes from ImplFontMetricDataChris Sherlock
2016-01-12vcl: split off ImplFontCharMap into it's own header fileChris Sherlock
2016-01-11vcl: move all glyph files from generic to unxChris Sherlock
2016-01-11vcl: rename gcach_ftyp.{cxx|hxx} to freetype_glyphcache.{cxx|hxx}Chris Sherlock
2016-01-11vcl: move gcach_ftyp.cxx to vcl/unx/generic/glyphsChris Sherlock
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks
2011-09-09Use new line heights only if SAL_USE_NEW_LINEHEIGHT=1Eike Rathke
2011-09-01Fixes fdo#38683 calculation of interline spacing on unx platformsKhaled Hosny
2011-08-29valgrind: various unused codeCaolán McNamara
2011-08-19now cairo is the only way to render text under XCaolán McNamara
2011-08-19Merge FreetypeServerFont and ServerFont now its split out into unxCaolán McNamara
2011-08-18and so glyphcache.hxx is revealed to be unx onlyCaolán McNamara
2011-08-18move unix only stuff to unxCaolán McNamara