summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-10-04WaE: unreachable codeTor Lillqvist1-1/+1
2011-10-04WaE: 'e' : unreferenced local variableTor Lillqvist1-0/+2
2011-10-04Fix build against the 10.4 SDKTor Lillqvist1-1/+1
2011-10-04callcatcher: various unused methodsCaolán McNamara2-18/+0
2011-10-03Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest ...Tor Lillqvist1-3/+2
2011-10-03Print preview: set frame size to preview size even if there is no previewIvan Timofeev1-16/+10
2011-09-30Kill unused SalFrameWndProcA() functionTor Lillqvist2-29/+0
2011-09-30Kill unused ImplSalUpdateStyleFontA() functionTor Lillqvist1-20/+0
2011-09-30clean-up ghost traces of unicowNorbert Thiebaud2-8/+0
2011-09-30help gcc 4.6.1 out with ambiguityCaolán McNamara1-1/+5
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