Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User32 extensions to support Keyboard related functionality. #1063

Closed
wants to merge 13 commits into from
Closed

User32 extensions to support Keyboard related functionality. #1063

wants to merge 13 commits into from

Commits on Feb 4, 2019

  1. User32 extensions to support Keyboard related functionality.

    Extend User32 signatures. Introduce utility function for convenient use
    of LoadString and enum for all defined Win32 VK.
    Keve Müller committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    01ad2f0 View commit details
    Browse the repository at this point in the history
  2. ASCII

    Keve Müller committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    ff30ee5 View commit details
    Browse the repository at this point in the history
  3. ...

    Keve Müller committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    291d6ad View commit details
    Browse the repository at this point in the history
  4. Missed one JavaDoc.

    Keve Müller committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    1863841 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Changes proposed by initial review from matthiasblaesing

    Keve Müller committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    909cd2e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into user32keys

    Conflicts:
    	CHANGES.md
    Keve Müller committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    00243ec View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Refactored Win32VK.mappable into a Set.

    Keve Müller committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    dcf3b44 View commit details
    Browse the repository at this point in the history
  2. Expose EnumSet so user can do complementOf.

    Keve Müller committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    a50e391 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Added tests

    Keve Müller committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    9829da1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into user32keys

    Keve Müller committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    3e24ba9 View commit details
    Browse the repository at this point in the history
  3. relaxed type mapping where possible

    Keve Müller committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    dbac844 View commit details
    Browse the repository at this point in the history
  4. spaces

    Keve Müller committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    3b058f1 View commit details
    Browse the repository at this point in the history
  5. ...

    Keve Müller committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    21022bb View commit details
    Browse the repository at this point in the history