dinput: Simplify the code that finds the offset of the given linux event.
[wine] / dlls / dinput / joystick_linux.c
2006-11-06  Damjan Jovanovicdinput: Changed select to poll.
2006-10-17  Vitaliy Margolendinput: Move SetEventNotification and associated event...
2006-10-17  Vitaliy Margolendinput: Use dinput device as a base class for keyboard...
2006-10-09  Vitaliy Margolendinput: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-19  Mike Frysingerjoystick: Search for /dev/input/js as well as /dev/js.
2006-04-05  Pavel Semeraddinput: Fixed joystick with POV and JoystickAImpl_SetPr...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-29  Mike McCormackgcc 4.0 warning fixes.
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-06-14  Alexandre JulliardMoved config parameters to HKCU\Software\Wine\DirectInput.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-05-30  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-16  Robert ReifPass around real version and do correct thing based...
2005-05-13  Robert ReifFix SetProperty error returned.
2005-05-10  Robert ReifFix joystick crash when a button guid is specified...
2005-03-15  Alexandre JulliardBuild a static list of devices instead of relying on ELF
2005-01-25  Robert ReifCopy data structures one at a time using supplied size.
2005-01-24  Rémi Assaillychar -> const char fixes.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-13  Christian CostaHandle device class in DX8 enumeration (found by Robert...
2004-12-07  Christian CostaFixed enumeration of joysticks in DX8.
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-08  Robert Reif- Add linux to dinput axis mapping using HKLM/Software...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-03  Robert ReifRead device name from device if possible.
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-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-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-02-12  Alexandre JulliardWe don't really need subdirectories in dlls/dinput.