summaryrefslogtreecommitdiff
path: root/vcl/source/font
AgeCommit message (Expand)Author
2016-04-25tdf#62525 vcl: use cow_wrapper for fontXisco Fauli
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-06tdf#98989: vcl: fix handling of non-scalable fonts like "Courier"Michael Stahl
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-03-14GetEnglishSearchFontName is what is supposed to use hereDouglas Mencken
2016-03-08loplugin:constantparams in vclNoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-02-02boost::hash->std::hashNoel Grandin
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-28vcl: add in copy constructor for FontAttributesChris Sherlock
2016-01-26PhysicalFontFace needs to be complete hereStephan Bergmann
2016-01-26vcl: remove unneeded headers from PhysicalFontFamily.cxxChris Sherlock
2016-01-25vcl: remove a lot of unneeded headers from PhysicalFontCollection.cxxChris Sherlock
2016-01-25vcl: remove a hell of a lot of unneeded headers from fontcache.cxxChris Sherlock
2016-01-25vcl: remove a hell of a lot of unneeded headers from fontselect.hxxChris Sherlock
2016-01-25vcl: remove a hell of a lot of unneeded headers from fontinstance.hxxChris Sherlock
2016-01-25vcl: remove a hell of a lot of unneeded headers from fontattributes.hxxChris Sherlock
2016-01-25vcl: remove vcl/inc/magic.hChris 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
2016-01-20vcl: add more property functions to FontChris Sherlock
2016-01-20coverity#1349702 Uninitialized scalar fieldCaolán McNamara
2016-01-19vcl: add quality accessor & mutator to FontChris Sherlock
2016-01-19vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: FontAttributes::GetSlantType() -> FontAttributes::GetItalic()Chris Sherlock
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16vcl: created accessors and mutators for font classesChris Sherlock
2016-01-15vcl: add symbol and charset accessors and mutators to FontChris Sherlock
2016-01-15vcl: add the meCharSet attribute into FontAttributesChris Sherlock
2016-01-15vcl: create a default FontAttributes constructorChris Sherlock