summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-29WaE: various new gcc 4.6.0 warningsCaolán McNamara
2011-01-28Remove some dead code.Thomas Arnhold
2011-01-28cppcheck: remove unused variable dTemp and dPos.Thomas Arnhold
2011-01-28Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2011-01-28Replace empty equalsAscii() with getLength().Thomas Arnhold
2011-01-28Remove FS_PRIV_DEBUG directive.Thomas Arnhold
2011-01-28WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-27WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-27Related: rhbz#672872 cancel gtk file-dialog on desktop::terminateCaolán McNamara
2011-01-27Related: rhbz#610103 more woes on rpm upgrade vs rpm eraseCaolán McNamara
2011-01-27WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-27"Default Formatting" -> "Clear Direct Formatting"Octavio Alvarez
2011-01-27We don't need ddraw.lib which doesn't even exist in the current DX SDKTor Lillqvist
Notes: split repo tag: libs-core_LO-BASE-INTEGRATION-DEV300_m98
2011-01-27There is no SJLIBTor Lillqvist
2011-01-26Translations of German comments in sfxAlbert Thuswaldner
2011-01-26Translations of German comments in sfxAlbert Thuswaldner
2011-01-26WaE: nPos not used for anythingCaolán McNamara
2011-01-26Cpp cleanliness: redundant assignment to selfKenneth Venken
2011-01-26WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-26dba34a: #i107809# drop support for old Mozilla profile format, support ↵Frank Schoenheit [fs]
new-style SeaMonkey profiles (cherry-picked from hg 272071:d5b3bb5ca529)
2011-01-26this is wrong, using a pointer to a temporaryCaolán McNamara
2011-01-26WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-25Add informative comment about ULONG and BOOL screwup in sqltypes.hTor Lillqvist
2011-01-25WaE: unused variableCaolán McNamara
2011-01-25WaE: unused variableCaolán McNamara
2011-01-25remove unused codeDavid Tardon
2011-01-25make the test for "-" more robustDavid Tardon
2011-01-25fix build with system ODBCDavid Tardon
2011-01-25check for exact pos. of the inner "-"David Tardon
2011-01-25WaE: unused variablesDavid Tardon
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-25Stricter type correctness to avoid 64-bit compilation errorsTor Lillqvist
2011-01-25Work around compilation errors on 64-bit WindowsTor Lillqvist
Fixes clashes between ULONG and BOOL in sqltypes.h and solar.h.
2011-01-25Use correct parameter types in ADO API callsTor Lillqvist
Fixes compilation errors on 64-bit Windows.
2011-01-25Both argumensts to Min must be of same typeTor Lillqvist
2011-01-25No need to define _X86_ and it confuses a 64-bit Windows compilationTor Lillqvist
2011-01-24Add x64 Windows implementation of SbiDllMgrTor Lillqvist
Work in progress. The passing of struct parameters is for sure incorrect, for instance: A temporary copy needs to be allocated and its address passed. No assembly involved. The idea is to call the external function as if it was a varargs one, and passing the four first qword-size parameters as if they were doubles, thus nicely causing them to be both in the integer and floating-point parameter registers, from either of which the callee will get them, depending on their actual expected type. Rename existing files a bit for clarity.
2011-01-24Make Get10ThSec declaration match the implementationTor Lillqvist
2011-01-24Use correct LONG_PTR for parameters to IMediaEvent::GetEventTor Lillqvist
2011-01-24Include the wntmscx build directoriesTor Lillqvist
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-23WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-23WaE: unused variablesCaolán McNamara
2011-01-23WaE: unused variableCaolán McNamara
2011-01-22Remove dead code and obsolete SvxShape::onUserCall().Thomas Arnhold
2011-01-22Remove empty description and dates.Thomas Arnhold
2011-01-21fix KDE3 library search order (fdo#32797)Luboš Luňák
Use LINKFLAGS instead of STDLIBS, as the latter comes way too late in the link command and may result in some stray -L/usr/lib getting before -L$KDEDIR/lib. Since KDE4 libs often tend to be installed under /usr while KDE3 libs are often somewhere else such as /opt/kde3/lib, this could cause using wrong libraries.