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

feature: disable mouse event when building windows on Linux, closes #5913 #6025

Merged
merged 10 commits into from
Jan 16, 2023

Commits on Jan 10, 2023

  1. Add disable_mouse_event

    Signed-off-by: Shogo Hida <[email protected]>
    shogohida committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3ec49b6 View commit details
    Browse the repository at this point in the history
  2. Add disable_mouse_event to config.rs

    Signed-off-by: Shogo Hida <[email protected]>
    shogohida committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    71a2925 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Signed-off-by: Shogo Hida <[email protected]>
    shogohida committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    fe64e4d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Fix method

    Signed-off-by: Shogo Hida <[email protected]>
    shogohida committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    5d1e22a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Delete disable_mouse_event from config.rs

    Signed-off-by: Shogo Hida <[email protected]>
    shogohida committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    e916a34 View commit details
    Browse the repository at this point in the history
  2. Recover disable_mouse_event method

    Signed-off-by: Shogo Hida <[email protected]>
    shogohida committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    91944a2 View commit details
    Browse the repository at this point in the history
  3. Add disable_mouse_event to webview.rs

    Signed-off-by: Shogo Hida <[email protected]>
    shogohida committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    c6dc25e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. On Linux, disable mouse event when creating windows

    Wu Yu Wei committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    9f4d6c0 View commit details
    Browse the repository at this point in the history
  2. Add method to mock

    Wu Yu Wei committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ec69900 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee3cf74 View commit details
    Browse the repository at this point in the history