ChangeSet ID: 13961
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/29 16:04:18
Modified files:
dlls/user : edit.c
Log message:
James Hawkins <truiken(a)gmail.com>
Limit scrolling of the edit control to the last line of text.
Patch: http://cvs.winehq.org/patch.py?root=/home/winehq/opt/cvs-commit&id=13961
Old revision New revision Changes Path
1.3 1.4 +4 -2 wine/dlls/user/edit.c
ChangeSet ID: 13959
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/28 14:33:44
Modified files:
dlls/shell32 : shlfolder.c shfldr.h
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Add support for custom shell folders, such as the History folder.
- Always try to initialize folder using IPersistFolder3 interface and
then fall back on IPersistFolder if not supported.
Patch: http://cvs.winehq.org/patch.py?id=13959
Old revision New revision Changes Path
1.89 1.90 +72 -50 wine/dlls/shell32/shlfolder.c
1.6 1.7 +4 -4 wine/dlls/shell32/shfldr.h