Fixed type mismatch in widDsCreate.
[wine] / dlls / dinput / keyboard /
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-06-16  Raphael Junqueira- DInput WideChar classes support. This time all dinput...
2003-06-13  Christian CostaMake dinput8 behaviour more correct for mouse and keyboard.
2003-06-04  Mark WestcottDInput keyboard handling checks for incoming X11 events.
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-02-24  Lionel UlmerImplement GetDeviceInfo and GetObjectInfo for the keybo...
2003-02-12  Lionel UlmerImplemented EnumObjects for the keyboard device.
2003-02-11  Ove KaavenOnly install the keyboard hook on device creation.
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2002-08-06  Lionel UlmerHandle 'not acquired' error messages on keyboard GetDev...
2002-07-22  Alexandre JulliardAdded missing wine/port.h.
2002-06-14  Ove Kaaven- support DirectInput 8 interfaces.
2002-06-02  Vincent Béron- Made sure const LP were actually const in dinput.h.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-19  Arjen NienhuisFixed keyboard handling.
2002-05-07  Olivier HouchardHack to make SetEventNotification work.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-18  Alexandre JulliardFixed GetDeviceState and GetDeviceData to use only...
2001-10-02  Alexandre JulliardRemoved unnecessary includes/definitions.
2001-04-24  Alexandre JulliardSmall cleanups.
2001-04-16  Ove KaavenDon't restore the saved keyboard autorepeat config...
2001-01-28  Ove KaavenDon't disable keyboard autorepeat, since autorepeat...
2001-01-04  Francois GougetRemoved the 'fn' prefix (i.e. ICOM_FN).
2000-12-12  Marcus MeissnerAdded preferences to dinput drivers (so we can have...
2000-11-05  Lionel Ulmer- reorganized DInput DLL