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

Fix keyboard input affecting panels regardless of focus #1596

Open
wants to merge 19 commits into
base: dev_1.39
Choose a base branch
from

Commits on Oct 19, 2023

  1. Fix: Scroll wheel zooms and scrolls property editor

    Fixed the issue where using the scroll wheel will both zoom in the renderview as well as the panel bar.
    This is done by doing a cursor bounds check and disabling scrolling for the panel if the cursor is inside the renderview.
    HudsonHN committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7a05857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a15af3e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Merge branch 'main' into main

    Signed-off-by: Jonathan Stone <jstone@lucasfilm.com>
    jstone-lucasfilm committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    fe0bdc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

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

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    b7f4b40 View commit details
    Browse the repository at this point in the history
  2. Fix keyboard input affecting panels regardless of focus

    Changed IsWindowFocused flags for inputs mentioned in AcademySoftwareFoundation#1424 to prevent all panels from responding.
    HudsonHN committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8ea4e3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a697f1b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

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

Commits on Dec 1, 2023

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

Commits on Dec 5, 2023

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

Commits on Dec 17, 2023

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

Commits on Jan 5, 2024

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

Commits on Jan 31, 2024

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

Commits on Feb 11, 2024

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

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    76ba0b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a090a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

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

Commits on Mar 19, 2024

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