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(#574): reimplementation of Image widget layout function #605

Merged
merged 5 commits into from
Oct 2, 2024

Commits on Sep 22, 2024

  1. feat(linebender#574): Image widget layout reimplementation

    Reimplement calculation of image size in `Image`
    widget `layout` function.
    Makes it match against `self.fill` before setting
    size.
    failingprovince committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    23855b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. feat(linebender#574): add tests

    Create testing case for `layout` function.
    failingprovince committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    172b810 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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

Commits on Oct 2, 2024

  1. fix: rename FillStrat fields, change link

    - Rename `FillStrat` fields and functions to a name
      that makes sense.
    - Correct multiple documentation errors referencing
      to `FillStrat`.
    - Change link to flutter's `BoxFit` to css'
      `object-fit`.
    failingprovince committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d784565 View commit details
    Browse the repository at this point in the history