ChangeSet ID: 1031791869262231646644981
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/09/11 19:51:09
Modified files:
dlls/comctl32 : imagelist.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
- Rewrite the drawing code. It now is much smaller, easier to follow,
and faster. Moreover, it now supports the dwRop operation, and it is
in good shape to support the missing features.
- Draw the dragged image semi-transparently (will work when we support
alpha blending).
Patch: http://cvs.winehq.com/patch.py?id=1031791869262231646644981
Revision Changes Path
1.60 +205 -395 wine/dlls/comctl32/imagelist.c
ChangeSet ID: 1031706598725635746101947
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/09/10 20:09:58
Modified files:
tools : winemaker
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Store the global settings in Make.rules.in instead of duplicating them
in each Makefile.in file.
Introduce generate_from_template which replaces generate_configure
and generate_generic
Simplify the wrapper generation by using generate_from_template.
Rename configure.in to configure.ac. Now works with autoconf 2.5x.
Patch: http://cvs.winehq.com/patch.py?id=1031706598725635746101947
Revision Changes Path
1.49 +82 -102 wine/tools/winemaker