dinput: [joystick_linux] Reuse the same properties array.
[wine] / dlls / dinput /
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.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Vitaliy Margolendinput: Create/destroy hook thread from DirectInput.
2006-09-11  Vitaliy Margolendinput: Move hook_thread from device to DirectInput.
2006-09-10  Andrew Talbotdinput: Cast-qual warnings fix.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-07  Vitaliy Margolendinput: Signal event after we queued an event. Not...
2006-07-31  Andrew Talbotdinput/tests: Write-strings warning fix.
2006-07-31  Vitaliy Margolendinput: Initialize event sequence counter. And simplify...
2006-07-29  Vitaliy Margolendinput: Add DISCL_NOWINKEY define.
2006-07-28  Vitaliy Margolendinput: Keyboard: Use the same event queue mechanism...
2006-07-24  Vitaliy Margolendinput: Simplify code a bit.
2006-07-24  Vitaliy Margolendinput: Fix small typo.
2006-07-20  Kovács Andrásdinput: joydev_enum_deviceA now returns the correct...
2006-07-17  Vitaliy Margolendinput: Unacquire correct device.
2006-07-17  Vitaliy Margolendinput: Ignore repeated key events.
2006-07-14  Michael StefaniucFix swapped 2nd and 3rd argument passed to memset.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  Christoph Frickdinput: map_axis must be able to work with LONG's value...
2006-07-07  Christoph Frickdinput: Remove redundant struct members.
2006-07-07  Christoph Frickdinput: Implement the GetProperty call for getting...
2006-07-07  Christoph Frickdinput: Call fake_current_js_state on the places where...
2006-07-07  Christoph Frickdinput: Only fake the current state on axes that are...
next