ChangeSet ID: 16739
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/21 04:30:18
Modified files:
dlls/comctl32 : pager.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Proper handling for GWL_STYLE.
Store and use hwndSelf in the PAGER_INFO.
Pass the infoPtr around instead of hwnd.
Use proper types in the function signatures.
Fix a few return statements.
Patch: http://cvs.winehq.org/patch.py?id=16739
Old revision New revision Changes Path
1.52 1.53 +274 -290 wine/dlls/comctl32/pager.c
ChangeSet ID: 16737
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/21 04:29:32
Modified files:
programs/regedit: listview.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Add icons for the value pane.
- Display REG_MULTI_SZ values.
- Make the lack of support for certain value types more noticeable to
the user.
Patch: http://cvs.winehq.org/patch.py?id=16737
Old revision New revision Changes Path
1.12 1.13 +66 -10 wine/programs/regedit/listview.c