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