summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2015-12-31vcl: we don't need an interface class for ImplDevFontAttributesChris Sherlock
2015-12-31vcl: remove unnecessary commentChris Sherlock
2015-12-31vcl: we don't need an interface class for ImplFontAttributesChris Sherlock
2015-12-30coverity#1346892 Non-virtual destructorCaolán McNamara
2015-12-30cppcheck: allocaCalledCaolán McNamara
2015-12-30vcl: update comment in AddFontFace() to match realityChris Sherlock
2015-12-30vcl: group functions and variables in PhysicalFontFamilyChris Sherlock
2015-12-30tdf#96420: Avoid drawing ugly black boxes on top of replacement glyphsTor Lillqvist
2015-12-29cppcheck: allocaCalledCaolán McNamara
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara
2015-12-28Typo: pysical->physicalJulien Nabet
2015-12-28tdf#75191: only call atk_register_role if strictly necessaryJacobo Aragunde Pérez
2015-12-28tdf#39944: Fix mapping additional a11y roles to ATKpasqual milvaques
2015-12-27Resolves: #i126753# fix invalid parse of GSUB table for OpenType fontsTsutomu Uchino
2015-12-27loplugin:staticmethodsStephan Bergmann
2015-12-27Prefer switch-case to cascaded ifsMatteo Casalin
2015-12-27sal_uIntPtr to sal_uInt32, int to sal_uInt32/sal_uInt64Matteo Casalin
2015-12-27sal_uLong to sal_uInt32Matteo Casalin
2015-12-27Revert "loplugin:staticmethods"Julien Nabet
2015-12-27loplugin:staticmethodsJulien Nabet
2015-12-27vcl: change PhysicaFontFamily::maName to maFamilyNameChris Sherlock
2015-12-26vcl: fix whitespace in outdev.cxxChris Sherlock
2015-12-26vcl: change device font size variable/fn namesChris Sherlock
2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock
2015-12-25vcl: note about physical and logical fontsChris Sherlock
2015-12-25vcl: PhysicalFontFamily now handles it's own list of font facesChris Sherlock
2015-12-24loplugin:unnecessaryvirtualNoel Grandin
2015-12-24tdf#95416 Get rid of #include "../foo/bar.hxx" style includesburcinakalin
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock
2015-12-24vcl: function name change to ImplFindFontFamilyOfDefaultFontChris Sherlock
2015-12-24vcl: update names of find functions in PhysicalFontCollectionChris Sherlock
2015-12-24vcl: group public find functions, clarify comments in PhysFontCollectionChris Sherlock
2015-12-23vcl: private functions in PhysicalFontCollection start with ImplChris Sherlock
2015-12-23vcl: No need for WinGlyphFallbackSubstititution to be friend classChris Sherlock
2015-12-23vcl: rearrange PhysicalFontCollection function listing orderChris Sherlock
2015-12-23vcl: make PhysicalFontFamily::FindDefaultFont() privateChris Sherlock
2015-12-23vcl: Make ImplFindByAttributes public and renameChris Sherlock
2015-12-23vcl: make PhysicalFontFamily::ImplFindBySubstFontAttr privateChris Sherlock
2015-12-23vcl: make PhysicalFontFamily::ImplFindByAliasName privateChris Sherlock
2015-12-22vcl: make PhysicalFontFamily::InitMatchData privateChris Sherlock
2015-12-22vcl: rename ImplFindByTokenNames to FindByTokenNamesChris Sherlock
2015-12-22vcl: rename PhysicalFontCollection::ImplFindByFont to FindByFontChris Sherlock
2015-12-22vcl: make PhysicalFontCollection::ImplFindBySearchName privateChris Sherlock
2015-12-22vcl: switch from ImplFindBySearchName to FindFontFamilyChris Sherlock
2015-12-22vcl: kde5 native button order is the same as kde4Miklos Vajna
2015-12-22tdf#96643 - Standard toolbar isn't fully shown under gtk3Noel Grandin
2015-12-22vcl: cleanup PhysicalFontCollection class formattingChris Sherlock
2015-12-21avoid the same thing ever happening in the vcl cairo text rendererCaolán McNamara
2015-12-21These functions can be voidTor Lillqvist