ddraw/tests: Fix compilation on systems that don't support nameless unions.
[wine] / dlls / dinput / device.c
2011-02-02  Vitaliy Margolendinput: Return correct error code for DIPROP_VIDPID.
2011-01-19  Vitaliy Margolendinput: Combine ASCII and Unicode Direct Input Device...
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: 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 proper DirectInput interface...
2011-01-03  Vitaliy Margolendinput: Rename IDirectInputDevice2AImpl into IDirectInp...
2010-09-16  Kovács Andrásdinput: Return an error in IDirectInputDevice2AImpl_Get...
2010-02-02  Michael Stefaniucdinput: Don't use HIWORD to check if a REFGUID is a...
2009-12-02  Francois Gougetdsound: Make id_to_offset() static.
2009-11-30  Vitaliy Margolendinput: Pass event instance ID to queue_event instead...
2009-01-28  Michael Stefaniucdinput: Remove superfluous pointer casts.
2009-01-08  Vitaliy Margolendinput: Copy device data up to maximum available bytes.
2009-01-05  Alexandre Julliarddinput: Fix pointer cast warnings on 64-bit.
2009-01-04  Vitaliy Margolendinput: Allow for holes in device status structure.
2008-12-20  Vitaliy Margolendinput: Remove DIEnumDevicesCallbackAtoW.
2008-12-03  Alexandre Julliarddinput: Make some functions static.
2008-07-28  Vitaliy Margolendinput: Zero the out buffer.
2008-07-07  Vitaliy Margolendinput: Add more traces. Prevent some traces from deref...
2008-05-08  Vitaliy Margolendinput: Default value for unassigned POVs should be -1.
2008-05-06  Francois GougetAssorted spelling fixes.
2008-02-18  Marcus Meissnerdinput: Some debug output for BuildActionMap.
2008-02-16  Marcus Meissnerdinput: Add a dumper for LPDIACTIONFORMAT.
2007-12-18  Francois Gougetdinput: Make _dump_cooperativelevel_DI() and _dump_Enum...
2007-12-12  Andrew Riedidinput: DPRINTF -> TRACE.
2007-12-07  Andrew Talbotdinput: Remove unneeded casts.
2007-10-01  Vitaliy Margolendinput: Fix typo.
2007-09-25  Vitaliy Margolendinput: Add a helper function to open configuration...
2007-09-25  Vitaliy Margolendinput: Move get_config_key to a common place.
2007-08-06  Vitaliy Margolendinput: Fix mapping of axes ids to property ids.
2007-07-09  Vitaliy Margolendinput: Rename set_dinput_hook and call it from the...
2007-07-09  Vitaliy Margolendinput: Keep the list of all the dinput devices created...
2007-06-28  Vitaliy Margolendinput: Combine all Release functionality into base...
2007-06-04  Vitaliy Margolendinput: Acquire device only if specified window has...
2007-04-24  Andrew Talbotdinput: Constify some variables.
2007-04-09  Vitaliy Margolendinput: Set the event regardless of the queue state.
2007-02-05  Marcus Meissnerdinput: Fix dereference pointer after NULL check (Cover...
2007-01-11  Vitaliy Margolendinput: Don't copy no longer used user data format...
2007-01-11  Vitaliy Margolendinput: Use internal data format for object lookups.
2007-01-10  Vitaliy Margolendinput: Pass complete DataFormat structure to find_prop...
2007-01-08  Vitaliy Margolendinput: Set event from queue_event, simplifying code...
2007-01-06  Vitaliy Margolendinput: Fix possible NULL deference.
2007-01-06  Vitaliy Margolendinput: Fix mouse to use proper offset when queuing...
2007-01-05  Vitaliy Margolendinput: Change EnumObjects to use GetObjectInfo.
2007-01-04  Vitaliy Margolendinput: Implement GetObjectInfo[A|W] in base device...
2006-12-29  Vitaliy Margolendinput: Move keyboard to using new EnumObjects from...
2006-12-28  Vitaliy Margolendinput: Implement EnumOjects[A|W] in the base device...
2006-12-20  Christoph Frickdinput: Drop magic int.
2006-12-18  Vitaliy Margolendinput: Add handling of AXISMODE property to base devic...
2006-12-12  Vitaliy Margolendinput: Remove redundant parameter.
2006-12-12  Vitaliy Margolendinput: Add user data format into base class. Implement...
2006-12-12  Vitaliy Margolendinput: Move transform and offsets structures into...
2006-12-11  Vitaliy Margolendinput: Move few helper functions and standardize them.
2006-12-11  Vitaliy Margolendinput: Move internal function calculate_ids to where...
2006-12-11  Vitaliy Margolendinput: Remove incorrect assumption about format.
2006-12-11  Vitaliy Margolendinput: Fix processing of custom format.
2006-12-05  Vitaliy Margolendinput: Implement [Get|Set]Property and GetDeviceData...
2006-12-04  Vitaliy Margolendinput: Move critical section to the base device class.
2006-12-04  Vitaliy Margolendinput: Move acquired flag to the base device class...
2006-10-17  Vitaliy Margolendinput: Move SetCooperativeLevel into base class.
2006-10-17  Vitaliy Margolendinput: Move SetEventNotification and associated event...
2006-10-09  Vitaliy Margolendinput: Win64 printf format warning fixes.
2006-09-11  Vitaliy Margolendinput: Move hook_thread from device to DirectInput.
2006-09-10  Andrew Talbotdinput: Cast-qual warnings fix.
2006-07-29  Vitaliy Margolendinput: Add DISCL_NOWINKEY define.
2006-07-14  Michael StefaniucFix swapped 2nd and 3rd argument passed to memset.
2006-06-13  Alexandre Julliarddinput: Don't use sizeof in traces to avoid printf...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Vitaliy Margolendinput: Create single thread for mouse and keyboard...
2005-11-28  Lionel UlmerHandle DInput8 interfaces in device QueryInterface.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-05-16  Robert ReifEffect objects are not supported yet so don't crash...
2005-05-10  Robert ReifFix joystick crash when a button guid is specified...
2005-05-05  Lionel Ulmer- more pretty print for the types flag
2005-04-25  Marcus MeissnerFixed 3 memset()s which used the wrong size (too large).
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-02-08  Carlos LozanoFix regression in Fallout game.
2004-09-17  Robert ReifUse InterlockedIncrement/InterlockedDecrement for refer...
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-06  Robert ReifWhen actual offset doesn't match the specified offset...
2004-09-02  Robert ReifAdded support for alternate data formats.
2004-08-31  Robert ReifAdded default data formats for c_dfDIJoystick and c_dfD...
2004-06-02  Lionel Ulmer- some TRACEing improvements
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-16  Raphael Junqueira- DInput WideChar classes support. This time all dinput...
2003-06-13  Christian CostaMake dinput8 behaviour more correct for mouse and keyboard.
2003-06-13  Paul BainPut IID_IDirectInputDevice2A back in
2003-04-29  Christian CostaSmall fix in IDirectInputDevice2Impl_QueryInterface.
2003-02-12  Lionel UlmerImplemented EnumObjects for the keyboard device.
2003-02-12  Lionel UlmerReport an error if GetDeviceData is called on an Unacqu...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-06-14  Ove Kaaven- support DirectInput 8 interfaces.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-02  Andreas MohrSpelling/error messages fixes.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-06   <larstiq@larstiq... Devices never need to be polled, so return DI_NOEFFECT...
next