summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-12-30coverity#1346892 Non-virtual destructorCaolán McNamara1-1/+1
2015-12-30cppcheck: allocaCalledCaolán McNamara1-6/+6
2015-12-30vcl: update comment in AddFontFace() to match realityChris Sherlock1-1/+1
2015-12-30vcl: group functions and variables in PhysicalFontFamilyChris Sherlock2-12/+16
2015-12-30tdf#96420: Avoid drawing ugly black boxes on top of replacement glyphsTor Lillqvist1-1/+7
2015-12-29cppcheck: allocaCalledCaolán McNamara1-5/+6
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara3-5/+6
2015-12-28Typo: pysical->physicalJulien Nabet1-1/+1
2015-12-28tdf#75191: only call atk_register_role if strictly necessaryJacobo Aragunde Pérez1-20/+21
2015-12-28tdf#39944: Fix mapping additional a11y roles to ATKpasqual milvaques1-11/+7
2015-12-27Resolves: #i126753# fix invalid parse of GSUB table for OpenType fontsTsutomu Uchino1-0/+1
2015-12-27loplugin:staticmethodsStephan Bergmann1-1/+1
2015-12-27Prefer switch-case to cascaded ifsMatteo Casalin1-20/+21
2015-12-27sal_uIntPtr to sal_uInt32, int to sal_uInt32/sal_uInt64Matteo Casalin4-8/+9
2015-12-27sal_uLong to sal_uInt32Matteo Casalin1-6/+5
2015-12-27Revert "loplugin:staticmethods"Julien Nabet2-2/+2
2015-12-27loplugin:staticmethodsJulien Nabet2-2/+2
2015-12-27vcl: change PhysicaFontFamily::maName to maFamilyNameChris Sherlock2-4/+4
2015-12-26vcl: fix whitespace in outdev.cxxChris Sherlock1-1/+1
2015-12-26vcl: change device font size variable/fn namesChris Sherlock8-35/+35
2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock9-35/+35
2015-12-25vcl: note about physical and logical fontsChris Sherlock1-0/+17
2015-12-25vcl: PhysicalFontFamily now handles it's own list of font facesChris Sherlock4-66/+65
2015-12-24loplugin:unnecessaryvirtualNoel Grandin15-85/+13
2015-12-24tdf#95416 Get rid of #include "../foo/bar.hxx" style includesburcinakalin2-1/+1
2015-12-24loplugin:unusedfieldsNoel Grandin10-30/+8
2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock12-40/+40
2015-12-24vcl: function name change to ImplFindFontFamilyOfDefaultFontChris Sherlock2-3/+3
2015-12-24vcl: update names of find functions in PhysicalFontCollectionChris Sherlock5-45/+45
2015-12-24vcl: group public find functions, clarify comments in PhysFontCollectionChris Sherlock1-5/+5
2015-12-23vcl: private functions in PhysicalFontCollection start with ImplChris Sherlock2-14/+13
2015-12-23vcl: No need for WinGlyphFallbackSubstititution to be friend classChris Sherlock1-1/+0
2015-12-23vcl: rearrange PhysicalFontCollection function listing orderChris Sherlock1-1/+2
2015-12-23vcl: make PhysicalFontFamily::FindDefaultFont() privateChris Sherlock1-3/+2
2015-12-23vcl: Make ImplFindByAttributes public and renameChris Sherlock3-11/+10
2015-12-23vcl: make PhysicalFontFamily::ImplFindBySubstFontAttr privateChris Sherlock1-1/+1
2015-12-23vcl: make PhysicalFontFamily::ImplFindByAliasName privateChris Sherlock1-2/+2
2015-12-22vcl: make PhysicalFontFamily::InitMatchData privateChris Sherlock1-2/+2
2015-12-22vcl: rename ImplFindByTokenNames to FindByTokenNamesChris Sherlock3-8/+8
2015-12-22vcl: rename PhysicalFontCollection::ImplFindByFont to FindByFontChris Sherlock3-3/+3
2015-12-22vcl: make PhysicalFontCollection::ImplFindBySearchName privateChris Sherlock1-1/+2
2015-12-22vcl: switch from ImplFindBySearchName to FindFontFamilyChris Sherlock1-4/+1
2015-12-22vcl: kde5 native button order is the same as kde4Miklos Vajna1-0/+1
2015-12-22tdf#96643 - Standard toolbar isn't fully shown under gtk3Noel Grandin1-3/+4
2015-12-22vcl: cleanup PhysicalFontCollection class formattingChris Sherlock1-24/+23
2015-12-21avoid the same thing ever happening in the vcl cairo text rendererCaolán McNamara1-5/+7
2015-12-21These functions can be voidTor Lillqvist2-14/+12
2015-12-21loplugin:unusedmethodsNoel Grandin6-32/+6
2015-12-19coverity#1343636 Uninitialized scalar fieldCaolán McNamara1-1/+0
2015-12-19coverity#1028600 Uninitialized scalar fieldCaolán McNamara3-4/+5