oleaut32: Fix differences between the size returned in sizing the
[wine] / dlls / dinput / joystick_linuxinput.c
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.