ChangeSet ID: 9775
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/14 21:32:00
Modified files:
objects : dib.c
Log message:
Dave Belanger <dave.belanger(a)cimmetry.com>
In CreateDIBitmap, the fact that the bits init flag is set or not
doesn't have anything to do with the color state of the DIB.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9775
Old revision New revision Changes Path
1.75 1.76 +1 -2 wine/objects/dib.c
ChangeSet ID: 9770
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/14 15:13:42
Modified files:
include : commctrl.h
dlls/comctl32 : header.c
Log message:
Maxime Bellengé <maxime.bellenge(a)laposte.net>
- Implemented HEADER_SetBitmapMargin and HEADER_GetBitmapMargin.
- Get rid of some magic numbers in HEADER_DrawItem.
- Fixed the drawing of images from imagelist when the
HDF_BITMAP_ON_RIGHT flag is set.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9770
Old revision New revision Changes Path
1.120 1.121 +5 -0 wine/include/commctrl.h
1.60 1.61 +67 -25 wine/dlls/comctl32/header.c
ChangeSet ID: 9769
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/14 15:12:05
Modified files:
dlls/comctl32 : tab.c
Log message:
Maxime Bellengé <maxime.bellenge(a)laposte.net>
Only redraw the necessary area of the tab component and not the whole
component like windows does.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9769
Old revision New revision Changes Path
1.85 1.86 +6 -1 wine/dlls/comctl32/tab.c