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

feat(core): add an option for preventing window overflow #9687

Open
wants to merge 53 commits into
base: dev
Choose a base branch
from

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    d9e2626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02ddb4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a3b1c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a8c4ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae1d90d View commit details
    Browse the repository at this point in the history
  6. Config file support

    Legend-Master committed May 7, 2024
    Configuration menu
    Copy the full SHA
    01a8e7a View commit details
    Browse the repository at this point in the history
  7. Add to ts type

    Legend-Master committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5aa3eda View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add mac implementation

    Legend-Master committed May 8, 2024
    Configuration menu
    Copy the full SHA
    b4f61c0 View commit details
    Browse the repository at this point in the history
  2. Should be let some

    Legend-Master committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3451755 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Jason Tsai <[email protected]>
    Legend-Master and pewsheen authored May 8, 2024
    Configuration menu
    Copy the full SHA
    d5c2352 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    097a5ed View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    e8026f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2100bda View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

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

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    b548734 View commit details
    Browse the repository at this point in the history
  2. Revert license header

    Legend-Master committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7c519f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    ec6e483 View commit details
    Browse the repository at this point in the history
  2. Migrate windows 0.58

    Legend-Master committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    aab7893 View commit details
    Browse the repository at this point in the history
  3. Generate schema

    Legend-Master committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b7c5e23 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    2bbb42a View commit details
    Browse the repository at this point in the history
  2. Fix merge conflict

    Legend-Master committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    03ed8c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef94548 View commit details
    Browse the repository at this point in the history
  4. Add NSScreen feature

    Legend-Master committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    de09f3a View commit details
    Browse the repository at this point in the history
  5. Use cast instead of as

    Legend-Master committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7656966 View commit details
    Browse the repository at this point in the history
  6. fmt

    Legend-Master committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1b4d7b0 View commit details
    Browse the repository at this point in the history
  7. Deref first

    Legend-Master committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5083149 View commit details
    Browse the repository at this point in the history
  8. Wrong unsafe block

    Legend-Master committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fe638b1 View commit details
    Browse the repository at this point in the history
  9. Add change file

    Legend-Master committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b6661bb View commit details
    Browse the repository at this point in the history
  10. Add serde alias

    Legend-Master committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    13b4a1d View commit details
    Browse the repository at this point in the history
  11. More docs

    Legend-Master committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c7714fb View commit details
    Browse the repository at this point in the history
  12. Disable prevent_overflow by default

    since we can't make breaking changes anymore right now
    Legend-Master committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    aeeaae8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab7a48f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    86ef220 View commit details
    Browse the repository at this point in the history
  15. Missing pub

    Legend-Master committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e880df2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e59669f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    dde6abc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07255da View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    035e6bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b9c7a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

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

Commits on Nov 12, 2024

  1. Typo

    Legend-Master committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d492e9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f4895 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    d887510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e84cb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5a8b81 View commit details
    Browse the repository at this point in the history
  4. Unused imports

    Legend-Master committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ade88e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7bd0d2 View commit details
    Browse the repository at this point in the history
  6. Fix mac compile

    Legend-Master committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    deddb12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edf6132 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    657b479 View commit details
    Browse the repository at this point in the history