comctl32: header: Merge the simple delete and complex delete.
[wine] / dlls / dinput / device.c
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