summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2011-09-29Fix MinGW runtime; we need only the DLLPOSTFIX, no other magic.Jan Holesovsky1-1/+1
2011-09-29callcatcher: unused codeCaolán McNamara2-30/+0
2011-09-28Make deprecation warnings non-fatal even in a -Werror compilationTor Lillqvist5-12/+16
2011-09-28WaE: foo does not implement the fooDelegate protocolTor Lillqvist2-2/+23
2011-09-28WaE: suggest a space before ';' or explicit braces around empty body in 'whil...Tor Lillqvist1-1/+2
2011-09-28WaE: ATSUI is deprecated in newer SDKsTor Lillqvist3-0/+30
2011-09-28WaE: drop some unused variablesTor Lillqvist1-3/+0
2011-09-28WaE: NSPICTPboardType is deprecated in 10.6 and laterTor Lillqvist1-0/+12
2011-09-28Fix syntax error that earlier compiler versions didn't mindTor Lillqvist1-1/+1
2011-09-28WaE: setAccessoryView is deprecated in 10.5 and laterTor Lillqvist1-1/+18
2011-09-28WaE: 'NSWindow' may not respond to '-windowShouldClose:'Tor Lillqvist1-1/+14
2011-09-28Fix syntax error that earlier compiler versions didn't mindTor Lillqvist1-2/+2
2011-09-28WaE: declared with greater visibility than the type of its fieldTor Lillqvist1-1/+1
2011-09-28Let SalAbort dump core on developer builds.Stephan Bergmann6-9/+30
2011-09-28ByteString->rtl::OStringBufferCaolán McNamara1-6/+20
2011-09-27More WaE fixes for iOSTor Lillqvist1-3/+3
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann15-28/+28
2011-09-27make WinResTarget's name independent of LinkTargetDavid Tardon1-1/+1
2011-09-27add GetParentDialog to VCL's Window, and remove DLGWIN & cut/pasteMichael Meeks2-0/+18
2011-09-27WaE: Silence warnings for the iOS codeTor Lillqvist8-122/+43
2011-09-26cppcheck: reduce scope of var in vcl bitmap3.cxxPierre-André Jacquod1-13/+12
2011-09-26cppcheck: reduce scope of var in vcl sft.cxxPierre-André Jacquod1-13/+18
2011-09-26cppcheck: reduce scope of variabl.e in vcl, cff.cxxPierre-André Jacquod1-1/+1
2011-09-26dead code deleted in vcl toolbox.cxxPierre-André Jacquod1-62/+9
2011-09-26cppcheck: reduce scope of var in vcl toolbox.cxxPierre-André Jacquod1-12/+7
2011-09-26cppcheck: scope reduction of var in vcl outdev3.cxxPierre-André Jacquod1-5/+4
2011-09-26cppcheck: reduce scope of var in vcl outdev2.cxxPierre-André Jacquod1-2/+8
2011-09-24unusedcode: vcl::PrinterFooMatúš Kukan2-63/+0
2011-09-22WaE: signed/unsigned errorCaolán McNamara1-2/+2
2011-09-22Upgrade graphite to 1.0.3 fix surrogate supportMartin Hosken1-14/+19
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara2-9/+12
2011-09-22Always link with user32Tor Lillqvist1-3/+0
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold4-4/+4
2011-09-20ByteString->rtl::OString[Buffer]Caolán McNamara3-49/+53
2011-09-20ByteString->rtl::OStringBufferCaolán McNamara2-21/+18
2011-09-20WaE: and no longer need this here thenCaolán McNamara1-2/+0
2011-09-20missed optimization opportunity from 9b6ea21 to drop unused ByteStringCaolán McNamara1-4/+0
2011-09-20Kill the explicit linking to salmain.o, use vclmain instead.Jan Holesovsky1-18/+0
2011-09-19delete does not need a NULL checkLuboš Luňák1-6/+3
2011-09-19rework this in terms of read_uInt8s_AsOStringCaolán McNamara1-13/+22
2011-09-16Fix 2 bitwiseOnBoolean detected by cppcheckJulien Nabet1-1/+1
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba1-0/+1
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba1-1/+0
2011-09-15ByteString->rtl::OString[Buffer]Caolán McNamara6-42/+53
2011-09-14Fix nSearchType vs. nMatchType typo and simplify resulting code.Stephan Bergmann1-5/+2
2011-09-13Some cppcheck cleaningJulien Nabet1-2/+1
2011-09-13Header/Footer: use a plus symbol instead of the add iconCédric Bosdonnat2-0/+12
2011-09-12mirror 64c15de6489b5a72f8530b66968d3d1660d39d55 from aqua into iosCaolán McNamara1-1/+1
2011-09-12can return a ref, not a pointer, and make local static instead of global leakCaolán McNamara3-14/+14
2011-09-12callcatcher: drop unused methodsCaolán McNamara2-8/+0