ChangeSet ID: 14943
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/20 11:00:46
Modified files:
dlls/comctl32 : datetime.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Make the month calendar child window auto-size instead of using a
hard coded 200px.
- Use SetFocus when the control is clicked on to get the correct
behaviour when another control clicked on.
- Force the WS_EX_CLIENTEDGE style, instead of emulating it.
Patch: http://cvs.winehq.org/patch.py?id=14943
Old revision New revision Changes Path
1.52 1.53 +32 -26 wine/dlls/comctl32/datetime.c
ChangeSet ID: 14942
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/20 10:59:26
Modified files:
dlls/user/tests: msg.c
Log message:
Rein Klazes <wijn(a)wanadoo.nl>
- make sure that tests marked as todo_wine and actually succeed under
wine will be counted as failures
- remove todo_wine from a bunch of tests
- log the line numbers of the actual tests, not those of a helper
function.
Patch: http://cvs.winehq.org/patch.py?id=14942
Old revision New revision Changes Path
1.57 1.58 +37 -23 wine/dlls/user/tests/msg.c
ChangeSet ID: 14940
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/20 10:53:12
Modified files:
include : rpcndr.h rpc.h
Log message:
Peter Berg Larsen <pebl(a)math.ku.dk>
Remove compiler warnings for the # not being at the start of the
line.
Patch: http://cvs.winehq.org/patch.py?id=14940
Old revision New revision Changes Path
1.27 1.28 +5 -5 wine/include/rpcndr.h
1.18 1.19 +4 -4 wine/include/rpc.h
ChangeSet ID: 14939
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/20 10:52:26
Modified files:
tools/winedump : winedump.h search.c main.c
Log message:
Peter Berg Larsen <pebl(a)math.ku.dk>
Allow several -I parameters to be given - currently just the last is
used. Remove obvious wrong binaries when searching for the definition
of a functions definition. Really just strip a '.dll' extension and
not also '.dll.foorbar.spec'.
Patch: http://cvs.winehq.org/patch.py?id=14939
Old revision New revision Changes Path
1.9 1.10 +1 -1 wine/tools/winedump/winedump.h
1.4 1.5 +12 -3 wine/tools/winedump/search.c
1.15 1.16 +13 -5 wine/tools/winedump/main.c
ChangeSet ID: 14938
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/20 10:50:35
Modified files:
tools/winedump : function_grep.pl
Log message:
Peter Berg Larsen <pebl(a)math.ku.dk>
Warzone 2100 has in a header a definition that ends with a slash. As
'.' does not include '\n' winedump keeps looking ahead until eof.
Patch: http://cvs.winehq.org/patch.py?id=14938
Old revision New revision Changes Path
1.4 1.5 +1 -1 wine/tools/winedump/function_grep.pl