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

Fixes unnecessary initial resize on Windows #3581

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 12, 2024

  1. Fixes unnecessary initial resize on Windows

    aedm committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c1acebe View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 16, 2024

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

Commits on May 22, 2024

  1. Merge branch 'refs/heads/master' into 2094-fix-unnecessary-initial-re…

    …size
    
    # Conflicts:
    #	src/platform_impl/windows/window.rs
    aedm committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6f6046e View commit details
    Browse the repository at this point in the history
  2. Some refactor

    aedm committed May 22, 2024
    Configuration menu
    Copy the full SHA
    de9e3b6 View commit details
    Browse the repository at this point in the history
  3. Fixes a missing type annotation

    aedm committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3c0dcfa View commit details
    Browse the repository at this point in the history
  4. Uses info! instead of println!

    aedm committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c5b2979 View commit details
    Browse the repository at this point in the history