ws2_32/tests: Add SO_ERROR [set|get]sockopt tests.
[wine] / dlls / dinput / joystick_osx.c
2011-11-14  Andrew Talbotdinput: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-07-12  Lucas Fialho Zawackidinput: BuildActionMap and SetActionMap stubs for gener...
2011-06-17  Jonas Maebedinput: Hook up joysticks to DirectInput event queue...
2011-01-25  Charles Davisdinput: Don't link to/include Carbon on Mac OS X.
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: COM cleanup - use helper function instead of...
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-09-21  Zach Smithdinput: OSX joystick driver separate device for each...
2010-01-14  Paul Vriensdinput: Don't check a parameter twice (Coccinelle).
2009-04-20  Francois Gougetdinput: Add a trailing '\n' to ERR() messages.
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-13  Aric Stewartdinput: OS/X joystick: Sort buttons based on usage...
2009-03-12  Francois Gougetdinput: Add a trailing '\n' to ERR() messages.
2009-03-12  Aric Stewartdinput: OS/X joystick: Check usage page to avoid odd...
2009-03-11  Alexandre Julliardconfigure: Check for IOHIDManagerCreate function that...
2009-03-11  Aric Stewartdinput: Add OS/X sliders.
2009-03-11  Aric Stewartdinput: Map OS/X joystick axes so even if they come...
2009-03-11  Aric Stewartdinput: OS/X joystick add Rx,Ry,and Rz axes.
2009-03-11  Aric Stewartdinput: OS/X joystick add GD_X, GD_Y, GD_Z axes.
2009-03-11  Aric Stewartdinput: OS/X joystick add POV controls.
2009-03-11  Aric Stewartdinput: OS/X joystick add axes.
2009-03-11  Aric Stewartdinput: Add Mac OS/X joystick support.