• Alexandre Julliard's avatar
    Stephane Lussier · 72bdd5be
    Alexandre Julliard authored
    Sheri Steeves
    Haithem Hmida
    - Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set
      and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting
      the size in both cases.
    - When the caret index change, items repainting need tp be in this
      order
      a) Paint old caret item without the focus
      b) Paint old caret item without the selection
      c) Paint new caret item with the selection
      d) Paint new caret item with the focus.
    - When repainting the listbox, we should paint all items regarding if
      they are slected or not and then paint after the focus item. So focus
      item will end out being painted twice. (That's what Windows does).
    72bdd5be
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...
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...