neovide.neovide/.gitignore
Kaylee Simmons 278bf6bfe5
feat: render same z-index together (#2467)
* feat: render same z-index together

* make clippy happy

* uniform blends in layer, render all background first, then foreground

* fix background blends

* add test for telescope cases

* fix telescope case

* fix test case

* Remove custom hull algorithm in favor of skia's built in one

* Remove zindex step setting and use consecutive groupings of floating windows instead

* Swap to iter_lines

* Add back in the floating order which was removed due to a clippy warning but is now needed again

* Address clippy issues and refactor rendered window lines functions to split out their components into parts

* Fix overzealous clipping

---------

Co-authored-by: Hawtian Wang <twistoy.wang@gmail.com>
Co-authored-by: Hawtian Wang <hawtian.wang@twistoy.cn>
2024-04-19 13:34:31 -07:00

14 lines
125 B
Plaintext

/target
/target-ubuntu
/.vs
**/*.rs.bk
*.log
.DS_Store
website/book
*.AppImage
.envrc
flake.nix
flake.lock
.direnv/
.devenv/