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

Gradient Part 1 - Color rework #2171

Merged
merged 30 commits into from
Sep 19, 2023
Merged

Gradient Part 1 - Color rework #2171

merged 30 commits into from
Sep 19, 2023

Commits on Sep 17, 2023

  1. Working colors

    Dherse committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e3cf88b View commit details
    Browse the repository at this point in the history
  2. Fixed precision

    Dherse committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    82486ce View commit details
    Browse the repository at this point in the history
  3. fmt, clippy

    Dherse committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    4488858 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    Dherse committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    16bb649 View commit details
    Browse the repository at this point in the history
  5. Fixed test precision

    Dherse committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    61f532a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2ec52e View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    Dherse committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    11d68d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f55891 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d26939 View commit details
    Browse the repository at this point in the history
  10. Removed debug println

    Dherse committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    d28fd3f View commit details
    Browse the repository at this point in the history
  11. Fixed HSL & HSV ordering

    Dherse committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    8cf706a View commit details
    Browse the repository at this point in the history
  12. Avoid division by zero

    Dherse committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e42f317 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fa07b98 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    45b11be View commit details
    Browse the repository at this point in the history
  15. Added comments

    Dherse committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    cf98af9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f87ca9d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Fixed spelling in comment

    Dherse committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b396cda View commit details
    Browse the repository at this point in the history
  2. Added saturate and desaturate

    Dherse committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fe6d08b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d96840 View commit details
    Browse the repository at this point in the history
  4. Update crates/typst/Cargo.toml

    Co-authored-by: Laurenz <laurmaedje@gmail.com>
    Dherse and laurmaedje committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0c8dd99 View commit details
    Browse the repository at this point in the history
  5. Fixed most code review items

    Dherse committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    113a17b View commit details
    Browse the repository at this point in the history
  6. Fixed all outstanding issues

    Dherse committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f8b2e4a View commit details
    Browse the repository at this point in the history
  7. cargo fmt & clippy

    Dherse committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6670f53 View commit details
    Browse the repository at this point in the history
  8. finished clippy

    Dherse committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    72646a3 View commit details
    Browse the repository at this point in the history
  9. Fixed ICC d65 bug

    Dherse committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    c54376b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Fixed code review items

    Dherse committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b1c9b13 View commit details
    Browse the repository at this point in the history
  2. Replaced with unscanny

    Dherse committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0829deb View commit details
    Browse the repository at this point in the history
  3. Cleanup color.rs

    Dherse committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    dcdf972 View commit details
    Browse the repository at this point in the history
  4. Fixed hsv/hsl repr

    Dherse committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e223f07 View commit details
    Browse the repository at this point in the history
  5. Tidy up a bit

    laurmaedje committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1cf7102 View commit details
    Browse the repository at this point in the history