Sweden-Number/dlls/comctl32
Alexandre Julliard 047513f3de 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
2000-02-26 18:31:01 +00:00
..
.cvsignore Build most dlls as separate shared libraries. 2000-01-31 05:02:49 +00:00
Makefile.in Made winmm a separate shared library. 2000-02-26 13:45:34 +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 Misc. fixes for compiler warnings. 2000-02-25 21:01:50 +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 This reverts Matts patch. The messaging needs double checking. 2000-02-26 18:28:38 +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 Don Kelly 2000-02-26 18:31:01 +00:00
toolbar.c Fix for toolbar button size. 2000-02-25 21:35:18 +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