ChangeSet ID: 5903
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/21 14:43:37
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Rewrite DeleteItemT: cleaner, a lot faster.
Number of bug were fixed.
The minimum possible is redrawn.
Patch: http://cvs.winehq.com/patch.py?id=5903
Old revision New revision Changes Path
1.275 1.276 +85 -63 wine/dlls/comctl32/listview.c
ChangeSet ID: 5902
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/21 14:43:03
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Implement most of LVM_ARRANGE.
Make use of it, where it was appropriate.
Use infoPtr->dwStyle directly, in most places.
Assorted cleanups.
Patch: http://cvs.winehq.com/patch.py?id=5902
Old revision New revision Changes Path
1.274 1.275 +52 -103 wine/dlls/comctl32/listview.c
ChangeSet ID: 5898
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/21 14:40:26
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
When removing focus, no need to go through all elements.
Patch: http://cvs.winehq.com/patch.py?id=5898
Old revision New revision Changes Path
1.270 1.271 +1 -1 wine/dlls/comctl32/listview.c
ChangeSet ID: 5894
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/21 14:33:14
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Do not grow the item list to arbritary index: if requested index is
larger than current count, just append.
Miscellaneous cleanups.
Patch: http://cvs.winehq.com/patch.py?id=5894
Old revision New revision Changes Path
1.266 1.267 +8 -12 wine/dlls/comctl32/listview.c