ChangeSet ID: 10125101500169825004413724
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/01/31 15:49:11
Modified files:
dlls/comctl32 : toolbar.c
Log message:
Guy Albertelli <guy(a)codeweavers.com>
- better trace output
- support string sent in by address, rather then index
- add FIXMEs for multiple image lists
- protect agains inexistent buttons
- call up to the DefWindowProc when erasing bkgnd when appropriate
Patch: http://cvs.winehq.com/patch.py?id=10125101500169825004413724
Revision Changes Path
1.102 +60 -6 wine/dlls/comctl32/toolbar.c
ChangeSet ID: 1012509879933128230273724
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 02/01/31 15:44:39
Modified files:
dlls/user : text.c
Log message:
Bill Medland <medbi01(a)accpac.com>
- Introduce a significant design decision.
- Recalculate the prefix location if ellipsification alters it. This
carefully does NOT emulate a Microsoft bug in which reprefixing is
wrong when the first character removed by ellipsification is the one
that would have been underlined (under Win98 at least).
Patch: http://cvs.winehq.com/patch.py?id=1012509879933128230273724
Revision Changes Path
1.21 +97 -10 wine/dlls/user/text.c