Sweden-Number/dlls/comctl32
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
..
.cvsignore Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
Makefile.in Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
animate.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
comboex.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
comctl32.h Serge Ivanov 1999-11-28 21:01:47 +00:00
comctl32.spec Built-in DLLs resources are now specified in spec file. 2000-01-09 04:20:31 +00:00
comctl32undoc.c DPA_DeletePtr was resizing the array to a too small size. 1999-12-25 22:51:53 +00:00
commctrl.c Implemented _TrackMouseEvent for the TME_LEAVE flag. 1999-12-20 03:48:25 +00:00
datetime.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
draglist.c - implemented LBItemFromPt 1999-11-23 23:35:12 +00:00
flatsb.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
header.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
hotkey.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
imagelist.c In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in 2000-02-25 20:47:26 +00:00
ipaddress.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
listview.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
monthcal.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
nativefont.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
pager.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
progress.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
propsheet.c In Windows, if PropertySheet can't create some page it just skips it. This 2000-02-25 20:49:49 +00:00
rebar.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
rsrc.rc Serge Ivanov 1999-11-28 21:01:47 +00:00
status.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
tab.c Spelling fixes. 2000-02-20 19:17:15 +00:00
toolbar.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
tooltips.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
trackbar.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00
treeview.c Fixed off-by-one error. 2000-02-13 15:02:43 +00:00
updown.c Removed superfluous GlobalFindAtom calls. 2000-02-13 15:10:16 +00:00