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

Render the cursor in the WebGL canvas #4568

Merged
merged 9 commits into from
Aug 1, 2023
Merged

Commits on Jun 18, 2023

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

Commits on Jul 28, 2023

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

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    18e578b View commit details
    Browse the repository at this point in the history
  2. Share cursor blink state manager between canvas and webgl

    This also focused the manager's creation on renderer start up, to ensure blink
    works immediately.
    Tyriar committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6b33ac1 View commit details
    Browse the repository at this point in the history
  3. Remove bad logs

    Tyriar committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9b204c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f64cb15 View commit details
    Browse the repository at this point in the history
  5. Always render cursor even if model didn't change

    This ensures underline/bar cursors get rendered
    Tyriar committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    41e97ec View commit details
    Browse the repository at this point in the history
  6. Create ICursorRenderModel

    Tyriar committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    60eb4f3 View commit details
    Browse the repository at this point in the history
  7. Fix canvas count test

    Tyriar committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1dfd14f View commit details
    Browse the repository at this point in the history