Emil Ernerfeldt
|
f8d7d0ebaa
|
Enforce writing username in TODO comments (#4235)
|
2024-03-26 11:48:24 +01:00 |
Eris
|
bce257adb3
|
`epaint`: Add `EllipseShape` (#4122)
Adds an Ellipse shape draw-able with the Painter, brings egui closer to
the SVG Specification.
I've done some optimization towards using less vertices and doing less
calculations.
~~Currently the vertices are evenly distributed.
It's possible this could be optimized further taking into account the
gradient and increasing the concentration of vertices where the change
in gradient is larger.~~


|
2024-03-20 13:23:21 +01:00 |
Emil Ernerfeldt
|
401de05630
|
Use `Self` everywhere (#3787)
This turns on the clippy lint
[`clippy::use_self`](https://rust-lang.github.io/rust-clippy/v0.0.212/index.html#use_self)
and fixes it everywhere.
|
2024-01-08 17:41:21 +01:00 |
Emil Ernerfeldt
|
08fb447fb5
|
Increase MSRV to 1.67 (#3234)
* Bump MSRV to 1.67
* clippy fixes
* cargo clippy: inline format args
* Add `clippy::uninlined_format_args` to cranky lints
* Fix clippy on wasm
* More clippy fixes
|
2023-08-11 13:54:02 +02:00 |
Emil Ernerfeldt
|
83c18498e9
|
Refactor: turn `ClippedShape` from struct-enum to a normal struct (#3225)
|
2023-08-10 14:50:11 +02:00 |
Emil Ernerfeldt
|
041f2e64ba
|
Move all crates into a `crates` directory (#1940)
|
2022-08-20 10:41:49 +02:00 |