dinput: Keep a list of all IDirectInput objects and check it instead of refcount...
[wine] / dlls / dinput / device.c
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...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2000-11-05  Lionel Ulmer- reorganized DInput DLL