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

Explicit text caching #2058

Merged
merged 28 commits into from
Sep 9, 2023
Merged

Explicit text caching #2058

merged 28 commits into from
Sep 9, 2023

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    ed34543 View commit details
    Browse the repository at this point in the history
  2. Use min_bounds for cached text

    hecrj committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    89acf02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c44611c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffd0f4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    301e6e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a026e91 View commit details
    Browse the repository at this point in the history
  7. Simplify new logic in TextInput

    hecrj committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bcd9fdb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b51ffe5 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG

    hecrj committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    252a05c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    ce22d66 View commit details
    Browse the repository at this point in the history
  2. Use Arc::try_unwrap in Paragraph

    We use `MaybeUninit` here instead of `Option` to save some cycles, but
    I will most likely change it for an `Option` since unsafe code is quite
    scary.
    hecrj committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    935c722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51e69d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6758de2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    548b9d0 View commit details
    Browse the repository at this point in the history
  6. Fix Widget::layout for Lazy

    hecrj committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    601e556 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    8129e2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a1da6a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Introduce keyed::Column widget

    hecrj committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    34495bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    837529b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    3450987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cc605b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbb9c2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9565123 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8e5693 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8aa7874 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c692845 View commit details
    Browse the repository at this point in the history
  8. Fix (more) broken intradoc links

    Good thing I just set up CI earlier for this 😅
    hecrj committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    b42b24b View commit details
    Browse the repository at this point in the history
  9. Fix CHANGELOG

    hecrj committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    1cc5bf5 View commit details
    Browse the repository at this point in the history