Felix Nawothnig
|
6a9801f0d8
|
Update TODO list.
|
2005-07-07 11:27:02 +00:00 |
Stefan Huehner
|
ac6f562b52
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
Robert Shearman
|
57b5615fc2
|
Implement GetComboBoxInfo and CB_GETCOMBOBOXINFO.
|
2005-06-15 10:23:54 +00:00 |
Alexandre Julliard
|
6b4c02e57f
|
Moved remaining messaging definitions to user_private.h and removed
message.h.
|
2005-04-27 10:23:24 +00:00 |
Huw Davies
|
1fbea59ff2
|
The ansi version of CB_ADDSTRING shouldn't overwrite the string if
converting case.
|
2005-04-26 08:15:53 +00:00 |
Michael Stefaniuc
|
5ad7d858e0
|
Do not check for non NULL pointer before HeapFree'ing it. It's
redundant.
|
2004-12-23 17:06:43 +00:00 |
Alexandre Julliard
|
25b6493aee
|
Added some sanity checks on window dimensions.
|
2004-12-09 16:58:00 +00:00 |
Alexandre Julliard
|
6a78c16aac
|
Moved private USER definitions to a new user_private.h header, and
removed the global user.h.
|
2004-12-08 18:06:14 +00:00 |
Eric Kohl
|
6199da3955
|
F4 key flips the listbox in default (not extended UI) mode.
|
2004-11-29 17:51:23 +00:00 |
Dimitrie O. Paun
|
134560e9e5
|
Implement LBS_COMBOBOX, and make use of it.
Better separation between the Listbox and Combobox.
Have a single set of wndprocs, just like Windows.
|
2004-10-18 21:22:44 +00:00 |
Steven Edwards
|
1e23cb7d33
|
Remove useless FIXME in comment.
|
2004-10-06 00:05:07 +00:00 |
Dimitrie O. Paun
|
7e8d5cebb7
|
Audit combo control code.
Change [GS]etWindowLong{,Ptr}A to [GS]etWindowLong{,Ptr}W.
|
2004-10-05 04:39:35 +00:00 |
Alexandre Julliard
|
2ceb42dd43
|
Moved all files from the controls/ directory to dlls/user.
|
2004-08-31 01:10:08 +00:00 |