Sweden-Number/dlls
Serge Ivanov c0b824d7de In Windows, if PropertySheet can't create some page it just skips it. This
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.
2000-02-25 20:49:49 +00:00
..
advapi32 Avoid crash on NULL data pointer. 2000-02-20 13:57:13 +00:00
avifil32 Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
comctl32 In Windows, if PropertySheet can't create some page it just skips it. This 2000-02-25 20:49:49 +00:00
commdlg Fixed handling of filedlg flags. 2000-02-25 20:36:42 +00:00
crtdll Fixed FreeBSD compile. 2000-02-14 19:50:26 +00:00
dciman32 Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
display Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them. 2000-01-23 22:00:06 +00:00
dplayx Optimized debugging API to reduce code size. 2000-02-10 22:15:21 +00:00
dsound Made the buffer list in the directsound object thread-safe. 2000-02-20 19:16:12 +00:00
icmp Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
imagehlp Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
imm32 Removed #include of wingdi.h and windef.h from winuser.h (and resolved 2000-02-10 19:03:02 +00:00
lzexpand Moved SystemHeap allocations to the process heap. 2000-02-16 22:47:24 +00:00
mouse Removed #include of wingdi.h and windef.h from winuser.h (and resolved 2000-02-10 19:03:02 +00:00
mpr Moved SystemHeap allocations to the process heap. 2000-02-16 22:47:24 +00:00
msacm Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
msacm32 Removed #include of wingdi.h and windef.h from winuser.h (and resolved 2000-02-10 19:03:02 +00:00
msnet32 Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
msvideo Removed #include of wingdi.h and windef.h from winuser.h (and resolved 2000-02-10 19:03:02 +00:00
ntdll Added stub for RtlAssert(). 2000-02-20 13:47:28 +00:00
odbc32 Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
ole32 - stub for OLE32.MkParseDisplayName 2000-02-20 19:17:53 +00:00
oleaut32 Set the type of VarBstrFromDate to dwFlags, instead of lcid. 2000-02-18 19:14:29 +00:00
olecli Removed extra includes from ole.h and wingdi.h. 2000-02-10 19:39:48 +00:00
oledlg Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
olepro32 OLEPRO32 stubs. 2000-02-07 16:26:56 +00:00
olesvr Removed extra includes from ole.h and wingdi.h. 2000-02-10 19:39:48 +00:00
psapi Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
rasapi32 Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
setupx Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
shell32 We define PathISURLA, so use it. 2000-02-25 20:48:11 +00:00
sound Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
stress Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
tapi32 Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
version Optimized debugging API to reduce code size. 2000-02-10 22:15:21 +00:00
win32s Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
win87em Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
winaspi Moved SystemHeap allocations to the process heap. 2000-02-16 22:47:24 +00:00
windebug Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
wing Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
winmm Got rid of PROFILE_ functions, now accessing Wine config options 2000-02-20 13:40:54 +00:00
winsock ioctlsocket() now returns success if the app sets nonblocking mode for 2000-02-14 19:50:57 +00:00
winspool Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
wnaspi32 Moved SystemHeap allocations to the process heap. 2000-02-16 22:47:24 +00:00
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
Makefile.in OLEPRO32 stubs. 2000-02-07 16:26:56 +00:00