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

merge upstream #20

Merged
merged 37 commits into from
Jun 21, 2023
Merged

Commits on May 31, 2023

  1. Introduce web-colors feature flag to enable sRGB linear blending

    This is how browsers perform color management. They treat
    gamma-corrected sRGB colors as if they were linear RGB.
    
    Correctness aside, this mode is introduced for legacy reasons. Most
    UI/UX tooling uses this color management as well, and many have created
    an intuition about how color should behave from interacting with a
    browser.
    
    This feature flag should facilitate application development with `iced`
    in those cases.
    
    More details: https://webcolorisstillbroken.com/
    hecrj committed May 31, 2023
    Configuration menu
    Copy the full SHA
    faa7627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b259a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c528f21 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

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

Commits on Jun 3, 2023

  1. Merge pull request #1888 from iced-rs/web-colors

    Introduce `web-colors` feature flag to enable "sRGB linear" blending
    hecrj authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    c15f1b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    34451bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8cfb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57db196 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aba98e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    733c2bd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27639c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Merge pull request #1904 from iced-rs/cursor-availability

    Cursor availability
    hecrj authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    60cd864 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Make the subscription::channel function take a FnOnce closure instead…

    … of a Fn closure and remove Sync as a requirement for its output.
    JonathanLindsey committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    fcf9062 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 13, 2023

  1. Merge pull request #1910 from tarkah/fix/scrollable-scroll-wheel

    Only scroll w/ wheel if over scrollable
    hecrj authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    329fbc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    55dc3b5 View commit details
    Browse the repository at this point in the history
  2. Add nested overlay method to group & map

    tarkah authored and hecrj committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    0a56ffb View commit details
    Browse the repository at this point in the history
  3. Add nested picklist to modal example

    tarkah authored and hecrj committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f608056 View commit details
    Browse the repository at this point in the history
  4. Render nested in layer

    tarkah authored and hecrj committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f44d429 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ce047c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4bb7c0 View commit details
    Browse the repository at this point in the history
  7. Cursor availability by layer

    tarkah authored and hecrj committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    12c623f View commit details
    Browse the repository at this point in the history
  8. Use layout with children for nesting

    tarkah authored and hecrj committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3e6f6ee View commit details
    Browse the repository at this point in the history
  9. Remove interior mutability

    Nested doesn't need to implement Overlay trait, it can be be used
    mutably in user interface so we don't need interior mutability.
    tarkah authored and hecrj committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    83140d6 View commit details
    Browse the repository at this point in the history
  10. Cursor availability during on_event

    tarkah authored and hecrj committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    4de6ee6 View commit details
    Browse the repository at this point in the history
  11. Use nested for lazy widgets

    tarkah authored and hecrj committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b0205e0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    87db76a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9803b27 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1719 from tarkah/feat/nested-overlay

    Nested overlays
    hecrj authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    267dbf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Update glyphon and cosmic-text

    hecrj committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    0c65936 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1917 from JonathanLindsey/subscription_channel_Fn…

    …Once
    
    Make the subscription::channel function take a FnOnce non Sync closure
    hecrj authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e7e2b7b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1918 from iced-rs/update/glyphon-and-cosmic-text

    Update `glyphon` and `cosmic-text`
    hecrj authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    1726b52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ae4e28 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    716bf09 View commit details
    Browse the repository at this point in the history
  2. Update ouroboros dependency

    hecrj committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3a5519d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1924 from iced-rs/fix/nested-overlay-translation

    Fix `translation` in `layout` of `Nested` overlay
    hecrj authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b4ab444 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Merge pull request #1925 from iced-rs/update/ouroboros

    Update `ouroboros` dependency
    hecrj authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    59bb5a9 View commit details
    Browse the repository at this point in the history