• Serge Ivanov's avatar
    In Windows, if PropertySheet can't create some page it just skips it. This · c0b824d7
    Serge Ivanov authored
    patch adds similar behaviour to Wine. It also adds some NULL checks.
    
    <yuxi@corel.com>
    Fix property sheet initialization bugs.
    
    Matthew Robertson
    The template was calling GetActiveIndex which was not being set in the
    propsheet code, and the call was moved before we call SetActive -
    because that's where we query for the Active Index.
    
    Noomen Hamza
    Resize property sheet to the largest dialog size.
    
    Don Kelly
    In the WM_INITDIALOG handler for the prop sheet, there is a call to
    PROPSHEET_IsTooSmall() which, if it returns TRUE, calls
    PROPSHEET_AdjustSize().  Contrary to its comment, .._AdjustSize() actually
    aligns the sizes of the "largest" prop. sheet dialog template and the tab
    control.  The IsTooSmall() call doesn't properly catch this mismatch.
    Modified the function to return TRUE if the sizes mismatch and renamed it to
    PROPSHEET_SizeMismatch() to reflect its proper use.
    c0b824d7
Name
Last commit
Last update
..
.cvsignore Loading commit data...
Makefile.in Loading commit data...
animate.c Loading commit data...
comboex.c Loading commit data...
comctl32.h Loading commit data...
comctl32.spec Loading commit data...
comctl32undoc.c Loading commit data...
commctrl.c Loading commit data...
datetime.c Loading commit data...
draglist.c Loading commit data...
flatsb.c Loading commit data...
header.c Loading commit data...
hotkey.c Loading commit data...
imagelist.c Loading commit data...
ipaddress.c Loading commit data...
listview.c Loading commit data...
monthcal.c Loading commit data...
nativefont.c Loading commit data...
pager.c Loading commit data...
progress.c Loading commit data...
propsheet.c Loading commit data...
rebar.c Loading commit data...
rsrc.rc Loading commit data...
status.c Loading commit data...
tab.c Loading commit data...
toolbar.c Loading commit data...
tooltips.c Loading commit data...
trackbar.c Loading commit data...
treeview.c Loading commit data...
updown.c Loading commit data...