projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
dinput: Keyboard should be acquired before calling GetDeviceState.
[wine]
/
dlls
/
dinput
/
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
2005-11-23
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-11-12
Daniel Remenak
Add additional sanity checks to the linux input system...
tree
|
commitdiff
2005-11-11
Christoph Frick
Moved and adopted joystick_linux.c code into the
tree
|
commitdiff
2005-11-10
Francois Gouget
Remove spaces before '\n' in traces.
tree
|
commitdiff
2005-09-29
Alexandre Julliard
We are no longer generating .dbg.c files.
tree
|
commitdiff
2005-09-12
Marcus Meissner
The last argument to MultiByteToWideChar is wide charac...
tree
|
commitdiff
2005-09-12
Alexandre Julliard
Fixed some traces to use the right printf format and...
tree
|
commitdiff
2005-09-09
Alexandre Julliard
Use a more portable scheme for storing the name of...
tree
|
commitdiff
2005-09-09
Vincent Béron
Use proper ifdefs around unistd.h.
tree
|
commitdiff
2005-09-07
Alexandre Julliard
Use the COM macros instead of accessing lpVtbl directly.
tree
|
commitdiff
2005-09-07
Mike McCormack
Fix warnings for no force feedback case.
tree
|
commitdiff
2005-09-06
Daniel Remenak
- Allow the creation of an FF effect while the joystick...
tree
|
commitdiff
2005-09-06
Daniel Remenak
- Allow enumeration of objects when the device is not...
tree
|
commitdiff
2005-09-06
Daniel Remenak
Protect FF_STATUS usage to avoid compile errors on...
tree
|
commitdiff
2005-09-03
Daniel Remenak
Implement EnumEffects, CreateEffect, EnumCreatedEffects,
tree
|
commitdiff
2005-09-02
Daniel Remenak
Added a linux input system force feedback effect implem...
tree
|
commitdiff
2005-08-29
Mike McCormack
gcc 4.0 warning fixes.
tree
|
commitdiff
2005-08-08
Alexandre Julliard
Don't prefix the functions DllCanUnloadNow, DllGetClass...
tree
|
commitdiff
2005-08-08
Alexandre Julliard
Removed some unused or redundant configure checks.
tree
|
commitdiff
2005-08-03
Mike McCormack
gcc 4.0 warning fixes for Interlocked* functions.
tree
|
commitdiff
2005-07-29
Daniel Remenak
Correctly enumerate evdev joysticks when enumeration...
tree
|
commitdiff
2005-07-29
Daniel Remenak
Detect force-feedback-capable linux event device joysti...
tree
|
commitdiff
2005-07-22
Daniel Remenak
Correct dinput handling of sliders and non-zero-based...
tree
|
commitdiff
2005-07-12
Mike McCormack
Interlocked LONG* gcc warning fixes.
tree
|
commitdiff
2005-07-11
Francois Gouget
Only print the joystick state when it changes so the...
tree
|
commitdiff
2005-07-11
Francois Gouget
Remove unnecessary STRICT defines.
tree
|
commitdiff
2005-07-06
Francois Gouget
Add trailing '\n's to ok() calls.
tree
|
commitdiff
2005-07-05
Stefan Huehner
Fix some more -Wmissing-declarations warnings.
tree
|
commitdiff
2005-06-22
Alexandre Julliard
Sort entry points alphabetically.
tree
|
commitdiff
2005-06-21
Stefan Huehner
Fix some more -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-20
Stefan Huehner
Fix more -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-14
Alexandre Julliard
Moved config parameters to HKCU\Software\Wine\DirectInput.
tree
|
commitdiff
2005-06-13
Alexandre Julliard
Added magic comments to all Wine-specific registry...
tree
|
commitdiff
2005-05-30
Dmitry Timoshkov
Make more of the OLE interface vtables const.
tree
|
commitdiff
2005-05-16
Robert Reif
Effect objects are not supported yet so don't crash...
tree
|
commitdiff
2005-05-16
Robert Reif
Pass around real version and do correct thing based...
tree
|
commitdiff
2005-05-13
Robert Reif
Fix SetProperty error returned.
tree
|
commitdiff
2005-05-11
Robert Reif
Added dinput tests.
tree
|
commitdiff
2005-05-10
Robert Reif
Fix joystick crash when a button guid is specified...
tree
|
commitdiff
2005-05-09
Alexandre Julliard
Added rules for building import libraries in the indivi...
tree
|
commitdiff
2005-05-09
Lionel Ulmer
- Windows reports 0x80 on pressed buttons not 0xFF
tree
|
commitdiff
2005-05-07
Alexandre Julliard
Added rules to build import libraries in the individual...
tree
|
commitdiff
2005-05-05
Lionel Ulmer
- do not flush the buffer when the application only...
tree
|
commitdiff
2005-05-05
Lionel Ulmer
- more pretty print for the types flag
tree
|
commitdiff
2005-05-04
James Dean Anderson
Report an error if trying to get data from an unacquire...
tree
|
commitdiff
2005-04-25
Marcus Meissner
Fixed 3 memset()s which used the wrong size (too large).
tree
|
commitdiff
2005-04-18
Robert Reif
Added keyboard data format.
tree
|
commitdiff
2005-03-24
Jakob Eriksson
Get rid of HeapAlloc casts.
tree
|
commitdiff
2005-03-24
Raphael Junqueira
- use WINE_DINPUT_KEYBOARD_MAX_KEYS instead hard-coded...
tree
|
commitdiff
2005-03-18
Gerald Pfeifer
Fix compilation of the case without proper Linux joysti...
tree
|
commitdiff
2005-03-15
Alexandre Julliard
Build a static list of devices instead of relying on ELF
tree
|
commitdiff
2005-03-08
Alexandre Julliard
Make sure to always pass valid QS_* flags to
tree
|
commitdiff
2005-02-15
Christian Costa
Implemented GetProperty method for keyboard device.
tree
|
commitdiff
2005-02-08
Carlos Lozano
Fix regression in Fallout game.
tree
|
commitdiff
2005-01-25
Robert Reif
Copy data structures one at a time using supplied size.
tree
|
commitdiff
2005-01-24
Rémi Assailly
char -> const char fixes.
tree
|
commitdiff
2005-01-04
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2004-12-27
Neil Olver
The flag for a mouse button down in the structure retur...
tree
|
commitdiff
2004-12-23
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
tree
|
commitdiff
2004-12-13
Christian Costa
Handle device class in DX8 enumeration (found by Robert...
tree
|
commitdiff
2004-12-07
Christian Costa
Fixed enumeration of joysticks in DX8.
tree
|
commitdiff
2004-11-23
Tom Wickline
Version resources cleanup.
tree
|
commitdiff
2004-10-28
Torbjörn Andersson
Fixed size check in GetDeviceData.
tree
|
commitdiff
2004-10-07
Francois Gouget
Don't define COBJMACROS in objbase.h.
tree
|
commitdiff
2004-09-21
Robert Reif
Add dx3 capabilities.
tree
|
commitdiff
2004-09-17
Robert Reif
Use InterlockedIncrement/InterlockedDecrement for refer...
tree
|
commitdiff
2004-09-13
Robert Reif
Added support for multiple devices.
tree
|
commitdiff
2004-09-13
Robert Reif
Add buffered mode to joystick.
tree
|
commitdiff
2004-09-09
Alexandre Julliard
Removed some more uses of the non-standard ICOM_THIS...
tree
|
commitdiff
2004-09-09
Robert Reif
offsets array is the size of the wine data format so...
tree
|
commitdiff
2004-09-09
Robert Reif
Fixes a mouse regression due to structure size change.
tree
|
commitdiff
2004-09-08
Robert Reif
- Add linux to dinput axis mapping using HKLM/Software...
tree
|
commitdiff
2004-09-08
Hans Leidekker
Fix signed/unsigned comparison warnings.
tree
|
commitdiff
2004-09-06
Robert Reif
When actual offset doesn't match the specified offset...
tree
|
commitdiff
2004-09-03
Robert Reif
Read device name from device if possible.
tree
|
commitdiff
2004-09-03
Robert Reif
Removed trailing white space.
tree
|
commitdiff
2004-09-02
Robert Reif
Added support for alternate data formats.
tree
|
commitdiff
2004-08-31
Robert Reif
Added default data formats for c_dfDIJoystick and c_dfD...
tree
|
commitdiff
2004-08-23
Alexandre Julliard
Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
tree
|
commitdiff
2004-08-12
Alexandre Julliard
Get rid of the non-standard ICOM_VTABLE macro.
tree
|
commitdiff
2004-08-12
Alexandre Julliard
Get rid of the non-standard ICOM_VFIELD macro.
tree
|
commitdiff
2004-06-04
Lionel Ulmer
- some new logging on device enumeration
tree
|
commitdiff
2004-06-02
Lionel Ulmer
- some TRACEing improvements
tree
|
commitdiff
2004-05-27
Christian Costa
Fixed joystick device type for dinput8.
tree
|
commitdiff
2004-05-14
Ivan Leo Murray...
Updated the version info of all DirectX dlls to the...
tree
|
commitdiff
2004-04-19
Christoph Frick
- added code to have the joystick state be set to the...
tree
|
commitdiff
2004-04-12
Lionel Ulmer
- better log the GetDeviceState function
tree
|
commitdiff
2004-04-06
James Perry
Make dinput.dll self register.
tree
|
commitdiff
2004-03-24
Christoph Frick
- Added missing break statement.
tree
|
commitdiff
2004-03-24
Alexandre Julliard
.spec.c files are no longer used for 32-bit dlls.
tree
|
commitdiff
2004-03-01
Alexandre Julliard
Portability fixes for LSB compatibility.
tree
|
commitdiff
next