projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
riched32/tests: Cater for differences between platforms.
[wine]
/
dlls
/
dinput
/
keyboard.c
2009-03-03
Vitaliy Margolen
dinput: Add few special cases for key mappings.
blob
|
commitdiff
|
raw
2009-02-23
Vitaliy Margolen
dinput: Let each device decide which hook event to...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-05
Alexandre Julliard
dinput: Fix pointer cast warnings on 64-bit.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-16
Michael Stefaniuc
dinput: Remove superfluous backslashes at end of lines.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-15
Vitaliy Margolen
dinput: Implement DIPROP_KEYNAME property for keyboard...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-20
Aric Stewart
dinput: The DIK_ keycode is not the same as the scancode.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-28
Vitaliy Margolen
dinput: Zero the out buffer.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-28
Vitaliy Margolen
dinput: Convert keyboard buffer from internal data...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-28
Vitaliy Margolen
dinput: Explicitly set extended key flag for Right...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-27
Austin English
Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-25
Rob Shearman
dinput: Fix character count passed to GetKeyNameTextW...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-09
Vitaliy Margolen
dinput: Rename set_dinput_hook and call it from the...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-09
Vitaliy Margolen
dinput: Handle multiple keyboard and mouse devices.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-09
Vitaliy Margolen
dinput: Export Mouse and Keyboard GUIDs.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-29
Vitaliy Margolen
dinput: Move key state array into object.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-28
Vitaliy Margolen
dinput: Combine all Release functionality into base...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-28
Vitaliy Margolen
dinput: Move parent dinput reference into base class.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-04
Vitaliy Margolen
dinput: Make sure to unacquire device before freeing it.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-25
Dmitry Timoshkov
wine: Switch to using 'long' for INT_PTR type for 64...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-08
Jan Zerebecki
dinput: Add DebugInfo to critical sections.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-13
Andrew Talbot
dinput: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-11
Vitaliy Margolen
dinput: Internal data format is not const anymore.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-10
Vitaliy Margolen
dinput: Remove duplicate Keyboard->Poll it is the same...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-08
Vitaliy Margolen
dinput: Set event from queue_event, simplifying code...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-08
Vitaliy Margolen
dinput: Use proper offset when queuing keyboard events.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-06
Vitaliy Margolen
dinput: Fix memory leak.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-04
Vitaliy Margolen
dinput: Move keyboard to using new GetObjectInfo.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-04
Andrew Talbot
dinput: Declare some functions static.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-29
Vitaliy Margolen
dinput: Move keyboard to using new EnumObjects from...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-28
Vitaliy Margolen
dinput: Remove MsgWaitForMultipleObjects calls.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-24
Vitaliy Margolen
dinput: AddRef and Release parent DirectInput class.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-18
Vitaliy Margolen
dinput: Don't return non existent keys.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-12
Vitaliy Margolen
dinput: Remove redundant parameter.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-12
Vitaliy Margolen
dinput: Move mouse & keyboard user data format to base...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-05
Vitaliy Margolen
dinput: Move keyboard event queue into base device...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-04
Vitaliy Margolen
dinput: Implement Poll for keyboard.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-04
Vitaliy Margolen
dinput: Move critical section to the base device class.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-04
Vitaliy Margolen
dinput: Move acquired flag to the base device class...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-17
Vitaliy Margolen
dinput: Move SetEventNotification and associated event...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-17
Vitaliy Margolen
dinput: Use dinput device as a base class for keyboard...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-09
Vitaliy Margolen
dinput: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-28
Vitaliy Margolen
dinput: Keyboard: Use the same event queue mechanism...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-17
Vitaliy Margolen
dinput: Unacquire correct device.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-17
Vitaliy Margolen
dinput: Ignore repeated key events.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-03
Vitaliy Margolen
dinput: Keyboard should be acquired before calling...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-21
Vitaliy Margolen
dinput: Create single thread for mouse and keyboard...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-12
Alexandre Julliard
Fixed some traces to use the right printf format and...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-09
Alexandre Julliard
Use a more portable scheme for storing the name of...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-03
Mike McCormack
gcc 4.0 warning fixes for Interlocked* functions.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-30
Dmitry Timoshkov
Make more of the OLE interface vtables const.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-16
Robert Reif
Pass around real version and do correct thing based...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-24
Raphael Junqueira
- use WINE_DINPUT_KEYBOARD_MAX_KEYS instead hard-coded...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-15
Alexandre Julliard
Build a static list of devices instead of relying on ELF
blob
|
commitdiff
|
raw
|
diff to current
2005-03-08
Alexandre Julliard
Make sure to always pass valid QS_* flags to
blob
|
commitdiff
|
raw
|
diff to current
2005-02-15
Christian Costa
Implemented GetProperty method for keyboard device.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-23
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-13
Christian Costa
Handle device class in DX8 enumeration (found by Robert...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-28
Torbjörn Andersson
Fixed size check in GetDeviceData.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-21
Robert Reif
Add dx3 capabilities.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-17
Robert Reif
Use InterlockedIncrement/InterlockedDecrement for refer...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-13
Robert Reif
Added support for multiple devices.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-09
Alexandre Julliard
Removed some more uses of the non-standard ICOM_THIS...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-23
Alexandre Julliard
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-12
Alexandre Julliard
Get rid of the non-standard ICOM_VTABLE macro.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-04
Lionel Ulmer
- some new logging on device enumeration
blob
|
commitdiff
|
raw
|
diff to current
2004-04-12
Lionel Ulmer
- better log the GetDeviceState function
blob
|
commitdiff
|
raw
|
diff to current
2004-02-12
Alexandre Julliard
We don't really need subdirectories in dlls/dinput.
blob
|
commitdiff
|
raw
|
diff to current