server: Move socket async activation to sock_poll_event.
[wine] / dlls / dinput / tests /
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2009-10-15  Paul Vriensdinput/tests: Fix a few intermittent test failures.
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-28  Vitaliy Margolendinput: Zero the out buffer.
2008-07-08  Alexandre Julliarddinput: Don't depend on the dxerr8 static library in...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-07  Vitaliy Margolendinput: Freed effect should remove itself from the...
2008-05-28  Vitaliy Margolendinput: Convert keyboard buffer from internal data...
2008-05-12  Vitaliy Margolendinput: Implement GetDeviceStatus.
2008-05-08  Vitaliy Margolendinput: Default value for unassigned POVs should be -1.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-28  Lionel Debrouxdinput: joystick test: Improve reporting when enumerate...
2008-04-18  Sergey Khodychdinput/tests: Add test to show dinput does not use...
2008-03-10  Paul Vriensdinput/tests: Don't treat old dinput versions as an...
2007-07-16  Vitaliy Margolendinput: Use CALLWINDPROC hook to monitor focus loses...
2007-07-06  Vitaliy Margolendinput: Correct test - use appropriate mouse state...
2007-06-04  Vitaliy Margolendinput: Acquire device only if specified window has...
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....
2007-01-05  Vitaliy Margolendinput: Change EnumObjects to use GetObjectInfo.
2007-01-04  Francois GougetAssorted spelling fixes.
2006-12-24  Vitaliy Margolendinput: AddRef and Release parent DirectInput class.
2006-12-18  Vitaliy Margolendinput: Make mouse use axis mode flag set in base class...
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-17  Vitaliy Margolendinput: Add SetCooperativeLevel tests to keyboard.
2006-10-12  Michael Ploujnikovdinput/tests: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-20  Vitaliy Margolendinput: Return proper errors in SetCooperativeLevel.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-31  Andrew Talbotdinput/tests: Write-strings warning fix.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-03  Vitaliy Margolendinput: Keyboard should be acquired before calling...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
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-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
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.