• Alexandre Julliard's avatar
    Don Kelly · 047513f3
    Alexandre Julliard authored
    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
    047513f3
Name
Last commit
Last update
..
.cvsignore Loading commit data...
Makefile.in Loading commit data...
animate.c Loading commit data...
comboex.c Loading commit data...
comctl32.h Loading commit data...
comctl32.spec Loading commit data...
comctl32undoc.c Loading commit data...
commctrl.c Loading commit data...
datetime.c Loading commit data...
draglist.c Loading commit data...
flatsb.c Loading commit data...
header.c Loading commit data...
hotkey.c Loading commit data...
imagelist.c Loading commit data...
ipaddress.c Loading commit data...
listview.c Loading commit data...
monthcal.c Loading commit data...
nativefont.c Loading commit data...
pager.c Loading commit data...
progress.c Loading commit data...
propsheet.c Loading commit data...
rebar.c Loading commit data...
rsrc.rc Loading commit data...
status.c Loading commit data...
tab.c Loading commit data...
toolbar.c Loading commit data...
tooltips.c Loading commit data...
trackbar.c Loading commit data...
treeview.c Loading commit data...
updown.c Loading commit data...