user32: Make GetMenuItemInfo tests pass under Wine.
[wine] / dlls / user / listbox.c
2005-12-01  Dmitry TimoshkovAdd a test for LB_SELITEMRANGE, make it pass under...
2005-11-08  Michael KaufmannHandle WM_PRINTCLIENT.
2005-10-27  Dmitry TimoshkovAdd some missing USER definitions, add a couple of...
2005-09-12  Alexandre JulliardAvoid truncating the item data to 32 bits in LB_SETITEM...
2005-09-12  Alexandre JulliardUse Get/SetWindowLongPtr when accessing pointers in...
2005-09-12  Alexandre JulliardThe item user data has to be a ULONG_PTR.
2005-08-27  Jason EdmeadesListbox delete string handling should validate the...
2005-08-08  Francois GougetThe listbox test shows that the control id must be...
2005-07-29  Dmitry Timoshkov- Add an ownerdrawn listbox test, which confirms that...
2005-07-12  Robert ShearmanCall SetLastError on errors.
2005-07-12  Robert Shearman- Implement LB_SETLOCALE.
2005-07-11  Robert ShearmanThe units passed into LB_SETTABSTOPS are dialog units...
2005-06-22  Mike McCormackFix declarations, remove unused code.
2005-04-27  Alexandre JulliardMoved remaining messaging definitions to user_private...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-02-21  Maxime BellengéReverse the order for deleting the items in resetconten...
2005-02-02  Lauri TulminAdd test for LB_SELITEMRANGE and make it pass.
2005-01-10  Lauri TulminFixes to the handling of LBS_EXTENDEDSEL style, with...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-10-26  Dimitrie O. PaunMove the hwnd self into the listbox LB_DESCR struct.
2004-10-18  Dimitrie O. PaunImplement LBS_COMBOBOX, and make use of it.
2004-10-11  Dimitrie O. PaunAudit the listbox control.
2004-10-05  Jon GriffithsDraw background of the empty selected item in empty...
2004-08-31  Alexandre JulliardMoved all files from the controls/ directory to dlls...