ChangeSet ID: 16509
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/09 05:44:33
Modified files:
dlls/kernel : console.c
Log message:
Gabriel Buades Rubio <bubu(a)dooplex.es>
When sending multi-line boxes to console throgh WineConsoleOutputA,
only the first line was being translated into wide-chars.
Patch: http://cvs.winehq.org/patch.py?id=16509
Old revision New revision Changes Path
1.38 1.39 +1 -1 wine/dlls/kernel/console.c
ChangeSet ID: 16502
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2005/03/08 14:05:07
Modified files:
include : wwn.php
Log message:
* xml parser updates
- for dl tags, set margin to 1em to match indent of paragraph
- if tag is unknown, convert it to plain text and output
- br tags were being left out, include them
Patch: http://cvs.winehq.org/patch.py?id=16502
Old revision New revision Changes Path
1.20 1.21 +47 -20 lostwages/include/wwn.php
ChangeSet ID: 16501
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/08 13:26:57
Modified files:
dlls/user : painting.c
Log message:
Process only pending expose events during RDW_UPDATENOW, not all the
other X events.
Patch: http://cvs.winehq.org/patch.py?id=16501
Old revision New revision Changes Path
1.21 1.22 +3 -4 wine/dlls/user/painting.c
ChangeSet ID: 16500
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/08 13:20:14
Modified files:
dlls/x11drv : event.c
Log message:
Take into account the event mask passed to MsgWaitForMultipleObjectsEx
to allow processing only a subset of the available X events.
Patch: http://cvs.winehq.org/patch.py?id=16500
Old revision New revision Changes Path
1.50 1.51 +38 -6 wine/dlls/x11drv/event.c