dinput: Combine all Release functionality into base class.
[wine] / dlls / dinput / joystick_linux.c
2007-06-28  Vitaliy Margolendinput: Combine all Release functionality into base...
2007-06-28  Vitaliy Margolendinput: Move parent dinput reference into base class.
2007-06-04  Vitaliy Margolendinput: Make sure to unacquire device before freeing it.
2007-04-24  Andrew Talbotdinput: Constify some variables.
2007-03-21  Andrew Talbotdinput: Replace inline static with static inline.
2007-03-08  Jan Zerebeckidinput: Add DebugInfo to critical sections.
2007-02-13  Andrew Talbotdinput: Constify some variables.
2007-02-06  Vitaliy Margolendinput: Don't reset dead zone and saturation when setti...
2007-02-06  Vitaliy Margolendinput: Use correct flag for object instance.
2007-02-06  Vitaliy Margolendinput: Look for all available js* joystick devices.
2007-02-05  Vitaliy Margolendinput: Don't reset user specified range in SetDataForm...
2007-01-22  Alexandre Julliarddinput: Undefine SW_MAX to avoid possible conflicts...
2007-01-11  Vitaliy Margolendinput: Internal data format is not const anymore.
2007-01-11  Vitaliy Margolendinput: [joystick_linux] Use correct offset to queue...
2007-01-11  Vitaliy Margolendinput: [joystick_linux] Reuse the same properties...
2007-01-11  Vitaliy Margolendinput: [joystick_linux] Copy and modify default data...
2007-01-10  Vitaliy Margolendinput: Pass complete DataFormat structure to find_prop...
2007-01-04  Andrew Talbotdinput: Declare some functions static.
2006-12-24  Vitaliy Margolendinput: AddRef and Release parent DirectInput class.
2006-12-12  Vitaliy Margolendinput: Remove redundant parameter.
2006-12-12  Vitaliy Margolendinput: Move joystick user data format into base class.
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: Fix processing of custom format.
2006-12-05  Vitaliy Margolendinput: Move joystick event queue into base device...
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-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.