wine/controls
Alexandre Julliard 72bdd5bee7 Stephane Lussier
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).
2000-06-07 03:17:35 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
button.c Attempt to paint the checkbox and radio buttons better. 2000-06-04 01:32:59 +00:00
combo.c - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT. 2000-05-30 17:48:33 +00:00
desktop.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
edit.c Serge Ivanov 2000-05-30 20:50:09 +00:00
EDIT.TODO Release 970415 1997-04-15 17:19:52 +00:00
icontitle.c Removed #include of wingdi.h and windef.h from winuser.h (and resolved 2000-02-10 19:03:02 +00:00
listbox.c Stephane Lussier 2000-06-07 03:17:35 +00:00
Makefile.in Release 980913 1998-09-13 16:32:00 +00:00
menu.c Lots of spelling fixes that accumulated in my tree again, made several 2000-06-01 23:28:25 +00:00
scroll.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
static.c MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control style is 2000-06-01 22:46:51 +00:00
uitools.c Attempt to paint the checkbox and radio buttons better. 2000-06-04 01:32:59 +00:00
widgets.c Louis-Philippe Gagnon (of Macadamian for Corel) 2000-06-01 23:15:49 +00:00