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: egui::Window size recognition issue #4388

Closed
wants to merge 66 commits into from

Commits on Mar 23, 2024

  1. Update memory.rs

    rustbasic committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    f0b7737 View commit details
    Browse the repository at this point in the history
  2. Update epi_integration.rs

    rustbasic committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3b98d7f View commit details
    Browse the repository at this point in the history
  3. Update memory.rs

    rustbasic committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    af5a7bb View commit details
    Browse the repository at this point in the history
  4. Update memory.rs

    rustbasic committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    7f66b56 View commit details
    Browse the repository at this point in the history
  5. Update epi_integration.rs

    rustbasic committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6396c4a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    9fe42ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7673fe View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    2432784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b6209b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

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

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    78880de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01ba2ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ae2451 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    e6c84ce View commit details
    Browse the repository at this point in the history
  2. Update epi_integration.rs

    rustbasic committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    821dff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eecfafd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbb5ac7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    07b5143 View commit details
    Browse the repository at this point in the history
  2. Update epi_integration.rs

    rustbasic committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    3313633 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    90b968c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13af44f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d95f09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4be440a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

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

Commits on Apr 5, 2024

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

Commits on Apr 19, 2024

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

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    d54ae43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cd7dcf View commit details
    Browse the repository at this point in the history
  3. Update resize.rs

    rustbasic committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    be42b87 View commit details
    Browse the repository at this point in the history
  4. Update window.rs

    rustbasic committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    89dddeb View commit details
    Browse the repository at this point in the history
  5. Update window.rs

    rustbasic committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    482ed24 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

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

Commits on Apr 26, 2024

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

Commits on May 2, 2024

  1. Update resize.rs

    rustbasic committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f040769 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Update window.rs

    rustbasic committed May 4, 2024
    Configuration menu
    Copy the full SHA
    94c1564 View commit details
    Browse the repository at this point in the history
  2. Update window.rs

    rustbasic committed May 4, 2024
    Configuration menu
    Copy the full SHA
    d586b35 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Update resize.rs

    rustbasic committed May 20, 2024
    Configuration menu
    Copy the full SHA
    31326e0 View commit details
    Browse the repository at this point in the history
  2. Update window.rs

    rustbasic committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fa321f5 View commit details
    Browse the repository at this point in the history
  3. Update window.rs

    rustbasic committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ce1986e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3916136 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Update resize.rs

    rustbasic committed May 21, 2024
    Configuration menu
    Copy the full SHA
    91df0ac View commit details
    Browse the repository at this point in the history
  2. Update window.rs

    rustbasic committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7e6cdf5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Update resize.rs

    rustbasic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    881bfaf View commit details
    Browse the repository at this point in the history
  2. Update window.rs

    rustbasic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1edbaa1 View commit details
    Browse the repository at this point in the history
  3. Update window.rs

    rustbasic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    befcec2 View commit details
    Browse the repository at this point in the history
  4. Update window.rs

    rustbasic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f4fd1a7 View commit details
    Browse the repository at this point in the history
  5. Update window.rs

    rustbasic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    10fcf24 View commit details
    Browse the repository at this point in the history
  6. Update window.rs

    rustbasic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    aa7106f View commit details
    Browse the repository at this point in the history
  7. Update window.rs

    rustbasic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fa4cc85 View commit details
    Browse the repository at this point in the history
  8. Update window.rs

    rustbasic committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d289144 View commit details
    Browse the repository at this point in the history
  9. Update resize.rs

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

Commits on May 23, 2024

  1. Update window.rs

    rustbasic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b714c26 View commit details
    Browse the repository at this point in the history
  2. Update resize.rs

    rustbasic committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ba7ab26 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Update window.rs

    rustbasic committed May 25, 2024
    Configuration menu
    Copy the full SHA
    6d9e912 View commit details
    Browse the repository at this point in the history
  2. Update window.rs

    rustbasic committed May 25, 2024
    Configuration menu
    Copy the full SHA
    15ee758 View commit details
    Browse the repository at this point in the history
  3. Update resize.rs

    rustbasic committed May 25, 2024
    Configuration menu
    Copy the full SHA
    78adcc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    73c4670 View commit details
    Browse the repository at this point in the history
  2. Update window.rs

    rustbasic committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a8ba6aa View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Update window.rs

    rustbasic committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    f8226a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Update window.rs

    rustbasic committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5001c25 View commit details
    Browse the repository at this point in the history