summaryrefslogtreecommitdiff
path: root/vcl/source/font/font.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-10-24ofz#3748 Invalid-bool-valueCaolán McNamara1-3/+3
2017-10-23loplugin:includeform: vclStephan Bergmann1-4/+4
2017-06-28loplugin:oncevar in vclNoel Grandin1-2/+1
2017-05-11ensure cow_wrapper contents are queried through a const pointerCaolán McNamara1-25/+25
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-04-26use strong_int for LanguageTypeNoel Grandin1-4/+4
2017-03-14tdf#105454: Stop ignoring font kerning settingKhaled Hosny1-2/+2
2017-01-10New loplugin:conststringvar: vclStephan Bergmann1-5/+5
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny1-17/+0
2016-10-19Avoid AskConfig when setting font familyLuke Deller1-1/+1
2016-08-29cid#1371168 Missing move assignment operatorNoel Grandin1-0/+10
2016-05-30Convert FontRelief to scoped enumNoel Grandin1-2/+2
2016-05-20loplugin:unusedmethods in vclNoel Grandin1-30/+0
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-2/+2
2016-04-25tdf#62525 vcl: use cow_wrapper for fontXisco Fauli1-135/+13
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-21/+21
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-10/+10
2016-01-29vcl: move mnOrientation down header fileChris Sherlock1-2/+2
2016-01-29vcl: rename ImplFont::mnKerning to ImplFont::meKerningChris Sherlock1-10/+10
2016-01-29vcl: more harmonization of ImplFont and FontAttributesChris Sherlock1-2/+31
2016-01-29vcl: changes to included vcl headersChris Sherlock1-8/+7
2016-01-29vcl: add text alignment functions to ImplFont and FontAttributesChris Sherlock1-3/+3
2016-01-23vcl: add size property to the ImplFont classChris Sherlock1-17/+17
2016-01-22vcl: reorder and correctly initialize ImplFont private variablesChris Sherlock1-21/+22
2016-01-22vcl: oops, these shouldn't be set to false but should be copiedChris Sherlock1-2/+2
2016-01-22vcl: add orientation flag property to Font classChris Sherlock1-0/+5
2016-01-22vcl: add font map names to Font classChris Sherlock1-5/+10
2016-01-21vcl: add subsettable flag property functions to Font classChris Sherlock1-0/+4
2016-01-21vcl: remove Font::GetFamily and Font::GetFamilyNoAsk (obsolete functions)Chris Sherlock1-5/+5
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-2/+2
2016-01-21vcl: add embeddable font property functions to Font classChris Sherlock1-0/+4
2016-01-20vcl: add built in font property functions to Font classChris Sherlock1-0/+4
2016-01-20vcl: gave ReadImplFont use ImplFont::SetFamilyType()Chris Sherlock1-1/+1
2016-01-20vcl: add more property functions to FontChris Sherlock1-14/+16
2016-01-19vcl: add quality accessor & mutator to FontChris Sherlock1-22/+7
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-5/+5
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-3/+3
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-7/+7
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-5/+5
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-3/+3
2016-01-16vcl: created accessors and mutators for font classesChris Sherlock1-42/+44
2016-01-15vcl: add symbol and charset accessors and mutators to FontChris Sherlock1-185/+214
2016-01-15vcl: convert next ImplFont constructor to use initializer listChris Sherlock1-26/+25
2016-01-15vcl: convert ImplFont constructor to use initializer listChris Sherlock1-24/+23
2016-01-14vcl: move font.cxx from gdi directory to font directoryChris Sherlock1-0/+990