ddraw: Don't interpret end padding as dwCaps2 for x64.
[wine] / dlls / dinput /
2011-05-18  Marcus Meissnerdinput: Mark internal symbols with hidden visibility.
2011-05-05  Alexandre Julliarddinput: Reset the clipped flag when the cursor is released.
2011-04-29  Marcus Meissnerdinput: Mark internal symbols as hidden.
2011-04-26  Alexandre Julliarddinput: Pass mouse messages through if the request...
2011-04-26  Alexandre Julliarddinput: Use a 1x1 clipping rect instead of warping...
2011-04-26  Alexandre Julliarddinput: Add a helper function for mouse warping.
2011-04-26  Alexandre Julliarddinput: Get rid of some redundant coordinate mappings.
2011-04-14  Vitaliy Margolendinput: Implement getting DIPROP_VIDPID property for...
2011-03-31  Vincent Pelletierdinput: Effect length can actually be 0.
2011-03-28  Vincent Pelletierdinput: Ramp from lStart to lEnd, not lStart to lStart.
2011-02-07  Austin Englishdinput/tests: Make sure to use return value (LLVM/Clang).
2011-02-02  Vitaliy Margolendinput: Ignore EV_MSC events instead of printing fixme.
2011-02-02  Vitaliy Margolendinput: Return correct error code for DIPROP_VIDPID.
2011-01-25  Charles Davisdinput: Don't link to/include Carbon on Mac OS X.
2011-01-25  Vitaliy Margolendinput: Fix typo. Found by clang.
2011-01-24  Vitaliy Margolendinput: Combine ASCII and Unicode device create callbac...
2011-01-19  Vitaliy Margolendinput: Combine ASCII and Unicode Direct Input Device...
2011-01-19  Vitaliy Margolendinput: Make newly created device append itself to...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use interfaces instead of vtbl...
2011-01-10  Vitaliy Margolendinput: Explicitly define ASCII and Unicode methods...
2011-01-10  Vitaliy Margolendinput: Explicitly define ASCII and Unicode methods...
2011-01-10  Vitaliy Margolendinput: Explicitly define ASCII and Unicode methods...
2011-01-10  Vitaliy Margolendinput: Explicitly define ASCII and Unicode methods...
2011-01-10  Vitaliy Margolendinput: Explicitly define ASCII and Unicode methods...
2011-01-10  Vitaliy Margolendinput: Explicitly define ASCII and Unicode methods...
2011-01-10  Vitaliy Margolendinput: Change internal check_dinput_hooks method to...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use helper function instead of...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use helper function instead of...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use helper function instead of...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use helper function instead of...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use helper function instead of...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use helper function instead of...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use helper function instead of...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use proper interface instead...
2011-01-10  Vitaliy Margolendinput: COM cleanup - return interface instead of typec...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use proper DirectInput interface...
2011-01-10  Vitaliy Margolendinput: More COM cleanup for IDirectInput - use interfa...
2011-01-06  Greg Geldorpdinput/tests: Skip acquire tests when not running in...
2011-01-03  Vitaliy Margolendinput: Pass interface instead of this pointer to joyst...
2011-01-03  Vitaliy Margolendinput: Rename IDirectInputDevice2AImpl into IDirectInp...
2011-01-03  Vitaliy Margolendinput: COM cleanup - use interface instead of lpvtbl...
2010-12-29  Vitaliy Margolendinput: Convert DirectInput to using interface instead...
2010-12-07  Alexandre Julliarddinput: Convert dll registration to the IRegistrar...
2010-12-05  Michael Stefaniucdinput: Use an iface instead of a vtbl pointer in IClas...
2010-09-21  Zach Smithdinput: OSX joystick driver separate device for each...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-16  Kovács Andrásdinput: Return an error in IDirectInputDevice2AImpl_Get...
2010-08-31  Andrew Talbotdinput: Constify some variables.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-05-18  Michael Stefaniucdinput: Remove explicit cast to long as it happens...
2010-04-28  Detlef Riekenbergdinput: Add the riid for an unsupported interface to...
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...
2010-02-02  Michael Stefaniucdinput: Don't use HIWORD to check if a REFGUID is a...
2010-01-14  Paul Vriensdinput: Don't check a parameter twice (Coccinelle).
2010-01-06  Reece DunnDon't generate FIXME warnings for DllCanUnloadNow.
2009-12-02  Francois Gougetdsound: Make id_to_offset() static.
2009-11-30  Vitaliy Margolendinput: Pass event instance ID to queue_event instead...
2009-11-30  Vitaliy Margolendinput: Improve dumping of DIACTIONFORMAT.
2009-11-30  Vitaliy Margolendinput: Fix definitions to match PSDK.
2009-10-21  Ričardas Barkauskasdinput: Fix counting non mapped axis as pov.
2009-10-15  Paul Vriensdinput/tests: Fix a few intermittent test failures.
2009-10-14  Stefan Dösingerdinput: Make the creation functions hookable.
2009-09-11  Vitaliy Margolendinput: Fix POV for programs that use buffered events.
2009-09-08  Vitaliy Margolendinput: Convert axis mapping array to int instead of...
2009-09-08  Vitaliy Margolendinput: Move axes and buttons queries into initial...
2009-08-19  Vitaliy Margolendinput: Fix evdev POV mapping.
2009-08-19  Vitaliy Margolendinput: Get default axes configuration from the device...
2009-08-19  Vitaliy Margolendinput: Expand joydev joystick discovery to query joyst...
2009-08-19  Vitaliy Margolendinput: Set default joystick axes mapping for evdev.
2009-08-19  Vitaliy Margolendinput: Let driver specify default axis mapping.
2009-08-19  Vitaliy Margolendinput: Evdev joystick driver - add ability to remap...
2009-08-19  Vitaliy Margolendinput: Rename device axes to direct input axes mapping...
2009-08-19  Vitaliy Margolendinput: Move setup_dinput_options into common place.
2009-08-19  Vitaliy Margolendinput: Move axes count into base joystick class.
2009-08-19  Vitaliy Margolendinput: Move axes mapping array and default dead-zone...
2009-04-20  Paul TBBle Hampsondinput: Add missing newline to trace message.
2009-04-20  Francois GougetAssorted spelling fixes.
2009-04-20  Francois Gougetdinput: Add a trailing '\n' to ERR() messages.
2009-04-20  Vitaliy Margolendinput: Use more friendly name for the joystick than...
2009-04-20  Vitaliy Margolendinput: Convert evdev joystick to new base class.
2009-04-20  Vitaliy Margolendinput: Make props array a part of the generic joystick...
2009-04-20  Vitaliy Margolendinput: Remove redundant stuff.
2009-04-20  Vitaliy Margolendinput: Make EnumDevices and GetObjectInfo consistent...
2009-03-30  Detlef Riekenbergdinput/tests: Remove duplicate version dump.
2009-03-13  Aric Stewartdinput: OS/X joystick: Sort buttons based on usage...
2009-03-12  Francois Gougetdinput: Add a trailing '\n' to ERR() messages.
2009-03-12  Aric Stewartdinput: OS/X joystick: Check usage page to avoid odd...
2009-03-11  Alexandre Julliardconfigure: Check for IOHIDManagerCreate function that...
2009-03-11  Aric Stewartdinput: Add OS/X sliders.
2009-03-11  Aric Stewartdinput: Map OS/X joystick axes so even if they come...
2009-03-11  Aric Stewartdinput: OS/X joystick add Rx,Ry,and Rz axes.
2009-03-11  Aric Stewartdinput: OS/X joystick add GD_X, GD_Y, GD_Z axes.
2009-03-11  Aric Stewartdinput: OS/X joystick add POV controls.
2009-03-11  Aric Stewartdinput: OS/X joystick add axes.
2009-03-11  Aric Stewartdinput: Add Mac OS/X joystick support.
2009-03-10  Aric Stewartdinput: Create generic joystick Acquire/Unacquire.
2009-03-10  Aric Stewartdinput: Remove easy redundancy from linuxinput.
2009-03-10  Aric Stewartdinput: Rename Linux-specific joystick functions.
2009-03-10  Aric Stewartdinput: Move joystick mapping functions to the generic...
next