summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* tdf#96420: Avoid drawing ugly black boxes on top of replacement glyphsTor Lillqvist2015-12-301-1/+7
* cppcheck: allocaCalledCaolán McNamara2015-12-291-5/+6
* cppcheck: noExplicitConstructorCaolán McNamara2015-12-293-5/+6
* Typo: pysical->physicalJulien Nabet2015-12-281-1/+1
* tdf#75191: only call atk_register_role if strictly necessaryJacobo Aragunde Pérez2015-12-281-20/+21
* tdf#39944: Fix mapping additional a11y roles to ATKpasqual milvaques2015-12-281-11/+7
* Resolves: #i126753# fix invalid parse of GSUB table for OpenType fontsTsutomu Uchino2015-12-271-0/+1
* loplugin:staticmethodsStephan Bergmann2015-12-271-1/+1
* Prefer switch-case to cascaded ifsMatteo Casalin2015-12-271-20/+21
* sal_uIntPtr to sal_uInt32, int to sal_uInt32/sal_uInt64Matteo Casalin2015-12-274-8/+9
* sal_uLong to sal_uInt32Matteo Casalin2015-12-271-6/+5
* Revert "loplugin:staticmethods"Julien Nabet2015-12-272-2/+2
* loplugin:staticmethodsJulien Nabet2015-12-272-2/+2
* vcl: change PhysicaFontFamily::maName to maFamilyNameChris Sherlock2015-12-272-4/+4
* vcl: fix whitespace in outdev.cxxChris Sherlock2015-12-261-1/+1
* vcl: change device font size variable/fn namesChris Sherlock2015-12-268-35/+35
* vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock2015-12-259-35/+35
* vcl: note about physical and logical fontsChris Sherlock2015-12-251-0/+17
* vcl: PhysicalFontFamily now handles it's own list of font facesChris Sherlock2015-12-254-66/+65
* loplugin:unnecessaryvirtualNoel Grandin2015-12-2415-85/+13
* tdf#95416 Get rid of #include "../foo/bar.hxx" style includesburcinakalin2015-12-242-1/+1
* loplugin:unusedfieldsNoel Grandin2015-12-2410-30/+8
* Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock2015-12-2412-40/+40
* vcl: function name change to ImplFindFontFamilyOfDefaultFontChris Sherlock2015-12-242-3/+3
* vcl: update names of find functions in PhysicalFontCollectionChris Sherlock2015-12-245-45/+45
* vcl: group public find functions, clarify comments in PhysFontCollectionChris Sherlock2015-12-241-5/+5
* vcl: private functions in PhysicalFontCollection start with ImplChris Sherlock2015-12-232-14/+13
* vcl: No need for WinGlyphFallbackSubstititution to be friend classChris Sherlock2015-12-231-1/+0
* vcl: rearrange PhysicalFontCollection function listing orderChris Sherlock2015-12-231-1/+2
* vcl: make PhysicalFontFamily::FindDefaultFont() privateChris Sherlock2015-12-231-3/+2
* vcl: Make ImplFindByAttributes public and renameChris Sherlock2015-12-233-11/+10
* vcl: make PhysicalFontFamily::ImplFindBySubstFontAttr privateChris Sherlock2015-12-231-1/+1
* vcl: make PhysicalFontFamily::ImplFindByAliasName privateChris Sherlock2015-12-231-2/+2
* vcl: make PhysicalFontFamily::InitMatchData privateChris Sherlock2015-12-221-2/+2
* vcl: rename ImplFindByTokenNames to FindByTokenNamesChris Sherlock2015-12-223-8/+8
* vcl: rename PhysicalFontCollection::ImplFindByFont to FindByFontChris Sherlock2015-12-223-3/+3
* vcl: make PhysicalFontCollection::ImplFindBySearchName privateChris Sherlock2015-12-221-1/+2
* vcl: switch from ImplFindBySearchName to FindFontFamilyChris Sherlock2015-12-221-4/+1
* vcl: kde5 native button order is the same as kde4Miklos Vajna2015-12-221-0/+1
* tdf#96643 - Standard toolbar isn't fully shown under gtk3Noel Grandin2015-12-221-3/+4
* vcl: cleanup PhysicalFontCollection class formattingChris Sherlock2015-12-221-24/+23
* avoid the same thing ever happening in the vcl cairo text rendererCaolán McNamara2015-12-211-5/+7
* These functions can be voidTor Lillqvist2015-12-212-14/+12
* loplugin:unusedmethodsNoel Grandin2015-12-216-32/+6
* coverity#1343636 Uninitialized scalar fieldCaolán McNamara2015-12-191-1/+0
* coverity#1028600 Uninitialized scalar fieldCaolán McNamara2015-12-193-4/+5
* tdf#83755 correct non-printing character positionMark Hung2015-12-194-0/+14
* vcl: always re-use context from default window.Michael Meeks2015-12-183-11/+21
* tdf#90319: make image flipping work in writer for pngpasqualm2015-12-181-7/+40
* SAL_FONTENUM_STABLE_ON_PLATFORM is not defined anywhereTor Lillqvist2015-12-181-21/+0