comctl32: header: Merge the simple delete and complex delete.
[wine] / dlls / dinput /
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Vitaliy Margolendinput: Create/destroy hook thread from DirectInput.
2006-09-11  Vitaliy Margolendinput: Move hook_thread from device to DirectInput.
2006-09-10  Andrew Talbotdinput: Cast-qual warnings fix.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-07  Vitaliy Margolendinput: Signal event after we queued an event. Not...
2006-07-31  Andrew Talbotdinput/tests: Write-strings warning fix.
2006-07-31  Vitaliy Margolendinput: Initialize event sequence counter. And simplify...
2006-07-29  Vitaliy Margolendinput: Add DISCL_NOWINKEY define.
2006-07-28  Vitaliy Margolendinput: Keyboard: Use the same event queue mechanism...
2006-07-24  Vitaliy Margolendinput: Simplify code a bit.
2006-07-24  Vitaliy Margolendinput: Fix small typo.
2006-07-20  Kovács Andrásdinput: joydev_enum_deviceA now returns the correct...
2006-07-17  Vitaliy Margolendinput: Unacquire correct device.
2006-07-17  Vitaliy Margolendinput: Ignore repeated key events.
2006-07-14  Michael StefaniucFix swapped 2nd and 3rd argument passed to memset.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  Christoph Frickdinput: map_axis must be able to work with LONG's value...
2006-07-07  Christoph Frickdinput: Remove redundant struct members.
2006-07-07  Christoph Frickdinput: Implement the GetProperty call for getting...
2006-07-07  Christoph Frickdinput: Call fake_current_js_state on the places where...
2006-07-07  Christoph Frickdinput: Only fake the current state on axes that are...
2006-07-07  Christoph Frickdinput: Move the axes and button configs into the JoyDe...
2006-07-07  Christoph Frickdinput: Utilize the offsets and the transform to suppor...
2006-07-07  Christoph Frickdinput: Adds offset and transform and their basic handl...
2006-07-07  Christoph Frickdinput: When handling axes, ignore the ABS_HAT.* as...
2006-07-07  Christoph Frickdinput: Set the amount of POVs in the caps.
2006-07-07  Christoph Frickdinput: Detect more than one /dev/input/event joystick.
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-23  Vitaliy Margolendinput: Warp mouse each 10ms instead of dropping events.
2006-06-13  Alexandre Julliarddinput: Don't use sizeof in traces to avoid printf...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2006-05-08  Roderick Colenbranderdinput: Fix Initialize return value.
2006-04-19  Mike Frysingerjoystick: Search for /dev/input/js as well as /dev/js.
2006-04-05  Pavel Semeraddinput: Fixed joystick with POV and JoystickAImpl_SetPr...
2006-04-03  Vitaliy Margolendinput: Keyboard should be acquired before calling...
2006-03-21  Vitaliy Margolendinput: Create single thread for mouse and keyboard...
2006-03-13  Christoph Frickdinput/joystick_linuxinput: Add POV detection and repor...
2006-03-09  Christoph Frickdinput/linuxinput: Fix handling of DIPH_BYID.
2006-02-28  Vitaly Budovskidinput: Return an error if both DISCL_EXCLUSIVE and...
2006-02-09  Mike McCormackdinput: Fix the compile for missing EV_SYN define.
2006-02-09  Christoph Frickdinput: Dynamic handling of buttons of a device.
2005-11-28  Lionel UlmerHandle DInput8 interfaces in device QueryInterface.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-12  Daniel RemenakAdd additional sanity checks to the linux input system...
2005-11-11  Christoph FrickMoved and adopted joystick_linux.c code into the
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-09  Vincent BéronUse proper ifdefs around unistd.h.
2005-09-07  Alexandre JulliardUse the COM macros instead of accessing lpVtbl directly.
2005-09-07  Mike McCormackFix warnings for no force feedback case.
2005-09-06  Daniel Remenak- Allow the creation of an FF effect while the joystick...
2005-09-06  Daniel Remenak- Allow enumeration of objects when the device is not...
2005-09-06  Daniel RemenakProtect FF_STATUS usage to avoid compile errors on...
2005-09-03  Daniel RemenakImplement EnumEffects, CreateEffect, EnumCreatedEffects,
2005-09-02  Daniel RemenakAdded a linux input system force feedback effect implem...
2005-08-29  Mike McCormackgcc 4.0 warning fixes.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Alexandre JulliardRemoved some unused or redundant configure checks.
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-07-29  Daniel RemenakCorrectly enumerate evdev joysticks when enumeration...
2005-07-29  Daniel RemenakDetect force-feedback-capable linux event device joysti...
2005-07-22  Daniel RemenakCorrect dinput handling of sliders and non-zero-based...
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-11  Francois GougetOnly print the joystick state when it changes so the...
2005-07-11  Francois GougetRemove unnecessary STRICT defines.
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-21  Stefan HuehnerFix some more -Wstrict-prototypes warnings.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-14  Alexandre JulliardMoved config parameters to HKCU\Software\Wine\DirectInput.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-05-30  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-16  Robert ReifEffect objects are not supported yet so don't crash...
2005-05-16  Robert ReifPass around real version and do correct thing based...
2005-05-13  Robert ReifFix SetProperty error returned.
2005-05-11  Robert ReifAdded dinput tests.
2005-05-10  Robert ReifFix joystick crash when a button guid is specified...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-09  Lionel Ulmer- Windows reports 0x80 on pressed buttons not 0xFF
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-05  Lionel Ulmer- do not flush the buffer when the application only...
2005-05-05  Lionel Ulmer- more pretty print for the types flag
2005-05-04  James Dean AndersonReport an error if trying to get data from an unacquire...
2005-04-25  Marcus MeissnerFixed 3 memset()s which used the wrong size (too large).
2005-04-18  Robert ReifAdded keyboard data format.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-24  Raphael Junqueira- use WINE_DINPUT_KEYBOARD_MAX_KEYS instead hard-coded...
2005-03-18  Gerald PfeiferFix compilation of the case without proper Linux joysti...
2005-03-15  Alexandre JulliardBuild a static list of devices instead of relying on ELF
next