summaryrefslogtreecommitdiff
path: root/vcl/source/font/font.cxx
AgeCommit message (Expand)Author
2022-07-20disable-pch fixNoel Grandin
2021-02-26tdf#127471 Detect&Correct EMF/WMF with wrong FontScaleArmin Le Grand (Allotropia)
2021-02-22tdf#127471 correct EMF/WMF im/export for scaled fontArmin Le Grand (Allotropia)
2021-02-18tdf#127471 improve SVM FontScaling im/exportArmin Le Grand (Allotropia)
2019-11-01ofz#18660 don't parse past endCaolán McNamara
2019-09-29Move Rectangle,Point,Size serialization to GenericTypeSerializerTomaž Vajngerl
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-02-22loplugin:unusedfields in vclNoel Grandin
2019-02-18fix comparison of std::lower_bound resultNoel Grandin
2018-10-20when calling std::lower_boundNoel Grandin
2018-10-19loplugin:staticvar in vclNoel Grandin
2018-05-29Change SFErrCodes to scoped enumStephan Bergmann
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-10-24ofz#3748 Invalid-bool-valueCaolán McNamara
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-05-11ensure cow_wrapper contents are queried through a const pointerCaolán McNamara
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-03-14tdf#105454: Stop ignoring font kerning settingKhaled Hosny
2017-01-10New loplugin:conststringvar: vclStephan Bergmann
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny
2016-10-19Avoid AskConfig when setting font familyLuke Deller
2016-08-29cid#1371168 Missing move assignment operatorNoel Grandin
2016-05-30Convert FontRelief to scoped enumNoel Grandin
2016-05-20loplugin:unusedmethods in vclNoel Grandin
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-04-25tdf#62525 vcl: use cow_wrapper for fontXisco Fauli
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-29vcl: move mnOrientation down header fileChris Sherlock
2016-01-29vcl: rename ImplFont::mnKerning to ImplFont::meKerningChris Sherlock
2016-01-29vcl: more harmonization of ImplFont and FontAttributesChris Sherlock
2016-01-29vcl: changes to included vcl headersChris Sherlock
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock
2016-01-23vcl: add size property to the ImplFont classChris Sherlock
2016-01-22vcl: reorder and correctly initialize ImplFont private variablesChris Sherlock
2016-01-22vcl: oops, these shouldn't be set to false but should be copiedChris Sherlock
2016-01-22vcl: add orientation flag property to Font classChris Sherlock
2016-01-22vcl: add font map names to Font classChris Sherlock
2016-01-21vcl: add subsettable flag property functions to Font classChris Sherlock
2016-01-21vcl: remove Font::GetFamily and Font::GetFamilyNoAsk (obsolete functions)Chris Sherlock
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-21vcl: add embeddable font property functions to Font classChris Sherlock
2016-01-20vcl: add built in font property functions to Font classChris Sherlock
2016-01-20vcl: gave ReadImplFont use ImplFont::SetFamilyType()Chris Sherlock