ChangeSet ID: 5709
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/10 12:53:04
Modified files:
controls : scroll.c
Log message:
Andrew M. Johnston <johnstonam(a)logica.com>
Make info structure members lower case as elsewhere.
Patch: http://cvs.winehq.com/patch.py?id=5709
Old revision New revision Changes Path
1.55 1.56 +52 -52 wine/controls/scroll.c
ChangeSet ID: 5706
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/09 22:42:28
Modified files:
dlls/msvideo/msrle32: msrle32.c
documentation/samples: system.ini
Log message:
Michael Günnewig <MichaelGuennewig(a)gmx.de>
Prevent some segfaults in msrle32.
Add the necessary line to the sample system.ini for using this video
codec.
Patch: http://cvs.winehq.com/patch.py?id=5706
Old revision New revision Changes Path
1.1 1.2 +9 -10 wine/dlls/msvideo/msrle32/msrle32.c
1.8 1.9 +1 -0 wine/documentation/samples/system.ini
ChangeSet ID: 5705
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/09 22:13:14
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Narrow down the items we iterate over in LIST, and REPORT mode.
Fix a Client --> List coordinate transformations in FindItem.
Fix bug in HitItem (in LIST and REPORT mode).
Avoid the last bit of drawing in REPORT mode.
Patch: http://cvs.winehq.com/patch.py?id=5705
Old revision New revision Changes Path
1.201 1.202 +42 -19 wine/dlls/comctl32/listview.c
ChangeSet ID: 5704
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/09 22:12:05
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Draw _only_ the items that are invalidated.
Fix serious bug when deleting from a range.
Pass in a range to the ranges_{add,del} functions.
Tidy up the RefreshIcon function.
Assorted cleanups.
Patch: http://cvs.winehq.com/patch.py?id=5704
Old revision New revision Changes Path
1.200 1.201 +108 -95 wine/dlls/comctl32/listview.c
ChangeSet ID: 5701
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/09 22:07:05
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Introduce the notion of item iterators, and use them to clean up code.
Patch: http://cvs.winehq.com/patch.py?id=5701
Old revision New revision Changes Path
1.197 1.198 +250 -248 wine/dlls/comctl32/listview.c