Only add Tahoma to the System font's link list if we can actually find
[wine] / dlls / user / combo.c
2005-09-12  Alexandre JulliardUse Get/SetWindowLongPtr when accessing pointers in...
2005-08-16  Frank RichterChange CB_GETCOMBOBOX to return STATE_SYSTEM_PRESSED in
2005-07-07  Felix NawothnigUpdate TODO list.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-15  Robert ShearmanImplement GetComboBoxInfo and CB_GETCOMBOBOXINFO.
2005-04-27  Alexandre JulliardMoved remaining messaging definitions to user_private...
2005-04-26  Huw DaviesThe ansi version of CB_ADDSTRING shouldn't overwrite...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-09  Alexandre JulliardAdded some sanity checks on window dimensions.
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-11-29  Eric KohlF4 key flips the listbox in default (not extended UI...
2004-10-18  Dimitrie O. PaunImplement LBS_COMBOBOX, and make use of it.
2004-10-06  Steven EdwardsRemove useless FIXME in comment.
2004-10-05  Dimitrie O. PaunAudit combo control code.
2004-08-31  Alexandre JulliardMoved all files from the controls/ directory to dlls...