dmusic: Avoid signed-unsigned integer comparisons.
[wine] / dlls / dinput / joystick_linux.c
2012-09-17  Marcus Meissnerdinput: Added a missing close(fd) 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 (Linux...
2011-12-15  Francois Gougetconfigure: Use errno.h instead of the non-standard...
2011-07-12  Lucas Fialho Zawackidinput: BuildActionMap and SetActionMap stubs for gener...
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...
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-09-08  Vitaliy Margolendinput: Move axes and buttons queries into initial...
2009-08-19  Vitaliy Margolendinput: Get default axes configuration from the device...
2009-08-19  Vitaliy Margolendinput: Expand joydev joystick discovery to query joyst...
2009-08-19  Vitaliy Margolendinput: Let driver specify default axis mapping.
2009-08-19  Vitaliy Margolendinput: Move setup_dinput_options into common place.
2009-08-19  Vitaliy Margolendinput: Move axes count into base joystick class.
2009-08-19  Vitaliy Margolendinput: Move axes mapping array and default dead-zone...
2009-04-20  Vitaliy Margolendinput: Make props array a part of the generic joystick...
2009-04-20  Vitaliy Margolendinput: Remove redundant stuff.
2009-04-20  Vitaliy Margolendinput: Make EnumDevices and GetObjectInfo consistent...
2009-03-10  Aric Stewartdinput: Create generic joystick Acquire/Unacquire.
2009-03-10  Aric Stewartdinput: Rename Linux-specific joystick functions.
2009-03-10  Aric Stewartdinput: Move joystick Polling and Device State to the...
2009-03-10  Aric Stewartdinput: Move joystick productGuid and Name to the gener...
2009-03-10  Aric Stewartdinput: Begin joystick separation into a generic module.
2009-01-08  Alexandre Julliarddinput: Avoid size_t in traces.
2009-01-05  Alexandre Julliarddinput: Fix pointer cast warnings on 64-bit.
2008-12-01  Vitaliy Margolendinput: Use correct GetObjectInfo for joystick.
2008-09-30  Andrew Talbotdinput: Sign-compare warnings fix.
2008-07-28  Vitaliy Margolendinput: Zero the out buffer.
2008-05-07  Vitaliy Margolendinput: Ignore events from extra joystick buttons.
2008-05-07  Vitaliy Margolendinput: Limit number of axes in a different way - map...
2008-05-07  Vitaliy Margolendinput: Remove redundant variable.
2008-04-29  Vitaliy Margolendinput: Fix typo.
2008-04-28  Vitaliy Margolendinput: Fix default axes mapping generation.
2008-04-25  Vitaliy Margolendinput: Limit number of supported axis and buttons.
2008-04-16  Andrew Talbotdinput: Fix handle leak.
2008-04-14  Vitaliy Margolendinput: Assign button GUID to joystick buttons.
2008-03-29  Andrew Talbotdinput: Assign to struct instead of using CopyMemory.
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...
2008-01-02  Lionel Debrouxdinput: Improve TRACEs and WARNs.
2007-11-19  Michael Stefaniucdlls: Remove duplicate includes.
2007-09-25  Vitaliy Margolendinput: Add a helper function to open configuration...
2007-09-25  Vitaliy Margolendinput: Move get_config_key to a common place.
2007-08-27  Vitaliy Margolendinput: Count should not be 0-based.
2007-08-21  Vitaliy Margolendinput: Don't try to create non existing device (/dev...
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 mapping of axes ids to property ids.
2007-08-02  Erik Inge Bolsødinput: Fix joystick axis remapping.
2007-07-30  Vitaliy Margolendinput: Fix typo.
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.
next