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