projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
opengl32: Add OpenGL 2.1 support and more extensions.
[wine]
/
dlls
/
dinput
/
2006-12-24
Vitaliy Margolen
dinput: AddRef and Release parent DirectInput class.
tree
|
commitdiff
2006-12-20
Christoph Frick
dinput: Drop magic int.
tree
|
commitdiff
2006-12-20
Christoph Frick
dinput: Set the correct size for the old dinput joystick.
tree
|
commitdiff
2006-12-20
Vitaliy Margolen
dinput: Warp mouse in exclusive cooperation mode only.
tree
|
commitdiff
2006-12-20
Vitaliy Margolen
dinput: Use GetCursorPos() to calculate relative mouse...
tree
|
commitdiff
2006-12-18
Vitaliy Margolen
dinput: Make mouse use axis mode flag set in base class...
tree
|
commitdiff
2006-12-18
Vitaliy Margolen
dinput: Add handling of AXISMODE property to base devic...
tree
|
commitdiff
2006-12-18
Vitaliy Margolen
dinput: Zero out returned information struct.
tree
|
commitdiff
2006-12-18
Vitaliy Margolen
dinput: Don't return non existent keys.
tree
|
commitdiff
2006-12-12
Vitaliy Margolen
dinput: Use standard mouse data format instead of custo...
tree
|
commitdiff
2006-12-12
Vitaliy Margolen
dinput: Remove redundant parameter.
tree
|
commitdiff
2006-12-12
Vitaliy Margolen
dinput: Move mouse & keyboard user data format to base...
tree
|
commitdiff
2006-12-12
Vitaliy Margolen
dinput: Move joystick user data format into base class.
tree
|
commitdiff
2006-12-12
Vitaliy Margolen
dinput: Add user data format into base class. Implement...
tree
|
commitdiff
2006-12-12
Vitaliy Margolen
dinput: Move transform and offsets structures into...
tree
|
commitdiff
2006-12-11
Vitaliy Margolen
dinput: Move few helper functions and standardize them.
tree
|
commitdiff
2006-12-11
Vitaliy Margolen
dinput: Move internal function calculate_ids to where...
tree
|
commitdiff
2006-12-11
Vitaliy Margolen
dinput: No need to copy default constant format. Use...
tree
|
commitdiff
2006-12-11
Christoph Frick
dinput: Utilize IDirectInputDevice2AImpl_Acquire/Unacquire.
tree
|
commitdiff
2006-12-11
Christoph Frick
dinput: Ensure that the size of the dev caps pointer...
tree
|
commitdiff
2006-12-11
Christoph Frick
dinput: Silently ignore DIPROP_CALIBRATIONMODE.
tree
|
commitdiff
2006-12-11
Vitaliy Margolen
dinput: Remove incorrect assumption about format.
tree
|
commitdiff
2006-12-11
Marcus Meissner
made functions and variables static in some testcases.
tree
|
commitdiff
2006-12-11
Vitaliy Margolen
dinput: Fix processing of custom format.
tree
|
commitdiff
2006-12-05
Vitaliy Margolen
dinput: Remove no longer used GEN_EVENT.
tree
|
commitdiff
2006-12-05
Vitaliy Margolen
dinput: Move joystick event queue into base device...
tree
|
commitdiff
2006-12-05
Vitaliy Margolen
dinput: Move mouse event queue into base device class.
tree
|
commitdiff
2006-12-05
Vitaliy Margolen
dinput: Move keyboard event queue into base device...
tree
|
commitdiff
2006-12-05
Vitaliy Margolen
dinput: Implement [Get|Set]Property and GetDeviceData...
tree
|
commitdiff
2006-12-04
Vitaliy Margolen
dinput: Implement Poll for keyboard.
tree
|
commitdiff
2006-12-04
Vitaliy Margolen
dinput: Move critical section to the base device class.
tree
|
commitdiff
2006-12-04
Vitaliy Margolen
dinput: Move acquired flag to the base device class...
tree
|
commitdiff
2006-11-24
Christoph Frick
dinput: Simplify the code that finds the offset of...
tree
|
commitdiff
2006-11-24
Francois Gouget
dinput/tests: Remove unneeded NONAMELESS* macros.
tree
|
commitdiff
2006-11-10
Mike McCormack
dinput: Use HeapAlloc/Free instead of alloc/free.
tree
|
commitdiff
2006-11-07
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2006-11-06
Damjan Jovanovic
dinput: Changed select to poll.
tree
|
commitdiff
2006-10-20
Francois Gouget
Add '\n's to Wine traces.
tree
|
commitdiff
2006-10-17
Vitaliy Margolen
dinput: Add SetCooperativeLevel test for joystick.
tree
|
commitdiff
2006-10-17
Vitaliy Margolen
dinput: Add SetCooperativeLevel tests to keyboard.
tree
|
commitdiff
2006-10-17
Vitaliy Margolen
dinput: Move SetCooperativeLevel into base class.
tree
|
commitdiff
2006-10-17
Vitaliy Margolen
dinput: Move SetEventNotification and associated event...
tree
|
commitdiff
2006-10-17
Vitaliy Margolen
dinput: Use dinput device as a base class for keyboard...
tree
|
commitdiff
2006-10-12
Michael Ploujnikov
dinput/tests: Win64 printf format warning fixes.
tree
|
commitdiff
2006-10-09
Vitaliy Margolen
dinput: Win64 printf format warning fixes.
tree
|
commitdiff
2006-10-06
James Hawkins
dinput: Call missing LeaveCriticalSection in the error...
tree
|
commitdiff
2006-10-05
Alexandre Julliard
dinput: Only register the window class once to avoid...
tree
|
commitdiff
2006-09-29
Michael Stefaniuc
Add a WINE_NO_LONG_INT define to many makefiles to...
tree
|
commitdiff
2006-09-26
Ivan Leo
dinput: Add some error checks to mouse.c.
tree
|
commitdiff
2006-09-20
Vitaliy Margolen
dinput: Initialize default coop level. Invert logic...
tree
|
commitdiff
2006-09-20
Vitaliy Margolen
dinput: Return proper errors in SetCooperativeLevel.
tree
|
commitdiff
2006-09-14
Alexandre Julliard
makefiles: Generate the dependencies line to avoid...
tree
|
commitdiff
2006-09-13
Vitaliy Margolen
dinput: Create/destroy hook thread from DirectInput.
tree
|
commitdiff
2006-09-11
Vitaliy Margolen
dinput: Move hook_thread from device to DirectInput.
tree
|
commitdiff
2006-09-10
Andrew Talbot
dinput: Cast-qual warnings fix.
tree
|
commitdiff
2006-08-28
Alexandre Julliard
makefiles: Only run test and documentation targets...
tree
|
commitdiff
2006-08-07
Vitaliy Margolen
dinput: Signal event after we queued an event. Not...
tree
|
commitdiff
2006-07-31
Andrew Talbot
dinput/tests: Write-strings warning fix.
tree
|
commitdiff
2006-07-31
Vitaliy Margolen
dinput: Initialize event sequence counter. And simplify...
tree
|
commitdiff
2006-07-29
Vitaliy Margolen
dinput: Add DISCL_NOWINKEY define.
tree
|
commitdiff
2006-07-28
Vitaliy Margolen
dinput: Keyboard: Use the same event queue mechanism...
tree
|
commitdiff
2006-07-24
Vitaliy Margolen
dinput: Simplify code a bit.
tree
|
commitdiff
2006-07-24
Vitaliy Margolen
dinput: Fix small typo.
tree
|
commitdiff
2006-07-20
Kovács András
dinput: joydev_enum_deviceA now returns the correct...
tree
|
commitdiff
2006-07-17
Vitaliy Margolen
dinput: Unacquire correct device.
tree
|
commitdiff
2006-07-17
Vitaliy Margolen
dinput: Ignore repeated key events.
tree
|
commitdiff
2006-07-14
Michael Stefaniuc
Fix swapped 2nd and 3rd argument passed to memset.
tree
|
commitdiff
2006-07-10
Alexandre Julliard
.gitignore: Added wildcards to ignore generated resourc...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Recursively ignore .ok files in all tests...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Recursively ignore testlist.c in all tests...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Ignore generated import libraries from the...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
Take advantage of the recursive nature of .gitignore...
tree
|
commitdiff
2006-07-07
Christoph Frick
dinput: map_axis must be able to work with LONG's value...
tree
|
commitdiff
2006-07-07
Christoph Frick
dinput: Remove redundant struct members.
tree
|
commitdiff
2006-07-07
Christoph Frick
dinput: Implement the GetProperty call for getting...
tree
|
commitdiff
2006-07-07
Christoph Frick
dinput: Call fake_current_js_state on the places where...
tree
|
commitdiff
2006-07-07
Christoph Frick
dinput: Only fake the current state on axes that are...
tree
|
commitdiff
2006-07-07
Christoph Frick
dinput: Move the axes and button configs into the JoyDe...
tree
|
commitdiff
2006-07-07
Christoph Frick
dinput: Utilize the offsets and the transform to suppor...
tree
|
commitdiff
2006-07-07
Christoph Frick
dinput: Adds offset and transform and their basic handl...
tree
|
commitdiff
2006-07-07
Christoph Frick
dinput: When handling axes, ignore the ABS_HAT.* as...
tree
|
commitdiff
2006-07-07
Christoph Frick
dinput: Set the amount of POVs in the caps.
tree
|
commitdiff
2006-07-07
Christoph Frick
dinput: Detect more than one /dev/input/event joystick.
tree
|
commitdiff
2006-06-30
Paul Vriens
Use the return value of register_key_guid.
tree
|
commitdiff
2006-06-23
Vitaliy Margolen
dinput: Warp mouse each 10ms instead of dropping events.
tree
|
commitdiff
2006-06-13
Alexandre Julliard
dinput: Don't use sizeof in traces to avoid printf...
tree
|
commitdiff
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
tree
|
commitdiff
2006-05-10
Robert Shearman
Check the return value from register_key_guid in all...
tree
|
commitdiff
2006-05-08
Roderick Colenbrander
dinput: Fix Initialize return value.
tree
|
commitdiff
2006-04-19
Mike Frysinger
joystick: Search for /dev/input/js as well as /dev/js.
tree
|
commitdiff
2006-04-05
Pavel Semerad
dinput: Fixed joystick with POV and JoystickAImpl_SetPr...
tree
|
commitdiff
2006-04-03
Vitaliy Margolen
dinput: Keyboard should be acquired before calling...
tree
|
commitdiff
2006-03-21
Vitaliy Margolen
dinput: Create single thread for mouse and keyboard...
tree
|
commitdiff
2006-03-13
Christoph Frick
dinput/joystick_linuxinput: Add POV detection and repor...
tree
|
commitdiff
2006-03-09
Christoph Frick
dinput/linuxinput: Fix handling of DIPH_BYID.
tree
|
commitdiff
2006-02-28
Vitaly Budovski
dinput: Return an error if both DISCL_EXCLUSIVE and...
tree
|
commitdiff
2006-02-09
Mike McCormack
dinput: Fix the compile for missing EV_SYN define.
tree
|
commitdiff
2006-02-09
Christoph Frick
dinput: Dynamic handling of buttons of a device.
tree
|
commitdiff
2005-11-28
Lionel Ulmer
Handle DInput8 interfaces in device QueryInterface.
tree
|
commitdiff
2005-11-26
Alexandre Julliard
Renamed all .cvsignore files to .gitignore.
tree
|
commitdiff
next