summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* conversion operator gone nowCaolán McNamara2011-10-051-2/+2
* callcatcher: unused methodsCaolán McNamara2011-10-052-12/+0
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
* WaE: unreachable codeTor Lillqvist2011-10-041-1/+1
* WaE: 'e' : unreferenced local variableTor Lillqvist2011-10-041-0/+2
* Fix build against the 10.4 SDKTor Lillqvist2011-10-041-1/+1
* callcatcher: various unused methodsCaolán McNamara2011-10-042-18/+0
* Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest ...Tor Lillqvist2011-10-031-3/+2
* Print preview: set frame size to preview size even if there is no previewIvan Timofeev2011-10-031-16/+10
* Kill unused SalFrameWndProcA() functionTor Lillqvist2011-09-302-29/+0
* Kill unused ImplSalUpdateStyleFontA() functionTor Lillqvist2011-09-301-20/+0
* clean-up ghost traces of unicowNorbert Thiebaud2011-09-302-8/+0
* help gcc 4.6.1 out with ambiguityCaolán McNamara2011-09-301-1/+5
* Fix MinGW runtime; we need only the DLLPOSTFIX, no other magic.Jan Holesovsky2011-09-291-1/+1
* callcatcher: unused codeCaolán McNamara2011-09-292-30/+0
* 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