server: Move socket async activation to sock_poll_event.
[wine] / dlls / dinput / joystick_linuxinput.c
2010-02-02  Michael Stefaniucdinput: Don't use HIWORD to check if a REFGUID is a...
2009-11-30  Vitaliy Margolendinput: Pass event instance ID to queue_event instead...
2009-09-11  Vitaliy Margolendinput: Fix POV for programs that use buffered events.
2009-09-08  Vitaliy Margolendinput: Convert axis mapping array to int instead of...
2009-08-19  Vitaliy Margolendinput: Fix evdev POV mapping.
2009-08-19  Vitaliy Margolendinput: Set default joystick axes mapping for evdev.
2009-08-19  Vitaliy Margolendinput: Let driver specify default axis mapping.
2009-08-19  Vitaliy Margolendinput: Evdev joystick driver - add ability to remap...
2009-08-19  Vitaliy Margolendinput: Rename device axes to direct input axes mapping...
2009-04-20  Vitaliy Margolendinput: Use more friendly name for the joystick than...
2009-04-20  Vitaliy Margolendinput: Convert evdev joystick to new base class.
2009-03-10  Aric Stewartdinput: Remove easy redundancy from linuxinput.
2009-03-10  Aric Stewartdinput: Move joystick mapping functions to the generic...
2009-02-02  Vincent Pelletierdinput: Move gain support from effect to device.
2009-01-23  Vincent Pelletierdinput: Implement auto-center set & get.
2009-01-22  Vincent Pelletierdinput: On Unacquire, stop all effects and unload them.
2009-01-19  Vincent Pelletierdinput: Move WARN where it belongs.
2009-01-05  Alexandre Julliarddinput: Fix pointer cast warnings on 64-bit.
2008-12-29  Vitaliy Margolendinput: Fix remaining formatting of the find_joydevs().
2008-12-29  Vitaliy Margolendinput: Fix usage of HeapReAlloc.
2008-12-27  Vitaliy Margolendinput: Replace perror with more appropriate ERR and...
2008-12-27  Vitaliy Margolendinput: Warn if failed to open device.
2008-12-27  Vitaliy Margolendinput: snprintf zero-terminates string no need to...
2008-12-27  Vitaliy Margolendinput: Make find_joydevs re-entrant.
2008-09-30  Andrew Talbotdinput: Sign-compare warnings fix.
2008-09-15  Vitaliy Margolendinput: Replace strdup with HeapAlloc.
2008-07-28  Vitaliy Margolendinput: Zero the out buffer.
2008-07-28  Vitaliy Margolendinput: Implement saturation property for evdev joystic...
2008-07-07  Vitaliy Margolendinput: Set force feedback actuator flag for X and...
2008-07-07  Vitaliy Margolendinput: Freed effect should remove itself from the...
2008-07-07  Vitaliy Margolendinput: Use Wine list for effects list.
2008-07-07  Vitaliy Margolendinput: Add more traces. Prevent some traces from deref...
2008-05-13  Vitaliy Margolendinput: Clamp joystick position values to min-max range.
2008-04-14  Vitaliy Margolendinput: Don't use dead-zone from the device.
2008-04-14  Vitaliy Margolendinput: Joysticks are not supported for DX v3.
2008-04-14  Vitaliy Margolendinput: Assign button GUID to joystick buttons.
2008-02-28  Rob Shearmandinput: Include fcntl.h instead of sys/fcntl.h since...
2008-01-07  Peter Dons Tychsendinput: Silence incorrect warning and move it to a...
2007-11-26  Vitaliy Margolendinput: Fix dead zone handling.
2007-11-05  Vitaliy Margolendinput: Add stub for DIPROP_AUTOCENTER property.
2007-09-25  Vitaliy Margolendinput: Implement GetDeviceInfo for evdev joystick.
2007-09-25  Vitaliy Margolendinput: Make default dead zone configurable.
2007-08-21  Vitaliy Margolendinput: Fix compile with old input.h that missing input...
2007-08-20  Vitaliy Margolendinput: Check acquired flag instead of fd.
2007-08-20  Vitaliy Margolendinput: Use correct data structure for EVIOCGABS instea...
2007-08-20  Vitaliy Margolendinput: Remove redundant declaration.
2007-08-20  Vitaliy Margolendinput: Don't try to create non existing device.
2007-08-14  Vitaliy Margolendinput: Fix dead zone calculation.
2007-08-08  Peter Dons Tychsendinput: Allow the use of the standard Joystick GUID...
2007-08-06  Vitaliy Margolendinput: Reuse common code and definition.
2007-08-06  Vitaliy Margolendinput: Fix POV calculation.
2007-08-06  Vitaliy Margolendinput: Fix handling of dead-zone in evdev joystick.
2007-08-06  Vitaliy Margolendinput: Fix mapping of axes ids to property ids.
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-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...
next