ChangeSet ID: 982028895959452441893518
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/12 20:48:15
Modified files:
windows : cursoricon.c
Log message:
François Gouget <fgouget(a)codeweavers.com>
CreateIcon must perform color depth conversion if the provided bitmap
is not of the same depth as the screen.
Added some documentation.
Patch: http://cvs.winehq.com/patch.py?id=982028895959452441893518
Revision Changes Path
1.28 +87 -13 wine/windows/cursoricon.c
ChangeSet ID: 982006928285900799091905
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/12 14:42:08
Modified files:
dlls/commdlg : printdlg.c
Log message:
Duane Clark <dclark(a)akamail.com>
- make the Landscape/Portrait buttons do something.
- fix these problems in the Paper Size and Source combo boxes:
1) Every time the printer setup dialog is opened, the settings
are set back to garbage settings.
2) If the paper size or source is changed, and then the printer is
changed, the new printer does not get the new size and source
settings even though it appears to from the dialog.
Patch: http://cvs.winehq.com/patch.py?id=982006928285900799091905
Revision Changes Path
1.37 +34 -2 wine/dlls/commdlg/printdlg.c
ChangeSet ID: 982006828307820735964924
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/12 14:40:28
Modified files:
graphics/x11drv: dib.c
objects : dib.c
Log message:
James Abbatiello <jabbey(a)codeweavers.com>
In CreateDIBSection, the offset into the file mapping does not have to
be a multiple of the memory allocation granularity.
Patch: http://cvs.winehq.com/patch.py?id=982006828307820735964924
Revision Changes Path
1.71 +17 -3 wine/graphics/x11drv/dib.c
1.50 +6 -1 wine/objects/dib.c