d3d9/tests: Correct nv40 results.
[wine] / dlls / user32 / listbox.c
2013-03-28  Huw Daviesuser32: Invalidate the listbox in LB_SETCOUNT.
2013-02-11  Ken Thomasesuser32: Improve mouse wheel scrolling in listbox control.
2012-12-13  Daniel Jelinskiuser32: Always call ScrollWindowEx in the listbox WM_VS...
2012-08-13  Michael Stefaniucuser32: Avoid TRUE:FALSE conditional expressions.
2010-09-02  Alexandre Julliarduser32: Add a common helper to set controls clip region...
2010-05-18  Michael Stefaniucuser32: Remove redundant not NULL check of variable...
2009-12-24  Alexandre Julliarduser32: Move handling of listbox sizes for Win 3.1...
2009-12-24  Alexandre Julliarduser32: Make user.exe into a stand-alone 16-bit module.
2009-12-18  Alexandre Julliarduser32: Simplify window procedure allocation for the...
2009-12-17  Alexandre Julliarduser32: Pre-allocate the window procedure for the listb...
2009-12-15  Alexandre Julliarduser32: Turn the listbox winproc into a Wow handler.
2009-12-13  Alexandre Julliarduser32: Split the handling of the 16-bit messages out...
2009-05-19  Dmitry Timoshkovuser32: Invalidate a being removed listbox item before...
2009-04-29  Dmitry Timoshkovuser32: Add the tests for LB_DELETESTRING, make them...
2009-03-02  Michael Stefaniucuser32: Remove superfluous pointer casts.
2008-11-25  Francois Gougetuser32: Remove WINAPI/CALLBACK on static functions...
2008-09-11  Juan Languser32: Return error if memory allocation fails. Fixes...
2008-05-02  Alexandre Julliarduser32: Add an exception handler around LB_GETTEXT...
2008-04-11  Dmitry Timoshkovuser32: Fix Win64 warnings.
2008-03-27  Dmitry Timoshkovuser32: Add a test for combobox navigation with arrow...
2008-02-07  Lei Zhanguser32: Use wine_dbgstr_rect() in traces.
2007-11-21  Andrew Talbotuser32: Constify some variables.
2007-11-14  Alex Villacís Lassouser32: Fix returned value of LB_DIR.
2007-11-01  Alexandre Julliarduser32: Store the builtin class names in Unicode.
2007-10-18  Dmitry Timoshkovuser32: Add more listbox message tests, make them pass...
2007-10-02  Dmitry Timoshkovuser32: Add a message test for ownerdrawn listbox,...
2007-08-29  Steven Edwardsuser32: Remove some no longer needed wine 16bit headers.
2007-08-14  Peter Verthezuser32: LB_SETITEMDATA should return 1 on success,...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-03-17  Andrew Talbotuser32: Replace inline static with static inline.
2007-02-09  Paul Vriensuser32/listbox: Remove deadcode (Coverity).
2006-12-05  Huw Daviesuser32: For LBS_OWNERDRAWVARIABLE listboxes return...
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.