user32: Make GetMenuItemInfo tests pass under Wine.
[wine] / dlls / user / scroll.c
2006-01-23  Vitaliy Margolenuser: Add missing WIN_ReleasePtr.
2005-11-09  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-11-03  Michael KaufmannScroll bar: Keep the caret blinking during scroll opera...
2005-10-30  Michael KaufmannHandle the left and right arrow keys.
2005-08-19  Frank RichterFix wrong structure size check in GetScrollBarInfo().
2005-06-20  Rein KlazesIn SCROLL_DrawScrollbar allocate the internal info...
2005-04-27  Alexandre JulliardMoved remaining messaging definitions to user_private...
2005-03-29  Rein Klazes- GetScrollRange should return an empty range, both...
2005-03-24  Alexandre JulliardDon't maintain a client-side WND structure for the...
2005-03-10  Phil KrylovImplemented GetScrollBarInfo() function and SBM_GETSCRO...
2005-02-24  Vitaly Lipatov- Fix scrollbar show/update conditions in SCROLL_SetScr...
2005-02-17  Vitaly LipatovRename SCROLL_GetScrollBarInfo to SCROLL_GetInternalInf...
2005-01-25  Robert ShearmanAdd a summary line for several scrollbar functions.
2005-01-21  Alexandre JulliardMake WIN_SetStyle more thread-safe by specifying the...
2005-01-20  Alexandre JulliardReplace a number of calls to WIN_FindWndPtr by WIN_GetPtr.
2004-12-08  Alexandre JulliardMoved private USER definitions to a new user_private...
2004-10-08  Dimitrie O. PaunAudit the scroll control.
2004-08-31  Alexandre JulliardMoved all files from the controls/ directory to dlls...