Commit graph

65916 commits

Author SHA1 Message Date
Tor Lillqvist
24918a6d67 No need to define _X86_ and it confuses a 64-bit Windows compilation 2011-01-25 00:46:39 +02:00
Tor Lillqvist
55d35dbd3f Add x64 Windows implementation of SbiDllMgr
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-24 20:50:56 +02:00
Tor Lillqvist
d3eb14c3fe Make Get10ThSec declaration match the implementation 2011-01-24 20:49:24 +02:00
Tor Lillqvist
76a0e4e844 Use correct LONG_PTR for parameters to IMediaEvent::GetEvent 2011-01-24 20:40:35 +02:00
Kalman Szalai - KAMI
397ceb0924 Start using technical.dic instead of oracle.dic (fdo#31798)
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-01-24 19:18:21 +01:00
Tor Lillqvist
e7fd1425f3 Include the wntmscx build directories 2011-01-24 17:41:04 +02:00
Caolán McNamara
eb0d5fb776 WaE: gcc 4.6.0 various warnings 2011-01-24 14:50:41 +00:00
Caolán McNamara
d617b24172 WaE: gcc 4.6.0 various warnings 2011-01-24 10:40:29 +00:00
Caolán McNamara
981c242334 WaE: gcc 4.6.0 various warnings 2011-01-24 10:40:19 +00:00
Caolán McNamara
f878e2dda0 WaE: gcc 4.6.0 various warnings 2011-01-23 20:52:54 +00:00
Caolán McNamara
94f84091a7 WaE: unused variables 2011-01-23 18:29:24 +00:00
Caolán McNamara
e8e546907d WaE: unused variable 2011-01-23 18:21:59 +00:00
Thomas Arnhold
d76747f572 Remove dead code and obsolete SvxShape::onUserCall(). 2011-01-22 15:03:16 +01:00
Thomas Arnhold
a5ff21d92e Remove empty description and dates. 2011-01-22 00:19:18 +01:00
Luboš Luňák
5d39c7f613 fix KDE3 library search order (fdo#32797)
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.
2011-01-21 20:50:23 +01:00
Thomas Arnhold
5eb9bd574e Remove obsolete RCS lines. 2011-01-21 20:48:34 +01:00
Caolán McNamara
d43d5800c2 use longer non-deprecated command line args 2011-01-21 17:01:12 +00:00
Caolán McNamara
95d0fa7e9e use longer non-deprecated command line args 2011-01-21 17:00:01 +00:00
Caolán McNamara
878fe03bca resolve more ownership cycles 2011-01-21 14:21:36 +00:00
Caolán McNamara
97e0597854 use a weakchangeslistener instead 2011-01-21 14:21:35 +00:00
Thomas Arnhold
ef276ff33d Remove old RCS lines. 2011-01-21 14:12:45 +01:00
Thomas Arnhold
db756953c1 Replace suitable equalsAscii calls with equalsAsciiL. 2011-01-21 14:12:45 +01:00
David Tardon
99945b7ff8 remove unused code 2011-01-21 12:34:59 +01:00
David Tardon
6cbca7e6e1 remove unused constant 2011-01-21 12:34:59 +01:00
David Tardon
8731b89655 extend assertion test 2011-01-21 12:34:58 +01:00
Caolán McNamara
c250178c04 break ownership cycle 2011-01-21 10:51:30 +00:00
Caolán McNamara
d23b5e5e0c break cycle and clear owner reference on dispose 2011-01-21 10:50:49 +00:00
Caolán McNamara
76f1fc1cb0 Related: rhbz#668057 use default server-side permissions for copied files 2011-01-20 17:25:17 +00:00
Caolán McNamara
5c4a11e83e Related: rhbz#668057 use default server-side permissions for copied files 2011-01-20 16:45:25 +00:00
Thomas Arnhold
88fa511a77 Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 11:23:45 +01:00
Jan Holesovsky
d1041919f5 Improve the 'Update all links?' message, fdo#32548.
Based on Kohei's version, it would need larger rework to implement Christoph's
version.
2011-01-20 02:03:20 +01:00
Caolán McNamara
e4058cfbc8 logic reversed 2011-01-19 16:39:45 +00:00
Kohei Yoshida
c3ccdabbb7 Create process service factory early in all platforms.
Just so that we can remove one #ifdef UNX guard. The less of those
the easier to maintain.
2011-01-19 11:27:40 -05:00
Caolán McNamara
5d0fe3c2ee Implement dispose and break circular dependency.
listener on configmgr means this dtor is never called.
2011-01-19 11:22:06 +00:00
Andras Timar
8a8985a859 readme formatting - fdo#32741
* using CRLF instead of LF on WIN platform
* word wrap at column 75 for better readability
2011-01-18 23:08:23 +01:00
Lubos Lunak
dfbece50eb Make --help and --version work even without $DISPLAY.
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-01-18 16:46:47 -05:00
Kohei Yoshida
fe934f7e4b No need to check for a failed condition since the value has an init value. 2011-01-18 16:05:33 -05:00
Christian Lohmaier
ca55490e7c WaE patch for editeng. 2011-01-18 16:05:33 -05:00
Luboš Luňák
034fbad159 fix broken code indentation 2011-01-18 18:32:42 +01:00
Luboš Luňák
2297f21184 build with libpng 1.5.0 (fdo#33231) 2011-01-18 15:42:23 +01:00
Caolán McNamara
6418df5d4a don't pushback and process a corrupt extension 2011-01-18 12:11:52 +00:00
Caolán McNamara
ec7b28f18d drop this redundant comment 2011-01-18 11:21:06 +00:00
Caolán McNamara
02e52362c3 Use the foolproof checked macro for this 2011-01-18 10:59:00 +00:00
Caolán McNamara
8a20f85dfa cppcheck: pass by reference 2011-01-18 10:55:43 +00:00
Caolán McNamara
dfb0fac47b tweak G_SLICE to canonical always-malloc 2011-01-18 09:45:41 +00:00
Philipp Lohmann [pl]
9ce6b73eb4 calc65: #i116371# fix backgrounds for polypolygons in metafile
Signed-off-by: Thorsten Behrens <tbehrens@novell.com>
2011-01-18 10:43:05 +01:00
Caolán McNamara
9f70db4be3 cppcheck: initialize member variable 2011-01-17 21:12:44 +00:00
Luboš Luňák
9cc604766a fix COMMON_OUTDIR/COMMON_OUTPUT typo (fdo#33096) 2011-01-17 19:29:27 +01:00
Julien Nabet
a743e9fefd some cppcheck cleaning 2011-01-17 12:13:59 +00:00
Caolán McNamara
d3073bef2f equalsAsciiL faster than equalsAscii 2011-01-17 11:11:14 +00:00