ChangeSet ID: 16626
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/15 13:32:14
Modified files:
dlls/dbghelp : msc.c
Log message:
Filip Navara <xnavara(a)volny.cz>
Initialize the "toc" field in the pdb_lookup structure in order to
prevent pdb_free_lookup from trying to delete invalid pointers.
Patch: http://cvs.winehq.org/patch.py?id=16626
Old revision New revision Changes Path
1.11 1.12 +2 -0 wine/dlls/dbghelp/msc.c
ChangeSet ID: 16622
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/15 09:40:52
Modified files:
dlls/riched20 : writer.c editor.c
Log message:
Krzysztof Foltman <kfoltman(a)portal.onet.pl>
- WM_COPY (and WM_CUT) can now put both Unicode and RTF format (thanks
to Phil Krylov's RTF generator code).
- New message implemented - WM_PASTE.
- RTF reader: rtfPlain implemented (kind of).
- RTF writer: rewritten main loop (the old one crashed in some
circumstances when SFF_SELECTION was used).
Patch: http://cvs.winehq.org/patch.py?id=16622
Old revision New revision Changes Path
1.1 1.2 +35 -32 wine/dlls/riched20/writer.c
1.11 1.12 +114 -7 wine/dlls/riched20/editor.c
ChangeSet ID: 16621
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/15 09:40:36
Modified files:
dlls/dsound : propset.c primary.c mixer.c dsound_private.h
dsound_main.c dsound.c capture.c
Log message:
Robert Reif <reif(a)earthlink.net>
Change some global variable names.
Cleanup usage of global dsound variable to not use local variable of
same name.
Almost ready to add support for more than one sound card at the same
time.
Patch: http://cvs.winehq.org/patch.py?id=16621
Old revision New revision Changes Path
1.34 1.35 +17 -17 wine/dlls/dsound/propset.c
1.43 1.44 +4 -4 wine/dlls/dsound/primary.c
1.32 1.33 +1 -1 wine/dlls/dsound/mixer.c
1.25 1.26 +3 -4 wine/dlls/dsound/dsound_private.h
1.115 1.116 +13 -13 wine/dlls/dsound/dsound_main.c
1.30 1.31 +16 -16 wine/dlls/dsound/dsound.c
1.44 1.45 +7 -7 wine/dlls/dsound/capture.c