po: Update French translation.
[wine] / dlls / dinput /
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-11  Lucas Zawackidinput: Don't trace DIEFFECT members if they don't...
2012-03-27  Dmitry Timoshkovdinput: Use standard way for dumping POINT.
2012-03-26  Lucas Zawackidinput: Correct wrong loop delimiter in diactionformat_...
2012-02-29  Lucas Zawackidinput: Search for device objects of the correct type...
2012-02-15  Alexandre Julliarddinput: Filter out mouse wheel messages in exclusive...
2012-02-02  Marcel Haslerdinput: Support INFINITE as number of effect iterations.
2012-02-01  Alexandre Julliarddinput: Clip to the client area instead of the whole...
2012-01-30  Alexandre Julliarddinput: Catch unsuccessful clipping attempts and fall...
2012-01-19  Alexandre Julliarddinput: Clip the mouse to the entire window instead...
2011-12-15  Francois Gougetconfigure: Use errno.h instead of the non-standard...
2011-12-05  Frédéric Delanoydinput: Clarify a translatable string.
2011-12-02  Vitaliy Margolendinput: Fix device enumeration by DX8 device type.
2011-11-30  Alexandre Julliarddinput: Convert dialogs to po files.
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-21  Francois Gougetdinput: Remove an unused and untranslatable listview...
2011-11-16  Francois Gougetdinput: Delete the static critical section when unloadi...
2011-11-14  Andrew Talbotdinput: Remove unused Wine debug channel.
2011-11-14  Andrew Talbotdinput: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
2011-11-09  Vitaliy Margolendinput: Return correct key names for num_lock and pause.
2011-11-02  Vitaliy Margolendinput: Window supplied to SetCooperativeLevel have...
2011-10-31  Vitaliy Margolendinput: Report mouse and keyboard as being emulated...
2011-10-25  Vitaliy Margolendinput: Restore checks for DirectX 3 buffer size.
2011-10-24  Aurimas Fišerasdinput: Add Lithuanian translation.
2011-10-21  Frédéric Delanoydinput: Avoid casting return value of HeapAlloc calls.
2011-10-20  Vitaliy Margolendinput: Add some logging to base class.
2011-10-17  Luca Bennatidinput: Add Italian translation.
2011-10-17  Vitaliy Margolendinput: Put some checks back into GetDeviceData for...
2011-10-17  Vitaliy Margolendinput: Don't mask buffer overflow error.
2011-10-17  Vitaliy Margolendinput: Add buffer overflow check.
2011-10-17  Vitaliy Margolendinput: Fix buffer size in test.
2011-10-14  Vitaliy Margolendinput: Acquire should not reset buffer position.
2011-10-14  Vitaliy Margolendinput: GetDeviceData always succeeds regardless if...
2011-09-19  Francois Gougetdinput: Fix printing NULL strings.
2011-09-13  Lucas Fialho Zawackidinput: Fill dialog with info about the first device...
2011-09-13  Lucas Fialho Zawackidinput: Initialize device count to 0 in config.c.
2011-09-12  Marcus Meissnerdinput: Fixed bad sizeof (pointer -> struct) (Coverity).
2011-09-09  Dan Kegeldinput: Fix compilation on systems that don't support...
2011-09-09  Hwang YunSongdinput: New Korean resource.
2011-09-06  Lucas Fialho Zawackidinput: Working CANCEL and RESET buttons in ConfigureDe...
2011-09-06  Lucas Fialho Zawackidinput: Added possibility to change the action mapping...
2011-09-06  Lucas Fialho Zawackidinput: Added display of available actions to Configure...
2011-09-06  Lucas Fialho Zawackidinput: Added object/action enumeration to ConfigureDev...
2011-09-06  Lucas Fialho Zawackidinput: Added enumerated devices to ConfigureDevices...
2011-09-06  Lucas Fialho Zawackidinput: Added ConfigureDevices dialog.
2011-09-02  Francois Gougetdinput: Make semantic_to_obj_id() static.
2011-08-26  Lucas Fialho Zawackidinput: Added ConfigureDevices A to W crosscall.
2011-08-24  Lucas Fialho Zawackidinput: Proper conversion of username parameters for...
2011-08-24  Lucas Fialho Zawackidinput: Free previous action map in SetActionMap.
2011-08-24  Lucas Fialho Zawackidinput: In BuildActionMap, don't assign objects to...
2011-08-24  Lucas Fialho Zawackidinput: Common implementation for joystick, keyboard...
2011-08-24  Lucas Fialho Zawackidinput: Common implementation of BuildActionMap for...
2011-08-03  Francois Gougetdinput: Make _dump_diactionformatA() static.
2011-08-03  Francois GougetAssorted spelling fixes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-01  Francois Gougetdinput: Remove IDirectInputDevice8AImpl_{Build,Set...
2011-07-26  Marcus Meissnerdinput: const REFGUID is doubled const (Coverity).
2011-07-22  Lucas Fialho Zawackidinput: SetActionMap setting the axis range according...
2011-07-22  Lucas Fialho Zawackidinput: SetActionMap for joysticks.
2011-07-22  Lucas Fialho Zawackidinput: BuildActionMap for all joysticks. For the momen...
2011-07-22  Lucas Fialho Zawackidinput: EnumDevicesBySemantics enumerate joysticks...
2011-07-15  Lucas Fialho Zawackidinput: Using DIDFT_GETTYPE in EnumObjects instead...
2011-07-15  Lucas Fialho Zawackidinput/tests: Tests for EnumObjects with different...
2011-07-14  Marcus Meissnerdinput: const REFIID is duplicate const (Coverity).
2011-07-14  Lucas Fialho Zawackidinput: Corrected misuse of index in EnumDevicesBySeman...
2011-07-12  Lucas Fialho Zawackidinput: EnumDevicesBySemantics enumerating all kinds...
2011-07-12  Lucas Fialho Zawackidinput: BuildActionMap and SetActionMap stubs for gener...
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/tests: Add tests for IDirectInput::GetDeviceStatus.
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-07-04  Lucas Fialho Zawackidinput: SetActionMap and queue_event setting mapped...
2011-07-04  Lucas Fialho Zawackidinput: SetActionMap constructing a dataformat for...
2011-07-04  Lucas Fialho Zawackidinput: Keyboard and mouse implementation of BuildActio...
2011-06-28  Lucas Fialho Zawackidinput: SetActionMap setting the device buffer.
2011-06-28  Lucas Fialho Zawackidinput: EnumDevicesBySemantics enumerating keyboard...
2011-06-17  Jonas Maebedinput: Hook up joysticks to DirectInput event queue...
2011-05-31  Vitaliy Margolendinput: Keyboard does not support DIPROP_RANGE property.
2011-05-18  Marcus Meissnerdinput: Mark internal symbols with hidden visibility.
2011-05-05  Alexandre Julliarddinput: Reset the clipped flag when the cursor is released.
2011-04-29  Marcus Meissnerdinput: Mark internal symbols as hidden.
2011-04-26  Alexandre Julliarddinput: Pass mouse messages through if the request...
2011-04-26  Alexandre Julliarddinput: Use a 1x1 clipping rect instead of warping...
2011-04-26  Alexandre Julliarddinput: Add a helper function for mouse warping.
2011-04-26  Alexandre Julliarddinput: Get rid of some redundant coordinate mappings.
2011-04-14  Vitaliy Margolendinput: Implement getting DIPROP_VIDPID property for...
2011-03-31  Vincent Pelletierdinput: Effect length can actually be 0.
2011-03-28  Vincent Pelletierdinput: Ramp from lStart to lEnd, not lStart to lStart.
2011-02-07  Austin Englishdinput/tests: Make sure to use return value (LLVM/Clang).
2011-02-02  Vitaliy Margolendinput: Ignore EV_MSC events instead of printing fixme.
next