summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2010-11-28cppcheck: init some members in ctorCaolán McNamara1-0/+2
2010-11-28cppcheck: uninit member variableCaolán McNamara1-0/+1
2010-11-27cppcheck: init member variable in ctorCaolán McNamara1-1/+1
2010-11-27cppcheck: use prefix formCaolán McNamara1-1/+1
2010-11-27cppcheck: the scope of this variable can be reducedCaolán McNamara1-1/+1
2010-11-27fix debug build with dbglevel=3David Tardon1-2/+2
2010-11-26Merge branch 'libreoffice-3-3'Rene Engelhard3-19/+52
2010-11-26Merge commit 'ooo/OOO330_m17' into libreoffice-3-3Rene Engelhard3-19/+52
2010-11-25RTL_CONSTASCII_USTRINGPARAM in libs-gui 21Gert Faller4-7/+9
2010-11-25Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-guiJan Holesovsky1-1/+1
2010-11-25cppcheck: methods can be constCaolán McNamara1-1/+1
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky2-1/+13
2010-11-25Add a 'loadMissing' parameter for loading a special icon if necessaryJoachim Trémouroux1-0/+26
2010-11-24cppcheck: silence bogus warningCaolán McNamara1-1/+2
2010-11-24cppcheck: Unused private functionCaolán McNamara1-25/+0
2010-11-23CWS-TOOLING: integrate CWS os145Kurt Zenker2-18/+44
2010-11-22Remove last of the HC icons from libs-guiJoseph Powers2-6/+3
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 10Gert Faller13-54/+54
2010-11-22os145: #b7001886# fixing small ppt import problem, improving png readersj1-9/+19
2010-11-22os145: #b7001888# fixing small svm problemsj1-9/+25
2010-11-19Allow the dropdown list of a combo box to be scrollable. (fdo#31710)Kohei Yoshida2-1/+13
2010-11-19#i115618# fix bad PDF export regression for simple RTL casesHerbert Duerr [hdu]1-1/+8
2010-11-18remove 64bit warnings in debug modeCaolán McNamara1-1/+1
2010-11-17libs-gui HC cleanup and .bmp fixJoseph Powers6-217/+22
2010-11-16HC Cleanup - libs-guiJoseph Powers2-13/+2
2010-11-16Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky1-3/+3
2010-11-16Merge commit 'ooo/OOO330_m15' into libreoffice-3-3Jan Holesovsky1-3/+3
2010-11-13Remove unused dated commentsJ. Graeme Lingard1-3/+0
2010-11-13Purged BmpColorMode from libs-gui - libs-guiJoseph Powers6-275/+86
2010-11-11Remove more traces of _HC (high contrast)Sebastian Spaeth2-227/+0
2010-11-10sw33bf12: #i115437# method <OutputDevice::DrawLine(..)> - correct initialisat...Oliver-Rainer Wittmann1-3/+3
2010-11-05Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-guiNoel Power2-10/+10
2010-11-03vcl: fix fprintf compile warnings in cff.cxxNigel Hawkins1-2/+2
2010-11-03vcl: fix fprintf compile warnings in sft.cxxNigel Hawkins1-8/+8
2010-11-02initial import of latest cws container_controlsNoel Power2-2/+33
2010-11-01Merge commit 'ooo/OOO330_m13'Jan Holesovsky3-5/+7
2010-10-30small startup optimizationCaolán McNamara1-1/+1
2010-10-30small startup optimizationCaolán McNamara1-17/+17
2010-10-29skip reserved operatorsDavid Tardon1-3/+7
2010-10-28add modelines to .h and .c files as wellCaolán McNamara2-0/+5
2010-10-27fdo#632229# provide some support for a per-windowframe ApplicationID/WM_CLASSCaolán McNamara1-1/+6
2010-10-26make these not leak and safe to useCaolán McNamara2-10/+7
2010-10-25remvove vos/macros.h usageNorbert Thiebaud2-8/+6
2010-10-25rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguityNorbert Thiebaud2-15/+11
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud10-22/+78
2010-10-25migrate OClearableGuard(SoalrMutex) to SolarMutexGuardNorbert Thiebaud1-88/+25
2010-10-25Use SolarMutexGuard where appropriateNorbert Thiebaud2-6/+6
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud4-36/+36
2010-10-25merge vosremoval-signal patchNorbert Thiebaud1-20/+13
2010-10-25fix 32 bit overflow with 64 bit constantsJohn LeMoyne Castle1-10/+8