• 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
console Loading commit data...
controls Loading commit data...
debugger Loading commit data...
dlls Loading commit data...
documentation Loading commit data...
files Loading commit data...
graphics Loading commit data...
if1632 Loading commit data...
include Loading commit data...
library Loading commit data...
libtest Loading commit data...
loader Loading commit data...
memory Loading commit data...
misc Loading commit data...
miscemu Loading commit data...
msdos Loading commit data...
objects Loading commit data...
ole Loading commit data...
programs Loading commit data...
rc Loading commit data...
relay32 Loading commit data...
resources Loading commit data...
scheduler Loading commit data...
server Loading commit data...
tools Loading commit data...
tsx11 Loading commit data...
win32 Loading commit data...
windows Loading commit data...
.cvsignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
BUGS Loading commit data...
ChangeLog Loading commit data...
DEVELOPERS-HINTS Loading commit data...
LICENSE Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
WARRANTY Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
wine.ini Loading commit data...
winedefault.reg Loading commit data...