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: per-side border widths #836

Merged
merged 28 commits into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e39b4cf
feat: per-side border widths
Tropix126 Aug 31, 2024
8605390
refactor: make `BorderWidth::is_all_zero` more sane
Tropix126 Sep 1, 2024
ffa1098
fix: wrong operator in `is_all_zero`
Tropix126 Sep 1, 2024
702046b
Merge remote-tracking branch 'upstream/main' into feat/per-side-borde…
Tropix126 Sep 13, 2024
9cc9a0c
implement parsing for per-side widths
Tropix126 Sep 13, 2024
efd883e
feat: impl `Display` for `Border`
Tropix126 Sep 13, 2024
7eced0c
fix lints
Tropix126 Sep 13, 2024
b4bbb1c
fix another lint
Tropix126 Sep 13, 2024
6129adb
chore: fmt
Tropix126 Sep 13, 2024
097ae71
Merge remote-tracking branch 'upstream/main' into feat/per-side-borde…
Tropix126 Sep 13, 2024
bbe4828
fix tests
Tropix126 Sep 13, 2024
c621f5d
fix: add `RRect::rect` to mocked engine
Tropix126 Sep 14, 2024
508a862
chore: improve border test coverage
Tropix126 Sep 14, 2024
d81ac26
fix: border test assertion
Tropix126 Sep 14, 2024
7568069
fix: radius offset calculations for different border alignments
Tropix126 Sep 15, 2024
705c88d
clean up border drawing code
Tropix126 Sep 15, 2024
c199d70
fmt
Tropix126 Sep 15, 2024
ba41652
revert needless `get_rounded_rect` name change
Tropix126 Sep 15, 2024
2053486
format
Tropix126 Sep 15, 2024
f375183
add `PathFillType` to mocked engine
Tropix126 Sep 15, 2024
689180d
mock `Path::set_fill_type`
Tropix126 Sep 15, 2024
8d0df4a
update docs
Tropix126 Sep 15, 2024
8490de3
Merge branch 'main' into feat/per-side-border-width
marc2332 Sep 15, 2024
1742537
fix jagged antialiasing on borders
Tropix126 Sep 15, 2024
aef3410
lint
Tropix126 Sep 15, 2024
0f2e889
mock `Canvas::draw_drrect` and `RRect::bounds`
Tropix126 Sep 15, 2024
2c8d092
simplify border visibility check
Tropix126 Sep 28, 2024
42a6593
Merge branch 'main' into feat/per-side-border-width
marc2332 Sep 28, 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
Loading