summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-11align getFontFaceNumber with FC_FACECaolán McNamara2-2/+4
2012-01-11on generic X11 unix we always use fontconfigCaolán McNamara3-23/+13
2012-01-10Rename weird "NetPath" term to the more descriptive "InstallationRootPath"Tor Lillqvist1-12/+12
2012-01-10can drop intermediate strings nowCaolán McNamara1-4/+2
2012-01-10Replace (Byte)String with rtl::O(U)StringChristina Rossmanith2-32/+33
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Replace (Byte)String with rtl::O(U)StringChristina Rossmanith3-31/+31
2012-01-05convert SvStream::WriteLine to rtl::OStringCaolán McNamara1-7/+7
2012-01-05WaE and build errors with OSL_DEBUG_LEVEL == 2Caolán McNamara1-4/+4
2011-12-23adapt DEBUG codeCaolán McNamara1-8/+12
2011-12-22use officecfg/Office/Common.hxx directlyDavid Tardon1-63/+0
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-13Resolves: rhbz#761009 IFSD_Equal is asymmetricalCaolán McNamara1-2/+4
2011-12-13Disable gtk3 at run-time, unless in experimental mode.Michael Meeks1-0/+70
2011-12-13replace ByteString(String ctorCaolán McNamara1-16/+14
2011-12-05add support for Gtk+ print dialog (#i106780#)David Tardon1-7/+15
2011-11-28Fix Kashida justification when there is no Kashida glyphKhaled Hosny1-1/+0
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-8/+8
2011-11-28ByteString::GetToken->comphelper::string::getTokenCaolán McNamara2-4/+6
2011-11-27remove include of pch header from vclNorbert Thiebaud22-44/+0
2011-11-26Remove some uses of OUString::setCharAtAugust Sodora1-1/+1
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara1-2/+2
2011-11-23add a stripStart, can replace EraseLeadingCharsCaolán McNamara1-3/+4
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon3-38/+39
2011-11-14callcatcher: remove freshly unused methodsCaolán McNamara1-17/+0
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl2-9/+0
2011-11-01SalYieldMutex::release(): add assertionMichael Stahl1-0/+1
2011-11-01callcatcher: remove unused appendStrCaolán McNamara2-9/+0
2011-10-27make FontManager work directly on FontSelectPatternCaolán McNamara2-45/+30
2011-10-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara6-27/+27
2011-10-27Resolves: fdo#32665 handle that FreeSerif lacks some glyphs in bold/italicCaolán McNamara3-3/+28