advapi32: Make struct service_data_t have the new SERVICE_STATUS_PROCESS struct.
[wine] / dlls / dinput /
2007-04-09  Vitaliy Margolendinput: Set the event regardless of the queue state.
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-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-02-05  Marcus Meissnerdinput: Fix dereference pointer after NULL check (Cover...
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: Don't copy no longer used user data format...
2007-01-11  Vitaliy Margolendinput: Use internal data format for object lookups.
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-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-10  Vitaliy Margolendinput: Remove duplicate Keyboard->Poll it is the same...
2007-01-10  Vitaliy Margolendinput: Fix trace formatting.
2007-01-08  Vitaliy Margolendinput: Set event from queue_event, simplifying code...
2007-01-08  Vitaliy Margolendinput: Use proper offset when queuing keyboard events.
2007-01-06  Vitaliy Margolendinput: Fix possible NULL deference.
2007-01-06  Vitaliy Margolendinput: Fix memory leak.
2007-01-06  Vitaliy Margolendinput: Fix mouse to use proper offset when queuing...
2007-01-05  Vitaliy Margolendinput: Change EnumObjects to use GetObjectInfo.
2007-01-04  Vitaliy Margolendinput: Fix cut and paste error.
2007-01-04  Francois GougetAssorted spelling fixes.
2007-01-04  Vitaliy Margolendinput: Implement mouse GetObjectInfo on top of base...
2007-01-04  Vitaliy Margolendinput: Move keyboard to using new GetObjectInfo.
2007-01-04  Vitaliy Margolendinput: Implement GetObjectInfo[A|W] in base device...
2007-01-04  Andrew Talbotdinput: Declare some functions static.
2006-12-29  Vitaliy Margolendinput: Move keyboard to using new EnumObjects from...
2006-12-29  Vitaliy Margolendinput: Release critical section before warping mouse.
2006-12-28  Vitaliy Margolendinput: Move mouse to using new EnumObjects from base...
2006-12-28  Vitaliy Margolendinput: Implement EnumOjects[A|W] in the base device...
2006-12-28  Vitaliy Margolendinput: mouse: Copy and modify default data format.
2006-12-28  Vitaliy Margolendinput: Remove MsgWaitForMultipleObjects calls.
2006-12-24  Vitaliy Margolendinput: AddRef and Release parent DirectInput class.
2006-12-20  Christoph Frickdinput: Drop magic int.
2006-12-20  Christoph Frickdinput: Set the correct size for the old dinput joystick.
2006-12-20  Vitaliy Margolendinput: Warp mouse in exclusive cooperation mode only.
2006-12-20  Vitaliy Margolendinput: Use GetCursorPos() to calculate relative mouse...
2006-12-18  Vitaliy Margolendinput: Make mouse use axis mode flag set in base class...
2006-12-18  Vitaliy Margolendinput: Add handling of AXISMODE property to base devic...
2006-12-18  Vitaliy Margolendinput: Zero out returned information struct.
2006-12-18  Vitaliy Margolendinput: Don't return non existent keys.
2006-12-12  Vitaliy Margolendinput: Use standard mouse data format instead of custo...
2006-12-12  Vitaliy Margolendinput: Remove redundant parameter.
2006-12-12  Vitaliy Margolendinput: Move mouse & keyboard user data format to base...
2006-12-12  Vitaliy Margolendinput: Move joystick user data format into base class.
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-11  Vitaliy Margolendinput: No need to copy default constant format. Use...
2006-12-11  Christoph Frickdinput: Utilize IDirectInputDevice2AImpl_Acquire/Unacquire.
2006-12-11  Christoph Frickdinput: Ensure that the size of the dev caps pointer...
2006-12-11  Christoph Frickdinput: Silently ignore DIPROP_CALIBRATIONMODE.
2006-12-11  Vitaliy Margolendinput: Remove incorrect assumption about format.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-11  Vitaliy Margolendinput: Fix processing of custom format.
2006-12-05  Vitaliy Margolendinput: Remove no longer used GEN_EVENT.
2006-12-05  Vitaliy Margolendinput: Move joystick event queue into base device...
2006-12-05  Vitaliy Margolendinput: Move mouse event queue into base device class.
2006-12-05  Vitaliy Margolendinput: Move keyboard event queue into base device...
2006-12-05  Vitaliy Margolendinput: Implement [Get|Set]Property and GetDeviceData...
2006-12-04  Vitaliy Margolendinput: Implement Poll for keyboard.
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-24  Christoph Frickdinput: Simplify the code that finds the offset of...
2006-11-24  Francois Gougetdinput/tests: Remove unneeded NONAMELESS* macros.
2006-11-10  Mike McCormackdinput: Use HeapAlloc/Free instead of alloc/free.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-06  Damjan Jovanovicdinput: Changed select to poll.
2006-10-20  Francois GougetAdd '\n's to Wine traces.
2006-10-17  Vitaliy Margolendinput: Add SetCooperativeLevel test for joystick.
2006-10-17  Vitaliy Margolendinput: Add SetCooperativeLevel tests to keyboard.
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-10-12  Michael Ploujnikovdinput/tests: Win64 printf format warning fixes.
2006-10-09  Vitaliy Margolendinput: Win64 printf format warning fixes.
2006-10-06  James Hawkinsdinput: Call missing LeaveCriticalSection in the error...
2006-10-05  Alexandre Julliarddinput: Only register the window class once to avoid...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Ivan Leodinput: Add some error checks to mouse.c.
2006-09-20  Vitaliy Margolendinput: Initialize default coop level. Invert logic...
2006-09-20  Vitaliy Margolendinput: Return proper errors in SetCooperativeLevel.
next