riched20: Pass the run to the text drawing routine.
[wine] / dlls / dinput / tests / dinput.c
2012-08-14  Lucas Zawackidinput: Semi-stub for IDirectInputJoyConfig8_GetConfig.
2012-08-14  Lucas Zawackidinput/tests: Tests for IDirectInputJoyConfig8_GetConfig.
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-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.