ChangeSet ID: 16810
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/23 05:58:58
Modified files:
dlls/comctl32 : treeview.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Make the treeview correctly search when the top index is selected.
Patch: http://cvs.winehq.org/patch.py?id=16810
Old revision New revision Changes Path
1.168 1.169 +8 -0 wine/dlls/comctl32/treeview.c
ChangeSet ID: 16806
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/23 04:33:17
Modified files:
server : trace.c request.h queue.c protocol.def
include/wine : server_protocol.h
dlls/user : message.c
Log message:
Create a new server request for accepting hardware messages instead of
abusing reply_message.
Allow passing the determined window for a hardware message back to the
server to have it redispatch the message to the correct thread.
Patch: http://cvs.winehq.org/patch.py?id=16806
Old revision New revision Changes Path
1.228 1.229 +9 -1 wine/server/trace.c
1.107 1.108 +2 -0 wine/server/request.h
1.55 1.56 +40 -17 wine/server/queue.c
1.123 1.124 +7 -1 wine/server/protocol.def
1.124 1.125 +17 -2 wine/include/wine/server_protocol.h
1.71 1.72 +16 -12 wine/dlls/user/message.c
ChangeSet ID: 16801
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/23 04:24:06
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Complete unicodification of the toolbar common control.
Move a header comment for consistency with the other controls.
Very small alignment fixes.
Patch: http://cvs.winehq.org/patch.py?id=16801
Old revision New revision Changes Path
1.208 1.209 +52 -51 wine/dlls/comctl32/toolbar.c