ChangeSet ID: 5963
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/23 17:25:10
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Do not callback to the parent for lParam when in LVS_OWNERDATA.
Docs update.
Patch: http://cvs.winehq.com/patch.py?id=5963
Old revision New revision Changes Path
1.289 1.290 +13 -5 wine/dlls/comctl32/listview.c
ChangeSet ID: 5958
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/23 15:57:13
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Do not crash if callback text is not filled (behave like native).
Render report mode from top to bottom (easier on the eye).
Docs updates, type fixes, more traces.
Patch: http://cvs.winehq.com/patch.py?id=5958
Old revision New revision Changes Path
1.286 1.287 +13 -3 wine/dlls/comctl32/listview.c
ChangeSet ID: 5956
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/23 15:55:05
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Do not autoarrange if we insert/delete from the end of the list.
Patch: http://cvs.winehq.com/patch.py?id=5956
Old revision New revision Changes Path
1.284 1.285 +6 -1 wine/dlls/comctl32/listview.c
ChangeSet ID: 5954
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/23 15:53:42
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Rename LISTVIEW_ITEM to ITEM_INFO for consistency.
Rename LISTVIEW_SUBITEM to SUBITEM_INFO for same reason.
Fix type in comment spotted by Bobby Bingham.
Patch: http://cvs.winehq.com/patch.py?id=5954
Old revision New revision Changes Path
1.282 1.283 +35 -35 wine/dlls/comctl32/listview.c