wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility.
[wine] / dlls / dinput / joystick_linuxinput.c
2007-03-08  Jan Zerebeckidinput: Add DebugInfo to critical sections.
2007-02-06  Vitaliy Margolendinput: Don't reset dead zone and saturation when setti...
2007-02-05  Vitaliy Margolendinput: Initialize user limits with the default 0....
2007-02-05  Vitaliy Margolendinput: Return user set limits not the device limits.
2007-02-05  Vitaliy Margolendinput: Don't close fd before we done with it.
2007-01-22  Alexandre Julliarddinput: Undefine SW_MAX to avoid possible conflicts...
2007-01-18  Christoph Frickdinput: Calc more caps infos ahead and store it in...
2007-01-17  Christoph Frickdinput: No longer check for value exceeding have(min...
2007-01-17  Christoph Frickdinput: Add a config for the axes.
2007-01-17  Christoph Frickdinput: Move the config for the buttons from the JoyDev...
2007-01-17  Christoph Frickdinput: Use a struct ObjProps for the config of the...
2007-01-17  Christoph Frickdinput: Rename 'axe' to 'axis'.
2007-01-11  Vitaliy Margolendinput: Internal data format is not const anymore.
2007-01-11  Vitaliy Margolendinput: [joystick_linuxinput] Use correct offset to...
2007-01-11  Vitaliy Margolendinput: [joystick_linuxinput] Rewrite GetObjectInfo...
2007-01-11  Vitaliy Margolendinput: [joystick_linuxinput] Copy and modify default...
2007-01-10  Vitaliy Margolendinput: Pass complete DataFormat structure to find_prop...
2006-12-24  Vitaliy Margolendinput: AddRef and Release parent DirectInput class.
2006-12-20  Christoph Frickdinput: Set the correct size for the old dinput joystick.
2006-12-18  Vitaliy Margolendinput: Zero out returned information struct.
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: No need to copy default constant format. Use...
2006-12-11  Christoph Frickdinput: Utilize IDirectInputDevice2AImpl_Acquire/Unacquire.
2006-12-11  Christoph Frickdinput: Ensure that the size of the dev caps pointer...
2006-12-11  Christoph Frickdinput: Silently ignore DIPROP_CALIBRATIONMODE.
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-11-24  Christoph Frickdinput: Simplify the code that finds the offset of...
2006-11-10  Mike McCormackdinput: Use HeapAlloc/Free instead of alloc/free.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-06  Damjan Jovanovicdinput: Changed select to poll.
2006-10-20  Francois GougetAdd '\n's to Wine traces.
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-07-20  Kovács Andrásdinput: joydev_enum_deviceA now returns the correct...
2006-07-07  Christoph Frickdinput: map_axis must be able to work with LONG's value...
2006-07-07  Christoph Frickdinput: Remove redundant struct members.
2006-07-07  Christoph Frickdinput: Implement the GetProperty call for getting...
2006-07-07  Christoph Frickdinput: Call fake_current_js_state on the places where...
2006-07-07  Christoph Frickdinput: Only fake the current state on axes that are...
2006-07-07  Christoph Frickdinput: Move the axes and button configs into the JoyDe...
2006-07-07  Christoph Frickdinput: Utilize the offsets and the transform to suppor...
2006-07-07  Christoph Frickdinput: Adds offset and transform and their basic handl...
2006-07-07  Christoph Frickdinput: When handling axes, ignore the ABS_HAT.* as...
2006-07-07  Christoph Frickdinput: Set the amount of POVs in the caps.
2006-07-07  Christoph Frickdinput: Detect more than one /dev/input/event joystick.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-13  Christoph Frickdinput/joystick_linuxinput: Add POV detection and repor...
2006-03-09  Christoph Frickdinput/linuxinput: Fix handling of DIPH_BYID.
2006-02-09  Mike McCormackdinput: Fix the compile for missing EV_SYN define.
2006-02-09  Christoph Frickdinput: Dynamic handling of buttons of a device.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-12  Daniel RemenakAdd additional sanity checks to the linux input system...
2005-11-11  Christoph FrickMoved and adopted joystick_linux.c code into the
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-07  Alexandre JulliardUse the COM macros instead of accessing lpVtbl directly.
2005-09-07  Mike McCormackFix warnings for no force feedback case.
2005-09-06  Daniel Remenak- Allow the creation of an FF effect while the joystick...
2005-09-06  Daniel Remenak- Allow enumeration of objects when the device is not...
2005-09-06  Daniel RemenakProtect FF_STATUS usage to avoid compile errors on...
2005-09-03  Daniel RemenakImplement EnumEffects, CreateEffect, EnumCreatedEffects,
2005-08-08  Alexandre JulliardRemoved some unused or redundant configure checks.
2005-07-29  Daniel RemenakCorrectly enumerate evdev joysticks when enumeration...
2005-07-29  Daniel RemenakDetect force-feedback-capable linux event device joysti...
2005-07-22  Daniel RemenakCorrect dinput handling of sliders and non-zero-based...
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
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-03-18  Gerald PfeiferFix compilation of the case without proper Linux joysti...
2005-03-15  Alexandre JulliardBuild a static list of devices instead of relying on ELF
2005-02-15  Christian CostaImplemented GetProperty method for keyboard device.
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-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-04-19  Christoph Frick- added code to have the joystick state be set to the...
2004-03-24  Christoph Frick- Added missing break statement.
2004-02-12  Alexandre JulliardWe don't really need subdirectories in dlls/dinput.