summaryrefslogtreecommitdiff
path: root/vcl/generic/fontmanager/fontconfig.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-05loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2016-02-05loplugin:constantfunctionNoel Grandin1-2/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-5/+4
2015-04-01loplugin:staticfunctionNoel Grandin1-9/+4
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-1/+1
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-26/+26
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-5/+5
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-4/+4
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-4/+4
2014-11-01coverity#735338 Unchecked return valueCaolán McNamara1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-12Resolves: fdo#50855 Nimbus Sans L missing stylesCaolán McNamara1-1/+6
2014-02-26Remove visual noise from vclAlexander Wilms1-2/+2
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-17bool improvementsStephan Bergmann1-5/+5
2014-01-16Remove defines now that fontconfig baseline has been updatedChris Sherlock1-35/+0
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-11fontmanager.hxx is private to vclTor Lillqvist1-1/+1
2013-10-21Exempler->ExemplarCaolán McNamara1-4/+4
2013-07-30fdo#66715: fontconfig: try harder to ignore duplicate fontsMichael Stahl1-14/+21
2013-07-30vcl: fix obviously wrong mapping of WIDTH_ULTRA_EXPANDEDMichael Stahl1-1/+1
2013-06-07dump more info when encountering an odd language for a scriptCaolán McNamara1-2/+5
2013-06-05Related: rhbz#968892 discard impossible languages for oriya script fallbackCaolán McNamara1-10/+18
2013-06-04Related: rhbz#968892 discard impossible languages for glyph fallbackCaolán McNamara1-0/+39
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-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-17/+14
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-02-19really, don't obtain the process locale 500 timesEike Rathke1-13/+20
2013-02-18localizedsorter::bestname: info for non-ISO locale and commentEike Rathke1-0/+3
2013-02-11Resolves: rhbz#527719 #i105784# improve selection of fallback fontCaolán McNamara1-14/+21
2013-01-07Change public variables of class ImplFontAttributes to private.navin1-6/+6
2012-11-30eradicate all traces of OLocale and rtl/locale.hxxMichael Stahl1-1/+0
2012-11-30fix build for meCaolán McNamara1-1/+2
2012-11-30ditched rtl::OLocaleEike Rathke1-4/+4
2012-11-13fontconfig < 2.4.92 doesn't have FcGetLangs, fallback to old logic in absenceCaolán McNamara1-0/+7
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-09-11default to off for packagekit usage; add --enable-packagekitRene Engelhard1-4/+4
2012-09-06these warnings are only debug informational reallyCaolán McNamara1-4/+4
2012-09-03misplaced ifdefCaolán McNamara1-1/+1
2012-09-03adjust auto font installationCaolán McNamara1-54/+62
2012-09-03Refetch fonts if new ones installed or old ones deinstalledCaolán McNamara1-3/+16
2012-09-03Resolves: #i96826# request font installation on render failureCaolán McNamara1-7/+124