summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | used API
* 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 ↵Tor Lillqvist2011-09-281-1/+2
| | | | 'while' statement
* WaE: ATSUI is deprecated in newer SDKsTor Lillqvist2011-09-283-0/+30
| | | | | So when using gcc 4.2.1, turn deprecation warnings off for most of these source files, sigh.
* WaE: drop some unused variablesTor Lillqvist2011-09-281-3/+0
|
* WaE: NSPICTPboardType is deprecated in 10.6 and laterTor Lillqvist2011-09-281-0/+12
| | | | | So turn off -Wdeprecated-declarations for most of this source file when using gcc 4.2.1 or later.
* 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
| | | | | | | | | | | Don't know how to fix it properly (i.e. use the corresponding non-deprecated API instead), so just using the pragma to ignore that warning for now... Unfortunately gcc 4.2.1 doesn't seem to implement the 'GCC diagnostic push/pop' pragmas, so we just have to ignore the warning for the method in question and the rest of the file. But luckily it is the last method;)
* WaE: 'NSWindow' may not respond to '-windowShouldClose:'Tor Lillqvist2011-09-281-1/+14
| | | | | | | | | | | We get this warning when compiling with g++ 4.2.1 from the 10.6 SDK. As far as I see there is no command-line option to get rid of it, and thus also no pragma to avoid it just for the lines of code in question. So to make it compile with -Werror also using this compiler/SDK, expand the Objective-C message call syntactic sugar into a objc_msgSend() call instead. That should be equivalent, shouldn't it?
* 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
| | | | | | | | | To be specific, 'vcl::PageSyncData' declared with greater visibility than the type of its field 'vcl::PageSyncData::mActions' Adding a SAL_DLLPRIVATE to the PageSyncData struct, too, then. Warning was emitted by g++ 4.2.1 against the MacOSX 10.6 SDK.
* 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
| | | | No semantic changes, the iOS code still is mostly dummy.
* 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
| | | | and deletion of a varialbe used as constant since 2002
* 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
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* 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
|