1. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  2. bc31b38 dinput: Fix Initialize return value. by Roderick Colenbrander · 19 years ago
  3. 6d442ae Assorted spelling fixes. by Francois Gouget · 19 years ago
  4. f8ee161 Fixed some traces to use the right printf format and avoid typecasts. by Alexandre Julliard · 20 years ago
  5. d37f0ab Don't prefix the functions DllCanUnloadNow, DllGetClassObject and by Alexandre Julliard · 20 years ago
  6. 50a6d97 gcc 4.0 warning fixes for Interlocked* functions. by Mike McCormack · 20 years ago
  7. 247246e Make more of the OLE interface vtables const. by Dmitry Timoshkov · 20 years ago
  8. 6dd763e Pass around real version and do correct thing based on it. by Robert Reif · 20 years ago
  9. 0f60464 Fix SetProperty error returned. by Robert Reif · 20 years ago
  10. 2095f66 Fix joystick crash when a button guid is specified in the data by Robert Reif · 20 years ago
  11. 9ed61de Get rid of HeapAlloc casts. by Jakob Eriksson · 20 years ago
  12. 6451e22 Build a static list of devices instead of relying on ELF constructors. by Alexandre Julliard · 20 years ago
  13. 6063b54 char -> const char fixes. by Rémi Assailly · 20 years ago
  14. d3fb100 Fixed enumeration of joysticks in DX8. Fixed some traces. by Christian Costa · 20 years ago
  15. 486d020 Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly. by Francois Gouget · 20 years ago
  16. 873e5bf Use InterlockedIncrement/InterlockedDecrement for reference counting. by Robert Reif · 21 years ago
  17. 76447ec Added support for multiple devices. by Robert Reif · 21 years ago
  18. 314b99c Removed some more uses of the non-standard ICOM_THIS macro. by Alexandre Julliard · 21 years ago
  19. fe442b2 Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
  20. f714b39 Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro. by Alexandre Julliard · 21 years ago
  21. 48c4bb3 Get rid of the non-standard ICOM_VTABLE macro. by Alexandre Julliard · 21 years ago
  22. 0467ce9 Get rid of the non-standard ICOM_VFIELD macro. by Alexandre Julliard · 21 years ago
  23. 4f64069 - some new logging on device enumeration by Lionel Ulmer · 21 years ago
  24. 4fbafc1 Make dinput.dll self register. by James Perry · 21 years ago
  25. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  26. 4e1ef0c For all DLLs with defined DllMain and which do not require by Dmitry Timoshkov · 22 years ago
  27. c405019 - DInput WideChar classes support. This time all dinput versions have by Raphael Junqueira · 22 years ago
  28. 77c00c9 Make dinput8 behaviour more correct for mouse and keyboard. by Christian Costa · 22 years ago
  29. b92a58e Enable creation of DirectInput objects trough CoCreateInstance. by Christian Costa · 22 years ago
  30. 8985c02 Implement GetDeviceInfo and GetObjectInfo for the keyboard device. by Lionel Ulmer · 22 years ago
  31. bed2b9c Only install the keyboard hook on device creation. by Ove Kaaven · 22 years ago
  32. 6ed40bb Pass the correct instance when installing the mouse hook (spotted by by Alexandre Julliard · 22 years ago
  33. 97bd11d Pass correct instance in keyboard_hook setup. by Jens Hoffmann · 22 years ago
  34. 1e1313d Made the dll entry point default to DllMain and removed most of the by Alexandre Julliard · 22 years ago
  35. d2d08f0 - support DirectInput 8 interfaces. - implemented mouse wheel support. by Ove Kaaven · 23 years ago
  36. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  37. c9654a7 Fixed keyboard handling. by Arjen Nienhuis · 23 years ago
  38. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  39. 2344798 Fixed some warnings. by Patrik Stridvall · 24 years ago
  40. 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  41. e81843b Authors: Ove Kaaven <ovek@transgaming.com>, Gavriel State <gav@transgaming.com> by Alexandre Julliard · 24 years ago
  42. f4d5fef Add <string.h> to files that needed it. by James Juran · 24 years ago
  43. a1d23f5 Removed the 'fn' prefix (i.e. ICOM_FN). by Francois Gouget · 24 years ago
  44. c9b3b2e Added preferences to dinput drivers (so we can have two joystick by Marcus Meissner · 24 years ago
  45. 5be8e7d Created a small static library in ole/libuuid.a that contains all the by Alexandre Julliard · 24 years ago
  46. 6301e94 - reorganized DInput DLL by Lionel Ulmer · 24 years ago
  47. 0f5231d Changed mouse UnAcquire to NOT unacquire it on multiple unacquires. by Andreas Mohr · 24 years ago
  48. fde6d9a Fixed some warnings. by Patrik Stridvall · 24 years ago
  49. 4b3afdc Implemented DirectInputCreateEx. by Marcus Meissner · 24 years ago
  50. 7bbba4f Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal. by Alexandre Julliard · 25 years ago
  51. 42d20f9 Merged clipboard driver into USER driver. by Alexandre Julliard · 25 years ago
  52. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  53. bea617b Moved GUID definitions to their respective dll. by Alexandre Julliard · 25 years ago
  54. 646c562 Cleaned up some more USER dependencies. by Alexandre Julliard · 25 years ago
  55. 2d8cf50 Merged display.dll into USER. by Alexandre Julliard · 25 years ago
  56. 48393a7 Added leaving of critical section on all return cases. by Lionel Ulmer · 25 years ago
  57. 55ef9a5 Fixed issues found by winapi_check. by Patrik Stridvall · 25 years ago
  58. f0deb8a Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  59. bbaf0ea Made the include files self sufficient. by Patrik Stridvall · 25 years ago
  60. c287e9f - added some debug code and cleaned-up the mouse warping code by Lionel Ulmer · 25 years ago
  61. 28c3a1b Moved graphics initialisation to the x11drv/ttydrv dll init code. by Alexandre Julliard · 25 years ago
  62. ddce652 Made ddraw and dinput separate dlls. by Alexandre Julliard · 25 years ago[Renamed (99%) from windows/dinput.c]
  63. 5e6d062 - implement EnumObjects and GetProperty for Mouse and Joystick drivers by Lionel Ulmer · 25 years ago
  64. 78e8410 - added argument printing to stubs by Lionel Ulmer · 25 years ago
  65. d3e22d9 Removed #include of wingdi.h and windef.h from winuser.h (and resolved by Jeremy White · 25 years ago
  66. 681c75b Added debugstr_guid function and used it to replace by Alexandre Julliard · 25 years ago
  67. 7938aab - do not loose initial auto-repeat status when acquiring the keyboard more by Lionel Ulmer · 25 years ago
  68. c9713e5 - removed keyboard auto-repeat when DInput acquires it by Lionel Ulmer · 25 years ago
  69. 176f80f Use DInput's internal mouse event handler to handle the GetDeviceState function. by Lionel Ulmer · 25 years ago
  70. acc7467 Added the possibility to have mouse movements reported relative to by Lionel Ulmer · 25 years ago
  71. 01c9ac4 Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros. by Francois Gouget · 25 years ago
  72. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  73. 24f1219 If the joydevice is not present, do not create a DirectInputDevice. by Marcus Meissner · 25 years ago
  74. 028e9a1 Implemented DirectInput Joystick support (tested with WC:Prophecy). by Marcus Meissner · 26 years ago
  75. bc2ad4a Actually return the number of events in Mouse_GetDeviceData (fixes by Marcus Meissner · 26 years ago
  76. 3b3dc5c Implementation of SetEventNotification for the mouse driver. by Lionel Ulmer · 26 years ago
  77. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  78. 359f497e Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  79. d96e1f1 Moved code to the X11 driver. by Patrik Stridvall · 26 years ago
  80. 623c0d6 some small include fixes, some checks for NULL ptrs, by Marcus Meissner · 26 years ago
  81. a11de67 Removed EVENT_WaitNetEvent() calls. by Ulrich Weigand · 26 years ago
  82. 2305f3c Microsoft com vtable compatibility workaround for g++. Basically adds by Paul Quinn · 26 years ago
  83. ddca315 Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by by Marcus Meissner · 26 years ago
  84. a9a671d Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  85. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  86. 6b9dd2e Lots of warning fixed, one missing WINAPI in ddraw.c added. by Marcus Meissner · 26 years ago
  87. 6b1b41c Made access to the wnd struct thread-safe. by Francois Boisvert · 26 years ago
  88. 110b4c1 Reimplemented some code without using X11. by Patrik Stridvall · 26 years ago
  89. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  90. 75e8a78 Added stubs for two missing methods of DInput. by Lionel Ulmer · 26 years ago
  91. b233fc3 Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS. by Francois Gouget · 26 years ago
  92. 629b9fa Added buffered device access for DInput's mouse driver. by Lionel Ulmer · 26 years ago
  93. 03479f8 Fixed a lot of warnings for possible problems. by Marcus Meissner · 26 years ago
  94. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  95. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  96. 151170c Moved more things to the X11 driver. by Patrik Stridvall · 26 years ago
  97. 6cd359b Stubs for IDirectInputEffect and IDirectInputDevice2A methods, by Robert Riggs · 26 years ago
  98. e35d636 Moved more code to the X11 driver. by Patrik Stridvall · 26 years ago
  99. 9f984ce Wine keyboard and mouse have now their own UIDs. by Lionel Ulmer · 26 years ago
  100. 12de3ea Added device type constants and used them in device enumeration function. by Lionel Ulmer · 26 years ago