shell32: Indentation fix.
[wine] / dlls / dinput / dinput_main.c
2012-10-15  Christian Costadinput: Replace FIXMEs by TRACEs in dump function.
2012-08-14  Lucas Zawackidinput: Semi-stub for IDirectInputJoyConfig8_GetConfig.
2012-03-26  Lucas Zawackidinput: Correct wrong loop delimiter in diactionformat_...
2011-12-02  Vitaliy Margolendinput: Fix device enumeration by DX8 device type.
2011-11-29  Vitaliy Margolendinput: Add more error checking to IDirectInput_GetDevi...
2011-11-29  Vitaliy Margolendinput: Add more parameter checking to enum devices.
2011-11-29  Vitaliy Margolendinput: Stub IDirectInputJoyConfig8 interface.
2011-11-16  Francois Gougetdinput: Delete the static critical section when unloadi...
2011-09-19  Francois Gougetdinput: Fix printing NULL strings.
2011-09-06  Lucas Fialho Zawackidinput: Added ConfigureDevices dialog.
2011-08-26  Lucas Fialho Zawackidinput: Added ConfigureDevices A to W crosscall.
2011-08-03  Francois Gougetdinput: Make _dump_diactionformatA() static.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-07-26  Marcus Meissnerdinput: const REFGUID is doubled const (Coverity).
2011-07-22  Lucas Fialho Zawackidinput: EnumDevicesBySemantics enumerate joysticks...
2011-07-14  Lucas Fialho Zawackidinput: Corrected misuse of index in EnumDevicesBySeman...
2011-07-12  Lucas Fialho Zawackidinput: EnumDevicesBySemantics enumerating all kinds...
2011-07-11  Lucas Fialho Zawackidinput: Prevent EnumDevicesBySematics from enumerating...
2011-07-11  Lucas Fialho Zawackidinput: Made EnumDevicesBySemantics more terse.
2011-07-06  Andrew Nguyendinput8: Improve the behavior of DirectInput8Create.
2011-07-06  Andrew Nguyendinput: Improve the behavior of DirectInputCreateEx.
2011-07-06  Andrew Nguyendinput: Extract the DirectInput instance creation and...
2011-07-06  Andrew Nguyendinput: Add tests for IDirectInput::EnumDevices and...
2011-07-06  Andrew Nguyendinput: Improve the behavior of IDirectInput::CreateDevice.
2011-07-06  Andrew Nguyendinput: Improve the behavior of IDirectInput::Initialize.
2011-07-06  Andrew Nguyendinput: Fix some return values of IDirectInput::QueryIn...
2011-07-06  Andrew Nguyendinput: Implement IDirectInput::RunControlPanel.
2011-06-28  Lucas Fialho Zawackidinput: SetActionMap setting the device buffer.
2011-06-28  Lucas Fialho Zawackidinput: EnumDevicesBySemantics enumerating keyboard...
2011-01-24  Vitaliy Margolendinput: Combine ASCII and Unicode device create callbac...
2011-01-19  Vitaliy Margolendinput: Make newly created device append itself to...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use interfaces instead of vtbl...
2011-01-10  Vitaliy Margolendinput: Change internal check_dinput_hooks method to...
2011-01-10  Vitaliy Margolendinput: COM cleanup - use proper DirectInput interface...
2011-01-10  Vitaliy Margolendinput: More COM cleanup for IDirectInput - use interfa...
2011-01-03  Vitaliy Margolendinput: Rename IDirectInputDevice2AImpl into IDirectInp...
2010-12-29  Vitaliy Margolendinput: Convert DirectInput to using interface instead...
2010-12-07  Alexandre Julliarddinput: Convert dll registration to the IRegistrar...
2010-12-05  Michael Stefaniucdinput: Use an iface instead of a vtbl pointer in IClas...
2010-04-28  Detlef Riekenbergdinput: Add the riid for an unsupported interface to...
2010-01-06  Reece DunnDon't generate FIXME warnings for DllCanUnloadNow.
2009-11-30  Vitaliy Margolendinput: Improve dumping of DIACTIONFORMAT.
2009-11-30  Vitaliy Margolendinput: Fix definitions to match PSDK.
2009-10-14  Stefan Dösingerdinput: Make the creation functions hookable.
2009-04-20  Paul TBBle Hampsondinput: Add missing newline to trace message.
2009-03-11  Aric Stewartdinput: Add Mac OS/X joystick support.
2009-02-23  Vitaliy Margolendinput: Let each device decide which hook event to...
2009-02-02  Vitaliy Margolendinput: Consume mouse & keyboard events in exclusive...
2009-01-28  Michael Stefaniucdinput: Remove superfluous pointer casts.
2008-09-30  Andrew Talbotdinput: Sign-compare warnings fix.
2008-09-03  Jim Camerondinput: Add IID_IUnknown to DICF_CreateInstance(),...
2008-05-12  Vitaliy Margolendinput: Implement GetDeviceStatus.
2008-02-26  Francois Gougetdinput: Fix compilation on systems that don't support...
2008-02-16  Marcus Meissnerdinput: Add debug output for IDirectInput8A::EnumDevice...
2008-02-16  Marcus Meissnerdinput: Add a dumper for LPDIACTIONFORMAT.
2008-01-07  Peter Dons Tychsendinput: Silence incorrect warning and move it to a...
2007-12-18  Francois Gougetdinput: Make _dump_cooperativelevel_DI() and _dump_Enum...
2007-12-12  Andrew Riedidinput: DPRINTF -> TRACE.
2007-12-07  Andrew Talbotdinput: Remove unneeded casts.
2007-09-11  Vitaliy Margolendinput: When setting hooks ignore devices without even...
2007-07-23  Vitaliy Margolendinput: Use more messages as a possible indication...
2007-07-16  Vitaliy Margolendinput: Use CALLWINDPROC hook to monitor focus loses...
2007-07-16  Vitaliy Margolendinput: Use PostMessage instead of SendMessage. Remove...
2007-07-12  Vitaliy Margolendinput: Convert IDirectInput into multi-interface object.
2007-07-10  Vitaliy Margolendinput: Clear static variables after releasing hooks.
2007-07-09  Vitaliy Margolendinput: Rename set_dinput_hook and call it from the...
2007-07-09  Vitaliy Margolendinput: Handle multiple keyboard and mouse devices.
2007-07-09  Vitaliy Margolendinput: Keep a list of all IDirectInput objects and...
2007-07-09  Vitaliy Margolendinput: Keep the list of all the dinput devices created...
2007-06-28  Vitaliy Margolendinput: Remove duplicate code.
2007-05-15  Vitaliy Margolendinput: Prevent race between destroying the hook window...
2006-10-09  Vitaliy Margolendinput: Win64 printf format warning fixes.
2006-10-05  Alexandre Julliarddinput: Only register the window class once 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-07-31  Vitaliy Margolendinput: Initialize event sequence counter. And simplify...
2006-07-24  Vitaliy Margolendinput: Fix small typo.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-08  Roderick Colenbranderdinput: Fix Initialize return value.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-03  Mike McCormackgcc 4.0 warning fixes for Interlocked* functions.
2005-05-30  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-16  Robert ReifPass around real version and do correct thing based...
2005-05-13  Robert ReifFix SetProperty error returned.
2005-05-10  Robert ReifFix joystick crash when a button guid is specified...
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-15  Alexandre JulliardBuild a static list of devices instead of relying on ELF
2005-01-24  Rémi Assaillychar -> const char fixes.
2004-12-07  Christian CostaFixed enumeration of joysticks in DX8.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-17  Robert ReifUse InterlockedIncrement/InterlockedDecrement for refer...
2004-09-13  Robert ReifAdded support for multiple devices.
2004-09-09  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-06-04  Lionel Ulmer- some new logging on device enumeration
next