server: Move socket async activation to sock_poll_event.
[wine] / dlls / dinput / device_private.h
2009-12-02  Francois Gougetdsound: Make id_to_offset() static.
2009-11-30  Vitaliy Margolendinput: Pass event instance ID to queue_event instead...
2008-12-20  Vitaliy Margolendinput: Remove DIEnumDevicesCallbackAtoW.
2008-12-03  Alexandre Julliarddinput: Make some functions static.
2008-07-28  Vitaliy Margolendinput: Zero the out buffer.
2008-07-07  Vitaliy Margolendinput: Use Wine list for effects list.
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-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-07-09  Vitaliy Margolendinput: Handle multiple keyboard and mouse devices.
2007-07-09  Vitaliy Margolendinput: Export Mouse and Keyboard GUIDs.
2007-07-09  Vitaliy Margolendinput: Keep the list of all the dinput devices created...
2007-06-28  Vitaliy Margolendinput: Move parent dinput reference into base class.
2007-04-24  Andrew Talbotdinput: Constify some variables.
2007-01-11  Vitaliy Margolendinput: Internal data format is not const anymore.
2007-01-11  Vitaliy Margolendinput: Use internal data format for object lookups.
2007-01-10  Vitaliy Margolendinput: Pass complete DataFormat structure to find_prop...
2007-01-06  Vitaliy Margolendinput: Fix mouse to use proper offset when queuing...
2006-12-12  Vitaliy Margolendinput: Remove redundant parameter.
2006-12-12  Vitaliy Margolendinput: Add user data format into base class. Implement...
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-05  Vitaliy Margolendinput: Remove no longer used GEN_EVENT.
2006-12-05  Vitaliy Margolendinput: Implement [Get|Set]Property and GetDeviceData...
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-10-17  Vitaliy Margolendinput: Move SetCooperativeLevel into base class.
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-09-11  Vitaliy Margolendinput: Move hook_thread from device to DirectInput.
2006-07-24  Vitaliy Margolendinput: Simplify code a bit.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Vitaliy Margolendinput: Create single thread for mouse and keyboard...
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-05-30  Dmitry TimoshkovMake more of the OLE interface vtables const.
2004-09-13  Robert ReifAdd buffered mode to joystick.
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-02  Robert ReifAdded support for alternate data formats.
2004-08-31  Robert ReifAdded default data formats for c_dfDIJoystick and c_dfD...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-06-02  Lionel Ulmer- some TRACEing improvements
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-16  Raphael Junqueira- DInput WideChar classes support. This time all dinput...
2002-06-14  Ove Kaaven- support DirectInput 8 interfaces.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-01-28  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Gavriel...
2000-11-05  Lionel Ulmer- reorganized DInput DLL