ChangeSet ID: 5909
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/21 14:48:37
Modified files:
dlls/comctl32 : comctl32undoc.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Rewrite DPA_InsertPtr in terms on DPA_SetPtr, so that it's simpler,
cleaner, and more correct.
It now expands the array to accomodate larger than current size
indexes.
Patch: http://cvs.winehq.com/patch.py?id=5909
Old revision New revision Changes Path
1.67 1.68 +8 -48 wine/dlls/comctl32/comctl32undoc.c
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