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: rewrite color system #155

Merged
merged 33 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
ebf1bc2
wip: color system
FineFindus Nov 11, 2023
7d5483e
feat: use palette::Srba internally
FineFindus Jan 2, 2024
10549eb
refactor: use palette:Hsv
FineFindus Jan 3, 2024
5b572ca
refactor: use palette::Xyz
FineFindus Jan 5, 2024
845dfe6
refactor: use palette::Hwb
FineFindus Jan 5, 2024
9c7226b
refactor: use palette::Hsl
FineFindus Jan 6, 2024
9154e41
refactor: use palette::Lab
FineFindus Jan 7, 2024
183f51b
refactor: use palette::Lch
FineFindus Jan 7, 2024
cb49db1
refactor: use palette::Oklch
FineFindus Jan 8, 2024
eff3307
refactor: use palette::Oklab
FineFindus Jan 8, 2024
acaeb1f
fix: display rgb as u8
FineFindus Jan 10, 2024
2d5176b
refactor: use enum for color notation
FineFindus Jul 12, 2024
1c8d2ae
refactor: dynamically build format rows
FineFindus Jul 13, 2024
be33c17
refactor(window): always update on settings change
FineFindus Jul 13, 2024
976a057
refactor: use palette for color conversion
FineFindus Jul 22, 2024
e56b0de
feat: remove palette dialog
FineFindus Jul 22, 2024
14c8b62
fix(window): allow setting alpha values
FineFindus Jul 22, 2024
e7e41cc
feat(preferences): remove custom formats
FineFindus Jul 22, 2024
d101ed5
fix(window): use parser to parse hex color
FineFindus Jul 22, 2024
e0c8f9d
fix(history): display alpha in hex tooltip
FineFindus Jul 22, 2024
d4b19e4
build: update depencies
FineFindus Jul 22, 2024
5b7b47d
refactor(History): connect pressed signal in template
FineFindus Jul 22, 2024
2608a0c
refactor(color/name): use bitflag for name sources
FineFindus Jul 25, 2024
0929d35
build: update to libadwaita 1.6
FineFindus Jul 25, 2024
11c77f2
feat(preferences): migrate to Adw.PreferencesDialog
FineFindus Jul 25, 2024
00039ae
refactor(history): use snapshot to paint history item
FineFindus Jul 26, 2024
af06e80
refactor(History): bind tooltip color with expression
FineFindus Jul 26, 2024
501c9dc
refactor(History): delcare actions/menu in Blueprint
FineFindus Jul 27, 2024
a51ea31
feat(window): implement edit sheet to edit colors
FineFindus Jul 27, 2024
5b1d668
feat(window): use CSS variables
FineFindus Sep 15, 2024
fd66eb0
build: update dependencies
FineFindus Sep 15, 2024
167ea1d
build: update homepage
FineFindus Sep 15, 2024
b79ba2a
build: ignore spelling of trough
FineFindus Sep 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install Python Dependencies
run: pip install codespell
- name: Run spellchecker
run: codespell -S po,_build,.git,.flatpak,_builddir,build,target -L crate,rouge,vermillion
run: codespell -S po,_build,.git,.flatpak,_builddir,build,target -L crate,rouge,vermillion,trough


update_translations:
Expand Down
Loading
Loading