• 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
..
advapi32 Loading commit data...
avifil32 Loading commit data...
comctl32 Loading commit data...
commdlg Loading commit data...
crtdll Loading commit data...
dciman32 Loading commit data...
display Loading commit data...
dplayx Loading commit data...
dsound Loading commit data...
icmp Loading commit data...
imagehlp Loading commit data...
imm32 Loading commit data...
lzexpand Loading commit data...
mouse Loading commit data...
mpr Loading commit data...
msacm Loading commit data...
msacm32 Loading commit data...
msnet32 Loading commit data...
msvideo Loading commit data...
ntdll Loading commit data...
odbc32 Loading commit data...
ole32 Loading commit data...
oleaut32 Loading commit data...
olecli Loading commit data...
oledlg Loading commit data...
olepro32 Loading commit data...
olesvr Loading commit data...
psapi Loading commit data...
rasapi32 Loading commit data...
setupx Loading commit data...
shell32 Loading commit data...
sound Loading commit data...
stress Loading commit data...
tapi32 Loading commit data...
version Loading commit data...
win32s Loading commit data...
win87em Loading commit data...
winaspi Loading commit data...
windebug Loading commit data...
wing Loading commit data...
winmm Loading commit data...
winsock Loading commit data...
winspool Loading commit data...
wnaspi32 Loading commit data...
.cvsignore Loading commit data...
Makefile.in Loading commit data...