ChangeSet ID: 14601
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/29 12:08:19
Modified files:
server : trace.c queue.c protocol.def
include/wine : server_protocol.h
Log message:
Converted the timer list to use standard list functions.
Allocate a timer id when the window is 0 instead of relying on the
client to do it.
Allow setting timers on windows belonging to other threads (found by
Mike McCormack).
Patch: http://cvs.winehq.org/patch.py?id=14601
Old revision New revision Changes Path
1.214 1.215 +6 -1 wine/server/trace.c
1.45 1.46 +146 -83 wine/server/queue.c
1.110 1.111 +2 -0 wine/server/protocol.def
1.111 1.112 +2 -1 wine/include/wine/server_protocol.h
ChangeSet ID: 14597
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/29 11:52:06
Modified files:
dlls/kernel/tests: directory.c
Log message:
Gunnar Dalsnes <hardon(a)online.no>
Added a test to make sure that CreateDirectoryA/W does not create
multiple non-existing directories in the path given.
Patch: http://cvs.winehq.org/patch.py?id=14597
Old revision New revision Changes Path
1.12 1.13 +18 -0 wine/dlls/kernel/tests/directory.c
ChangeSet ID: 14595
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/29 11:50:23
Modified files:
dlls/quartz : avisplit.c avidec.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
AVI decompressor:
- Make copies of bitmap header from media type for input and output
and update them when needed.
- Fixed subtype for 32-bit depth in QueryAccept.
AVI splitter:
- Fixed handling of rec list.
Patch: http://cvs.winehq.org/patch.py?id=14595
Old revision New revision Changes Path
1.5 1.6 +1 -0 wine/dlls/quartz/avisplit.c
1.9 1.10 +58 -26 wine/dlls/quartz/avidec.c