summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
2012-07-02Remove unused definesThomas Arnhold1-2/+0
2012-06-20Resolves: fdo#47636 cache fontconfig font substitutionsCaolán McNamara1-6/+53
2012-06-20Rename the class ImplFontData into PhysicalFontFaceNorbert Thiebaud4-17/+17
2012-06-19merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2-43/+26
2012-06-13removed code commented-out in the first placeTakeshi Abe2-17/+0
2012-06-11Adapt gcach_layout.cxx to SAL_INFOStephan Bergmann2-20/+11
2012-06-09fdo#46390 Move VERBOSE to OSL_DEBUG_LEVEL leftoversThomas Arnhold1-1/+1
2012-06-04Change return PrintFontManager::countFontconfigFontsJulien Nabet1-3/+5
2012-06-02targeted string re-workNorbert Thiebaud1-7/+5
2012-06-02targeted string re-workNorbert Thiebaud1-5/+5
2012-05-31make CheckCharacterBounds tests happy without forcing empty glyphs 1 unit wideCaolán McNamara1-5/+0
2012-05-30i#87757: do not create empty Rectangle bounding box for glyphs:Michael Stahl1-0/+5
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara1-6/+2
2012-04-25Removed unused methods from psp::PrinterGfxChr. Rossmanith3-52/+0
2012-04-14Some vcl cleaningJulien Nabet2-14/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-25/+25
2012-03-31vcl: use CustomTarget makefilesMatúš Kukan1-32/+0
2012-03-26merge getVerticalDeltaAngle and GetVerticalFlagsCaolán McNamara1-25/+6
2012-03-14Remove SO52 strict compatibility stuffChristina Rossmanith4-168/+2
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-4/+2
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák1-2/+2
2012-03-04help GlyphItems vector to be sized correctly up-frontNorbert Thiebaud2-0/+7
2012-02-28Reduced duplicate code (simian) / vcl/generic/print/glyphset.cxxChristina Rossmanith2-64/+15
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2-4/+4
2012-02-20Resoves fdo#42901 duplicated .pfb without duplicated .afm drops fontCaolán McNamara1-1/+20
2012-02-19ByteString->rtl::OStringCaolán McNamara2-59/+55
2012-02-19Get rid of size() == 0Elton Chung1-5/+5
2012-02-18vcl: nFallbacklevel has no effectThomas Arnhold1-4/+1
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-15Various string function clean upStephan Bergmann2-9/+11
2012-01-31Fix for fdo43460 Part LVII getLength() to isEmpty()Olivier Hallot4-6/+6
2012-01-21unused methodsThomas Arnhold1-19/+0
2012-01-17remove unused methodsThomas Arnhold1-9/+0
2012-01-16typoCaolán McNamara1-1/+1
2012-01-16Clang -Wunneeded-internal-declaration.Stephan Bergmann1-24/+0
2012-01-16Same expression on both sides of '-'Caolán McNamara1-8/+8
2012-01-16callcatcher: update list, updateDirTimestamp now unusedCaolán McNamara1-14/+0
2012-01-13Replace getLength() with isEmpty() in vcl/generic/fontmanagerChristina Rossmanith4-22/+22
2012-01-13tidy some string typesCaolán McNamara1-6/+7
2012-01-13Replace (Byte)String with rtl::O(U)StringChristina Rossmanith1-15/+15
2012-01-13Drop XLFD support from fontmanagerKhaled Hosny2-502/+4
2012-01-13callcatcher: update list, getXLFD is now unusedCaolán McNamara1-76/+0
2012-01-12post padmin shrinkage a lot of FontManager can go nowCaolán McNamara3-383/+3
2012-01-11Resolves:fdo#44078 fix unfortunate name alias mixups with DejaVu fontsCaolán McNamara1-4/+15
2012-01-11Resolves: fdo#44492 look up font by FC_FILE+FC_INDEX rather than FC_FAMILYCaolán McNamara3-18/+41
2012-01-11align m_nCollectionEntry with getFontFaceNumber and FC_FACE, bump cache magicCaolán McNamara2-10/+10
2012-01-11further shrinkage of padmin non-fontconfig code-pathsCaolán McNamara1-90/+0
2012-01-11adapt findFontFileID to know about multiple font faces in a font fileCaolán McNamara2-37/+91
2012-01-11addFontFile always add all font faces in that fileCaolán McNamara1-1/+1