msvcrt: Don't add '\r' character in fputws function.
[wine] / dlls / dinput / joystick_linuxinput.c
2012-09-03  Marcus Meissnerdinput: Added some missing free/close in disabled case...
2012-08-24  Lucas Zawackidinput: Disable linuxinput or linux joysticks based...
2012-08-24  Lucas Zawackidinput: Append driver name to dinput joysticks on Linux.
2012-05-30  Lucas Zawackidinput: Implement GetProperty for JOYSTICKID (LinuxInpu...
2011-12-15  Francois Gougetconfigure: Use errno.h instead of the non-standard...
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-12  Lucas Fialho Zawackidinput: BuildActionMap and SetActionMap stubs for gener...
2011-04-14  Vitaliy Margolendinput: Implement getting DIPROP_VIDPID property for...
2011-02-02  Vitaliy Margolendinput: Ignore EV_MSC events instead of printing fixme.
2011-01-24  Vitaliy Margolendinput: Combine ASCII and Unicode device create callbac...
2011-01-19  Vitaliy Margolendinput: Make newly created device append itself to...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use interfaces instead of vtbl...
2011-01-10  Vitaliy Margolendinput: Explicitly define ASCII and Unicode methods...
2011-01-10  Vitaliy Margolendinput: Explicitly define ASCII and Unicode methods...
2011-01-10  Vitaliy Margolendinput: Explicitly define ASCII and Unicode methods...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use helper function instead of...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use proper interface instead...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use proper DirectInput interface...
2011-01-03  Vitaliy Margolendinput: Pass interface instead of this pointer to joyst...
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...
next