ChangeSet ID: 5799
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/16 14:04:07
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Instrument SetItemT to avoid repainting if nothing changed.
Teach RemoveAllSelections to skip an item, so we can eliminate the
flicker when we click on a selected item.
Patch: http://cvs.winehq.com/patch.py?id=5799
Old revision New revision Changes Path
1.233 1.234 +37 -44 wine/dlls/comctl32/listview.c
ChangeSet ID: 5798
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/16 14:03:25
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Fix bug in edit label when sending the text to the app.
Cleanup the handling of nEditLabelItem.
Patch: http://cvs.winehq.com/patch.py?id=5798
Old revision New revision Changes Path
1.232 1.233 +11 -14 wine/dlls/comctl32/listview.c