ddraw: COM cleanup for IDirect3DDevice2 interface.
[wine] / dlls / dinput / tests / joystick.c
2011-08-03  Francois GougetAssorted spelling fixes.
2011-02-07  Austin Englishdinput/tests: Make sure to use return value (LLVM/Clang).
2011-01-25  Vitaliy Margolendinput: Fix typo. Found by clang.
2009-03-30  Detlef Riekenbergdinput/tests: Remove duplicate version dump.
2009-02-02  Vincent Pelletierdinput: Move gain support from effect to device.
2009-01-28  Michael Stefaniucdinput: Remove superfluous pointer casts.
2009-01-23  Vincent Pelletierdinput: Implement auto-center set & get.
2009-01-22  Vincent Pelletierdinput: Add test to show that effects are stopped after...
2009-01-22  Vincent Pelletierdinput: On Unacquire, stop all effects and unload them.
2009-01-22  Vincent Pelletierdinput: Use tested DirectInput version instead of latest.
2009-01-21  Vincent Pelletierdinput: Test that upload, unacquire, acquire still...
2008-12-05  Vincent Povirkdinput/tests: Fix string format warning.
2008-07-08  Alexandre Julliarddinput: Don't depend on the dxerr8 static library in...
2008-07-07  Vitaliy Margolendinput: Freed effect should remove itself from the...
2008-05-08  Vitaliy Margolendinput: Default value for unassigned POVs should be -1.
2008-04-28  Lionel Debrouxdinput: joystick test: Improve reporting when enumerate...
2007-02-06  Vitaliy Margolendinput: Don't reset dead zone and saturation when setti...
2007-02-05  Vitaliy Margolendinput: Don't reset user specified range in SetDataForm...
2007-02-05  Vitaliy Margolendinput: Initialize user limits with the default 0....
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-04  Vitaliy Margolendinput: Move acquired flag to the base device class...
2006-11-24  Francois Gougetdinput/tests: Remove unneeded NONAMELESS* macros.
2006-10-17  Vitaliy Margolendinput: Add SetCooperativeLevel test for joystick.
2006-10-12  Michael Ploujnikovdinput/tests: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-11  Francois GougetOnly print the joystick state when it changes so the...
2005-07-11  Francois GougetRemove unnecessary STRICT defines.
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-05-16  Robert ReifPass around real version and do correct thing based...
2005-05-13  Robert ReifFix SetProperty error returned.
2005-05-11  Robert ReifAdded dinput tests.