winmm: Rearrange device mapping when a new default device is chosen.
[wine] / dlls / dinput / tests /
2012-10-11  Lucas Zawackidinput/tests: Test for DIPROP_INSTANCENAME and DIPROP_G...
2012-09-04  Francois GougetAssorted spelling fixes.
2012-09-03  Marcus Meissnerdinput: No need for null ptr check of pKeyboard.
2012-08-20  Lucas Zawackidinput: Return a valid keyboard type in keyboard GetCap...
2012-08-20  Lucas Zawackidinput/tests: Test for keyboard GetCapabilities.
2012-08-14  Lucas Zawackidinput: Semi-stub for IDirectInputJoyConfig8_GetConfig.
2012-08-14  Lucas Zawackidinput/tests: Tests for IDirectInputJoyConfig8_GetConfig.
2012-05-30  Lucas Zawackidinput/tests: Added a test for DIPROP_JOYSTICKID.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2011-11-29  Vitaliy Margolendinput: Add more error checking to IDirectInput_GetDevi...
2011-11-29  Vitaliy Margolendinput: Add more parameter checking to enum devices.
2011-11-02  Vitaliy Margolendinput: Window supplied to SetCooperativeLevel have...
2011-10-25  Vitaliy Margolendinput: Restore checks for DirectX 3 buffer size.
2011-10-17  Vitaliy Margolendinput: Add buffer overflow check.
2011-10-17  Vitaliy Margolendinput: Fix buffer size in test.
2011-10-14  Vitaliy Margolendinput: Acquire should not reset buffer position.
2011-10-14  Vitaliy Margolendinput: GetDeviceData always succeeds regardless if...
2011-08-03  Francois GougetAssorted spelling fixes.
2011-07-15  Lucas Fialho Zawackidinput/tests: Tests for EnumObjects with different...
2011-07-14  Marcus Meissnerdinput: const REFIID is duplicate const (Coverity).
2011-07-06  Andrew Nguyendinput: Improve the behavior of DirectInputCreateEx.
2011-07-06  Andrew Nguyendinput: Extract the DirectInput instance creation and...
2011-07-06  Andrew Nguyendinput/tests: Add tests for IDirectInput::GetDeviceStatus.
2011-07-06  Andrew Nguyendinput: Add tests for IDirectInput::EnumDevices and...
2011-07-06  Andrew Nguyendinput: Improve the behavior of IDirectInput::CreateDevice.
2011-07-06  Andrew Nguyendinput: Improve the behavior of IDirectInput::Initialize.
2011-07-06  Andrew Nguyendinput: Fix some return values of IDirectInput::QueryIn...
2011-07-06  Andrew Nguyendinput: Implement IDirectInput::RunControlPanel.
2011-05-31  Vitaliy Margolendinput: Keyboard does not support DIPROP_RANGE property.
2011-02-07  Austin Englishdinput/tests: Make sure to use return value (LLVM/Clang).
2011-01-25  Vitaliy Margolendinput: Fix typo. Found by clang.
2011-01-24  Vitaliy Margolendinput: Combine ASCII and Unicode device create callbac...
2011-01-06  Greg Geldorpdinput/tests: Skip acquire tests when not running in...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
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.