summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
...
* fix setting of paper tray from print dialog (fdo#43932)David Tardon2012-03-141-1/+1
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-1412-1/+32
* Related fdo#47246: Extract objects used in both svp and gtk3 pluginsStephan Bergmann2012-03-134-14/+64
* missing namespaceCaolán McNamara2012-03-131-1/+2
* fix compileLuboš Luňák2012-03-131-1/+1
* vcl: fix multiply linked objectsMichael Stahl2012-03-121-2/+2
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-122-8/+3
* OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-03-121-2/+2
* remove unused FontFamily argument in ImplFindByAttributesCaolán McNamara2012-03-124-32/+35
* pointless comparisonCaolán McNamara2012-03-121-4/+1
* WaE: declaration of 'HWND__* hWnd' shadows a parameterDavid Tardon2012-03-121-2/+2
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-121-2/+2
* WaE: format '%x' expects argument of type 'unsigned int'David Tardon2012-03-121-2/+2
* WaE: cast to pointer from integer of different sizeDavid Tardon2012-03-121-3/+2
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-121-1/+1
* WaE: declaration shadows a previous localDavid Tardon2012-03-121-20/+19
* WaE: deprecated conversion from string constant to 'sal_Char*'David Tardon2012-03-121-1/+1
* WaE: unused variable 'nRC'David Tardon2012-03-121-1/+1
* WaE: declaration shadows a previous localDavid Tardon2012-03-121-5/+5
* WaE: 'nRet' may be used uninitialized in this functionDavid Tardon2012-03-121-2/+2
* WaE: 'nAcquire' may be used uninitialized in this functionDavid Tardon2012-03-121-3/+2
* WaE: unused variable 'err'David Tardon2012-03-121-1/+1
* WaE: unused parameter 'pPrt'David Tardon2012-03-121-0/+1
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-121-3/+3
* use SAL_N_ELEMENTSDavid Tardon2012-03-121-2/+2
* WaE: enumeral mismatch in conditional expressionDavid Tardon2012-03-121-2/+2
* WaE: passing NULL to non-pointer argumentDavid Tardon2012-03-121-1/+1
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-121-4/+4
* WaE: narrowing conversion from 'long int' to 'BYTE'David Tardon2012-03-121-1/+1
* probable intent is the other way aroundDavid Tardon2012-03-121-1/+1
* WaE: missing braces around initializer for 'BYTE [8]'David Tardon2012-03-121-16/+16
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-106-6/+6
* change vcl's SETTINGS_* #define's to const intLuboš Luňák2012-03-091-13/+13
* fold i18npaper into i18nutilCaolán McNamara2012-03-0810-10/+2
* STATE_CHANGE_FORMAT is an unused state nowCaolán McNamara2012-03-082-4/+2
* WaE: Fix cppcheck syntax error warningPhilipp Weissenbacher2012-03-071-2/+2
* callcatcher: update listCaolán McNamara2012-03-072-52/+0
* make it easier to find leaks by dropping globals at exitCaolán McNamara2012-03-063-1/+6
* leak in IMHandler::signalIMPreeditChanged early returnCaolán McNamara2012-03-061-0/+1
* fix leak: return value of pango_attr_list_get_iterator should be releasedCaolán McNamara2012-03-061-2/+3
* silence SolarMutex not locked spewCaolán McNamara2012-03-061-0/+3
* nothing uses ImplAsyncStateChangedHdl anymore nowCaolán McNamara2012-03-062-9/+0
* improve debugging messageCaolán McNamara2012-03-061-1/+3
* last user of Window::PostStateChanged was TaskBarCaolán McNamara2012-03-062-10/+0
* Related: rhbz#799628 crash with chewing-IM with g3gCaolán McNamara2012-03-061-1/+7
* iterator are not orderedNorbert Thiebaud2012-03-051-1/+1
* Resolves: fdo#31306 some icons don't get grayed when disabledCaolán McNamara2012-03-051-2/+52
* iterator end should be tested with != not <Norbert Thiebaud2012-03-041-1/+1
* help GlyphItems vector to be sized correctly up-frontNorbert Thiebaud2012-03-044-0/+9
* GenericSalLayout: manage the collection of GlyphItem with a vector.Norbert Thiebaud2012-03-042-162/+109