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

Cleans up key handling in drivers (was "fixes VkeyPacketSimulator is broken") #3078

Merged
merged 38 commits into from
Jan 4, 2024

Commits on Dec 24, 2023

  1. Configuration menu
    Copy the full SHA
    16ab9ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f748be View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary conditional.

    BDisp committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    6014ef4 View commit details
    Browse the repository at this point in the history
  4. Improves key handling.

    BDisp committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    a938295 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    9349d54 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    f664a7b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Change to MemberData.

    BDisp committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    bb00773 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary using.

    BDisp committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    723340a View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Resolving merge conflicts.

    BDisp committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    43afa07 View commit details
    Browse the repository at this point in the history
  2. Fix merge errors.

    BDisp committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    1251370 View commit details
    Browse the repository at this point in the history
  3. Fixes gui-cs#3095. WindowsDriver should return the mask keys to IsShi…

    …ft, IsAlt and IsCtrl return the right value.
    BDisp committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    9216c9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d256e25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7bc119 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Merge branch 'v2_vkeypacketsimulator-fix_3054' of github.com:BDisp/Te…

    …rminal.Gui into BDisp-v2_vkeypacketsimulator-fix_3054
    tig committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    afcdb7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf684ed View commit details
    Browse the repository at this point in the history
  3. Documented bugs

    tig committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    4db8ce3 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    f5c92b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f0c035 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cd85fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8893ffe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    466914a View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    1708762 View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    tig committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    da71023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f817bc7 View commit details
    Browse the repository at this point in the history
  4. Fixed AltGr support (hopefully)

    tig committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5e94f72 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Simplified code

    tig committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    64ec76d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d3de85 View commit details
    Browse the repository at this point in the history
  3. Fixed TextView

    tig committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    a5424a5 View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    tig committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ce8db7e View commit details
    Browse the repository at this point in the history
  5. Fixes cursesdriver (somewhat)

    tig committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    85c8d3d View commit details
    Browse the repository at this point in the history
  6. Code cleanup

    tig committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    198e261 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. netdriver wip

    tig committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    818e8fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #172 from tig/BDisp-v2_vkeypacketsimulator-fix_3054

    Fixes key handling for Windows.
    BDisp authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b7fca27 View commit details
    Browse the repository at this point in the history
  3. Merged v2_develop

    tig committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8659916 View commit details
    Browse the repository at this point in the history
  4. Fixed netdriver under WSL

    tig committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    0d346ab View commit details
    Browse the repository at this point in the history
  5. Turned off debug spew

    tig committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    31abd45 View commit details
    Browse the repository at this point in the history
  6. Removed old code

    tig committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d1f1ef4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #173 from tig/bDisp-v2_vkeypacketsimulator-fix_3054

    Fixes key handling in `NetDriver` (for WSL anyway)
    BDisp authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    223e8c6 View commit details
    Browse the repository at this point in the history