ChangeSet ID: 987791262202800636179745
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/04/20 14:27:42
Modified files:
dlls/comctl32 : rebar.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
- Notify parent of child size changes when changes are from WM_SIZE
messages.
- If more than one band exists, then first band may have a gripper.
- Fix the band layout algorithm to handle some issues from WinARA.
Patch: http://cvs.winehq.com/patch.py?id=987791262202800636179745
Revision Changes Path
1.41 +22 -10 wine/dlls/comctl32/rebar.c
ChangeSet ID: 987791195508687037974596
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/04/20 14:26:35
Modified files:
tools : winemaker
Log message:
Francois Gouget <fgouget(a)free.fr>
Fix file lossage in subdirectories of an 'include' directory (closes #163).
When case fixing #includes, take into account that the file may have
been renamed (closes #161).
Better support of $(SRCDIR) in -I directives.
RTF was not recognised in rc files because it was in the wrong place.
Escape weird characters when putting the rc filename in the spec file.
Patch: http://cvs.winehq.com/patch.py?id=987791195508687037974596
Revision Changes Path
1.24 +10 -4 wine/tools/winemaker