ChangeSet ID: 14440
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/09 14:03:47
Modified files:
windows : spy.c
dlls/comctl32 : updown.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
- do not move updown control and buddy if an alignment was not requested
- in UDM_SETACCEL handler do not forget to update number of accelerators
- update arrows info in WM_LBUTTONDOWN as well as in WM_MOUSEMOVE
- use accelerators in WM_LBUTTONDOWN handler
Patch: http://cvs.winehq.org/patch.py?id=14440
Old revision New revision Changes Path
1.61 1.62 +1 -1 wine/windows/spy.c
1.62 1.63 +33 -9 wine/dlls/comctl32/updown.c
ChangeSet ID: 14435
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/08 16:17:02
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- bNtfUnicode is a dup' of bUnicode so remove it and fix the few
places where it was used.
- Remove a load of useless NULL infoPtr checks.
- Hardcode the default padding like native instead of using a wacky formula.
- Replace some tabs with spaces and remove NMHDR casts.
Patch: http://cvs.winehq.org/patch.py?id=14435
Old revision New revision Changes Path
1.200 1.201 +54 -102 wine/dlls/comctl32/toolbar.c
ChangeSet ID: 14434
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/11/08 16:12:42
Modified files:
dlls/user : menu.c
Log message:
William Poetra Yoga H <williampoetra(a)yahoo.com>
Give the first menu item of a popup menu a distance of 1 pixel to the
top border.
Patch: http://cvs.winehq.org/patch.py?id=14434
Old revision New revision Changes Path
1.7 1.8 +1 -1 wine/dlls/user/menu.c