summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Make deprecation warnings non-fatal even in a -Werror compilationTor Lillqvist2011-09-285-12/+16
* WaE: foo does not implement the fooDelegate protocolTor Lillqvist2011-09-282-2/+23
* WaE: suggest a space before ';' or explicit braces around empty body in 'whil...Tor Lillqvist2011-09-281-1/+2
* WaE: ATSUI is deprecated in newer SDKsTor Lillqvist2011-09-283-0/+30
* WaE: drop some unused variablesTor Lillqvist2011-09-281-3/+0
* WaE: NSPICTPboardType is deprecated in 10.6 and laterTor Lillqvist2011-09-281-0/+12
* Fix syntax error that earlier compiler versions didn't mindTor Lillqvist2011-09-281-1/+1
* WaE: setAccessoryView is deprecated in 10.5 and laterTor Lillqvist2011-09-281-1/+18
* WaE: 'NSWindow' may not respond to '-windowShouldClose:'Tor Lillqvist2011-09-281-1/+14
* Fix syntax error that earlier compiler versions didn't mindTor Lillqvist2011-09-281-2/+2
* WaE: declared with greater visibility than the type of its fieldTor Lillqvist2011-09-281-1/+1
* Let SalAbort dump core on developer builds.Stephan Bergmann2011-09-286-9/+30
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-281-6/+20
* More WaE fixes for iOSTor Lillqvist2011-09-271-3/+3
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-2715-28/+28
* make WinResTarget's name independent of LinkTargetDavid Tardon2011-09-271-1/+1
* add GetParentDialog to VCL's Window, and remove DLGWIN & cut/pasteMichael Meeks2011-09-272-0/+18
* WaE: Silence warnings for the iOS codeTor Lillqvist2011-09-278-122/+43
* cppcheck: reduce scope of var in vcl bitmap3.cxxPierre-André Jacquod2011-09-261-13/+12
* cppcheck: reduce scope of var in vcl sft.cxxPierre-André Jacquod2011-09-261-13/+18
* cppcheck: reduce scope of variabl.e in vcl, cff.cxxPierre-André Jacquod2011-09-261-1/+1
* dead code deleted in vcl toolbox.cxxPierre-André Jacquod2011-09-261-62/+9
* cppcheck: reduce scope of var in vcl toolbox.cxxPierre-André Jacquod2011-09-261-12/+7
* cppcheck: scope reduction of var in vcl outdev3.cxxPierre-André Jacquod2011-09-261-5/+4
* cppcheck: reduce scope of var in vcl outdev2.cxxPierre-André Jacquod2011-09-261-2/+8
* unusedcode: vcl::PrinterFooMatúš Kukan2011-09-242-63/+0
* WaE: signed/unsigned errorCaolán McNamara2011-09-221-2/+2
* Upgrade graphite to 1.0.3 fix surrogate supportMartin Hosken2011-09-221-14/+19
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-222-9/+12
* Always link with user32Tor Lillqvist2011-09-221-3/+0
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-214-4/+4
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-203-49/+53
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-202-21/+18
* WaE: and no longer need this here thenCaolán McNamara2011-09-201-2/+0
* missed optimization opportunity from 9b6ea21 to drop unused ByteStringCaolán McNamara2011-09-201-4/+0
* Kill the explicit linking to salmain.o, use vclmain instead.Jan Holesovsky2011-09-201-18/+0
* delete does not need a NULL checkLuboš Luňák2011-09-191-6/+3
* rework this in terms of read_uInt8s_AsOStringCaolán McNamara2011-09-191-13/+22
* Fix 2 bitwiseOnBoolean detected by cppcheckJulien Nabet2011-09-161-1/+1
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-161-0/+1
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-161-1/+0
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-156-42/+53
* Fix nSearchType vs. nMatchType typo and simplify resulting code.Stephan Bergmann2011-09-141-5/+2
* Some cppcheck cleaningJulien Nabet2011-09-131-2/+1
* Header/Footer: use a plus symbol instead of the add iconCédric Bosdonnat2011-09-132-0/+12
* mirror 64c15de6489b5a72f8530b66968d3d1660d39d55 from aqua into iosCaolán McNamara2011-09-121-1/+1
* can return a ref, not a pointer, and make local static instead of global leakCaolán McNamara2011-09-123-14/+14
* callcatcher: drop unused methodsCaolán McNamara2011-09-122-8/+0
* Drop unused partsJulien Nabet2011-09-102-15/+0
* Use new line heights only if SAL_USE_NEW_LINEHEIGHT=1Eike Rathke2011-09-091-7/+81