ChangeSet ID: 985029262733195218257606
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/03/19 14:14:22
Modified files:
windows : winpos.c
Log message:
Ove Kaaven <ovek(a)arcticnet.no>
Win2000: If both WS_EX_LAYERED and WS_EX_TRANSPARENT styles are set,
mouse clicks should go straight through the window.
Patch: http://cvs.winehq.com/patch.py?id=985029262733195218257606
Revision Changes Path
1.94 +1 -0 wine/windows/winpos.c
ChangeSet ID: 985029240321079629473388
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/03/19 14:14:00
Modified files:
dlls/shell32 : shellpath.c
Log message:
Eric Kohl <ekohl(a)codeweavers.com>
SHGetSpecialFolderPathA must be able to create a full path if it
doesn't exist.
Patch: http://cvs.winehq.com/patch.py?id=985029240321079629473388
Revision Changes Path
1.49 +18 -5 wine/dlls/shell32/shellpath.c
ChangeSet ID: 984760916959006094839424
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/03/16 11:41:56
Modified files:
dlls/comctl32 : comboex.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
- Documented things known to be unimplemented.
- Implemented CBN_SELCHANGE, CBN_KILLFOCUS, and CBN_SELENDOK.
- Corrected CBEN_ENDEDIT notifies to always have edit control text.
- Locked "selected" state of icon to focus state of edit control (if
it exists) just like native.
Patch: http://cvs.winehq.com/patch.py?id=984760916959006094839424
Revision Changes Path
1.30 +282 -36 wine/dlls/comctl32/comboex.c
ChangeSet ID: 9847608920765108559280634
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/03/16 11:41:32
Modified files:
dlls/comctl32 : rebar.c
Log message:
Guy L. Albertelli <galberte(a)neo.lrun.com>
- Correct RBN_CHILDSIZE band rectangle to match native.
- Correct flags in DeferWindowPos to SWP_NOZORDER to match native.
- Make handling ComboBox and ComboBoxEx the same when moving child
windows.
Patch: http://cvs.winehq.com/patch.py?id=9847608920765108559280634
Revision Changes Path
1.40 +19 -37 wine/dlls/comctl32/rebar.c