Fix signed/unsigned comparison warnings.
[wine] / dlls / dinput /
2004-09-21  Robert ReifAdd dx3 capabilities.
2004-09-17  Robert ReifUse InterlockedIncrement/InterlockedDecrement for refer...
2004-09-13  Robert ReifAdded support for multiple devices.
2004-09-13  Robert ReifAdd buffered mode to joystick.
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-09  Robert Reifoffsets array is the size of the wine data format so...
2004-09-09  Robert ReifFixes a mouse regression due to structure size change.
2004-09-08  Robert Reif- Add linux to dinput axis mapping using HKLM/Software...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-06  Robert ReifWhen actual offset doesn't match the specified offset...
2004-09-03  Robert ReifRead device name from device if possible.
2004-09-03  Robert ReifRemoved trailing white space.
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-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-06-04  Lionel Ulmer- some new logging on device enumeration
2004-06-02  Lionel Ulmer- some TRACEing improvements
2004-05-27  Christian CostaFixed joystick device type for dinput8.
2004-05-14  Ivan Leo Murray... Updated the version info of all DirectX dlls to the...
2004-04-19  Christoph Frick- added code to have the joystick state be set to the...
2004-04-12  Lionel Ulmer- better log the GetDeviceState function
2004-04-06  James PerryMake dinput.dll self register.
2004-03-24  Christoph Frick- Added missing break statement.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-02-12  Alexandre JulliardWe don't really need subdirectories in dlls/dinput.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-06  Francois GougetAssorted spelling fixes.
2004-01-05  Marcus MeissnerHandle DIJOYSTATE and DIJOYSTATE2 structs, fail on...
2003-10-30  Hannu ValtonenJoystickAImpl_Unacquire should return DI_NOEFFECT if...
2003-10-28  Hannu ValtonenSysMouseAImpl_Unacquire should return DI_NOEFFECT if...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-23  Tom WicklineSet version to 8.1.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-08  Tom WicklineSet version to DirectX 7.
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-21  Marcus MeissnerKEY_MAX is 511, which does not fit in a BYTE.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
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-06-07  Christian CostaFix SetDataFormat and implement GetDeviceInfo for mouse...
2003-06-04  Mark WestcottDInput keyboard handling checks for incoming X11 events.
2003-04-29  Christian CostaSmall fix in IDirectInputDevice2Impl_QueryInterface.
2003-04-29  Christian CostaEnable creation of DirectInput objects trough CoCreateI...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-02-24  Lionel UlmerImplement GetDeviceInfo and GetObjectInfo for the keybo...
2003-02-12  Lionel UlmerImplemented EnumObjects for the keyboard device.
2003-02-12  Lionel UlmerReport an error if GetDeviceData is called on an Unacqu...
2003-02-11  Ove KaavenOnly install the keyboard hook on device creation.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-13  Enrico HornAdd version info to dinput.
2002-12-24  Alexandre JulliardPass the correct instance when installing the mouse...
2002-11-24  Jens HoffmannPass correct instance in keyboard_hook setup.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-06  Lionel UlmerHandle 'not acquired' error messages on keyboard GetDev...
2002-07-22  Alexandre JulliardAdded missing wine/port.h.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-14  Ove Kaaven- support DirectInput 8 interfaces.
2002-06-02  Vincent Béron- Made sure const LP were actually const in dinput.h.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-19  Arjen NienhuisFixed keyboard handling.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-07  Olivier HouchardHack to make SetEventNotification work.
2002-04-02  Andreas MohrSpelling/error messages fixes.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-11  Andreas MohrSome small cleanups to dinput mouse code.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-19  Francois GougetA few typos.
2001-11-06   <larstiq@larstiq... Devices never need to be polled, so return DI_NOEFFECT...
2001-10-18  Alexandre JulliardMake dinput a properly separated dll.
2001-10-18  Alexandre JulliardUse WH_MOUSE_LL hook instead of redirecting the mouse...
2001-10-18  Alexandre JulliardFixed GetDeviceState and GetDeviceData to use only...
2001-10-02  Alexandre JulliardRemoved unnecessary includes/definitions.
2001-07-26  Patrik StridvallFixed some warnings.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-24  Alexandre JulliardSmall cleanups.
2001-04-16  Ove KaavenDon't restore the saved keyboard autorepeat config...
2001-02-12  James AbbatielloFix a few compiler warnings.
2001-01-28  Ove KaavenDon't disable keyboard autorepeat, since autorepeat...
2001-01-28  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Gavriel...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-26  Ove KaavenCheck that the linux 2.4 event interface is available...
2001-01-19  Marcus MeissnerAdded configure check for old linux/input.h.
2001-01-05  Andreas MohrMouse events fix.
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
next