• 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
..
.cvsignore Loading commit data...
EDIT.TODO Loading commit data...
Makefile.in Loading commit data...
button.c Loading commit data...
combo.c Loading commit data...
desktop.c Loading commit data...
edit.c Loading commit data...
icontitle.c Loading commit data...
listbox.c Loading commit data...
menu.c Loading commit data...
scroll.c Loading commit data...
static.c Loading commit data...
uitools.c Loading commit data...
widgets.c Loading commit data...