1. 30 Nov, 2023 1 commit
    • Zebediah Figura's avatar
      winmm: Reimplement joystick axis mapping. · 8c985449
      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.
      8c985449
  2. 02 Nov, 2022 2 commits
  3. 24 Oct, 2022 1 commit
  4. 22 Feb, 2022 1 commit
  5. 21 Dec, 2021 1 commit
  6. 10 Dec, 2021 4 commits
  7. 09 Dec, 2021 3 commits
  8. 03 Jun, 2020 1 commit
  9. 05 Jul, 2019 1 commit
  10. 20 Nov, 2018 1 commit
  11. 12 Nov, 2018 1 commit
  12. 23 Dec, 2015 1 commit
  13. 11 Dec, 2014 5 commits
  14. 03 Mar, 2014 1 commit
  15. 06 Feb, 2009 1 commit
  16. 02 Jan, 2009 1 commit
  17. 22 Dec, 2008 1 commit
  18. 27 Oct, 2008 1 commit
  19. 25 May, 2007 1 commit
  20. 29 Dec, 2006 1 commit
  21. 23 May, 2006 1 commit
  22. 06 Dec, 2004 1 commit
    • Alexandre Julliard's avatar
      Authors: Eric Pouech <pouech-eric@wanadoo.fr>, Filip Navara <xnavara@volny.cz> · b4e49557
      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.
      b4e49557
  23. 31 Dec, 2003 1 commit
  24. 07 Oct, 2003 1 commit
  25. 05 Sep, 2003 1 commit
  26. 20 Aug, 2003 1 commit
  27. 31 Oct, 2002 1 commit
  28. 29 Oct, 2002 2 commits
  29. 17 Aug, 2002 1 commit