summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-25gtk3: post merge fixupsMichael Meeks1-2/+2
2011-10-25generic: undo attempt at cross-platform headless for nowMichael Meeks1-0/+5
2011-10-25gtk3: fix display changed signal emissionsMichael Meeks1-0/+8
2011-10-25generic: overcome Mac specific build errorsMichael Meeks1-1/+1
2011-10-25generic: more unix conditional compilation pieces and win32 portingMichael Meeks4-49/+62
2011-10-25generic: share the PspGraphics code between gtk/unx and svpMichael Meeks3-177/+219
2011-10-25generic: factor out generic display code, reducing cut+paste+bugMichael Meeks1-0/+155
2011-10-25misc cross-platform dependency / build issue reduxMichael Meeks1-46/+7
2011-10-25gtk3: remove X dependency (for now)Michael Meeks1-0/+179
2011-10-25generic: merge me with last commit please ... - more workMichael Meeks5-37/+171
2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks27-0/+22748