- 30 Nov, 2023 1 commit
-
-
Zebediah Figura authored
This should more closely match the algorithm used by native, discovered through extensive manual testing. This does not include any automated tests, both because I could not get winmm to recognize a second plugged joystick, and (as I eventually discovered while testing) the number of tests that would be necessary to conclusively prove this algorithm turned out to be impractical.
-
- 02 Nov, 2022 2 commits
-
-
Rémi Bernon authored
-
Rémi Bernon authored
Fixing spurious tests failures on the testbot.
-
- 24 Oct, 2022 1 commit
-
-
Paul Gofman authored
-
- 22 Feb, 2022 1 commit
-
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 21 Dec, 2021 1 commit
-
-
Rémi Bernon authored
Instead of statically importing dinput8 and creating the class at load time, which causes some native hooks to fail loading. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52222Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 10 Dec, 2021 4 commits
-
-
Rémi Bernon authored
Based on a patch from Zebediah Figura <zfigura@codeweavers.com>. Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Rémi Bernon authored
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Rémi Bernon authored
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Rémi Bernon authored
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 09 Dec, 2021 3 commits
-
-
Rémi Bernon authored
And rename the array from JOY_Sticks to joysticks. Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Rémi Bernon authored
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Rémi Bernon authored
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 03 Jun, 2020 1 commit
-
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 05 Jul, 2019 1 commit
-
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 20 Nov, 2018 1 commit
-
-
Serge Gautherie authored
Signed-off-by: Serge Gautherie <winehq-git_serge_180711@gautherie.fr> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 12 Nov, 2018 1 commit
-
-
Baruch Rutman authored
Signed-off-by: Baruch Rutman <peterooch@gmail.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 23 Dec, 2015 1 commit
-
-
André Hentschel authored
Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 11 Dec, 2014 5 commits
-
-
Bruno Jesus authored
-
Bruno Jesus authored
-
Bruno Jesus authored
-
Bruno Jesus authored
-
Bruno Jesus authored
-
- 03 Mar, 2014 1 commit
-
-
Stefan Dösinger authored
-
- 06 Feb, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 02 Jan, 2009 1 commit
-
-
Christian Costa authored
-
- 22 Dec, 2008 1 commit
-
-
Vitaliy Margolen authored
-
- 27 Oct, 2008 1 commit
-
-
Vitaliy Margolen authored
-
- 25 May, 2007 1 commit
-
-
Dmitry Timoshkov authored
-
- 29 Dec, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 06 Dec, 2004 1 commit
-
-
Alexandre Julliard authored
32 bit low level drivers now use a Unicode interface (used to be ANSI): - Send the *_GETDEVCAPS messages in unicode format from the *GetDevCapsW function and call the *GetDevCapsW from their respective Ansi versions. - Modify all low level drivers to correctly process the *_GETDEVCAPS messages as unicode. - *_GETDEVCAPS messages are now mapped from/to unicode for 16 bit code. - Removed all SoundBlaster naming oldies. Better use of some unicode functions (instead of Ansi) in winmm.
-
- 31 Dec, 2003 1 commit
-
-
Dmitry Timoshkov authored
definitions.
-
- 07 Oct, 2003 1 commit
-
-
Steven Edwards authored
Started bringing setupapi in line with PSDK.
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 20 Aug, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 31 Oct, 2002 1 commit
-
-
Eric Pouech authored
-
- 29 Oct, 2002 2 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
functions) - moved time 16/32 conversions functions to 16 bit source files - final Makefile changes (16 bit part can now really be not compiled when -disable-win16 is requested)
-
- 17 Aug, 2002 1 commit
-
-
Patrik Stridvall authored
-