Don Kelly
commit047513f3de7df81e874d483b72c5f79c6ef4771e
authorAlexandre Julliard <julliard@winehq.org>
Sat, 26 Feb 2000 18:31:01 +0000 (26 18:31 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 26 Feb 2000 18:31:01 +0000 (26 18:31 +0000)
tree6542bd47a915513a7bfe1ab74908341fb7114476
parent2d12700fdf7052f41b8e97028f81b170c5d43ca9
Don Kelly
In Windows Property Sheet can have any mix of icon-less tabs and tabs
with icons.  Adds a check to see if the icon we're adding is non-NULL
(otherwise random junk from memory can be rendered) when the application
has specified the PSP_USEICONID flag is set.  Changes to the Tab control
to only render icons for tabs that have the TCIF_IMAGE flag set
(previously, if the flag was set the entire image list of icons was
rendered).

Stephane Lussier <stephane@macadamian.com>
Fixes for some tab control bugs

Henning Hoffmann
Fixed some width problem with OWNERDRAW tab.

Luc Tourangeau <luc@macadamian.com>
TCM_ADJUSTRECT is now returning consistant compare to Windows.

Serge Ivanov <sergei@corel.ca>
Fixed problem with tab selection. When you select tab it becames first
visible tab. Now leftmost visible tab is calculated properly.
- Added code for correct handling of updown control.
- Forced recalculation of tabs' coordinates when:
a) all items are deleted,
b) window style is canged
dlls/comctl32/tab.c
include/tab.h