wine-wine/controls
Alexandre Julliard ab2f43f99b Serge Ivanov
- Added handling of WM_MOUSEACTIVATE message
- Added in_focus field to internal listbox's structure. This flag is set on
  receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
  GetFocus function were replaced with checks of this flag.
- In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
  clear
2000-05-26 22:28:34 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
EDIT.TODO Release 970415 1997-04-15 17:19:52 +00:00
Makefile.in Release 980913 1998-09-13 16:32:00 +00:00
button.c Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button 2000-05-12 21:51:09 +00:00
combo.c Implemented Mousewheel support. 2000-04-18 11:56:33 +00:00
desktop.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
edit.c Henning Hoffmann 2000-05-26 01:24:56 +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 Serge Ivanov 2000-05-26 22:28:34 +00:00
menu.c Post a WM_CANCELMODE message to wake up the internal menu handling 2000-05-23 23:34:17 +00:00
scroll.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
static.c The static control only needs to invalidate its rect when we SetText. 2000-03-08 18:22:51 +00:00
uitools.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
widgets.c The MDIClient class must be registered with the IDC_ARROW cursor. 1999-09-19 14:11:41 +00:00