Sweden-Number/controls
Serge Ivanov 9926d33450 - ComboLBox is always created as child of ComboBox. If ComboBox has style
other than CBS_SIMPLE, parent of listbox is set to desktop.
- In CBDropDown. ComboBox uses only first item to calculate height of
  dropped listbox. Also if listbox is empty its height is unmodified
  (previously it was set to 0).
- Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages.
- General clean-up. Message order is now more precise (at least
  notifications to client); listbox - combobox interaction has slight
  differences comparing to Windows.
2000-06-07 03:48:02 +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 Attempt to paint the checkbox and radio buttons better. 2000-06-04 01:32:59 +00:00
combo.c - ComboLBox is always created as child of ComboBox. If ComboBox has style 2000-06-07 03:48:02 +00:00
desktop.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
edit.c - Removed dependency of edit control from combobox implementation. 2000-06-07 03:47:34 +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 - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent) 2000-06-07 03:46:57 +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