egui/crates/epaint/src
Emil Ernerfeldt 4784136fee
Better rounding of rectangles with thin outlines (#5571)
Better positioning of rectangle outline when the stroke width is less
than one pixel
2025-01-02 23:50:40 +01:00
..
shapes Add `epaint::Brush` for controlling `RectShape` texturing (#5565) 2025-01-02 15:34:28 +01:00
text Round widget coordinates to even multiple of 1/32 (#5517) 2024-12-26 20:54:24 +01:00
util Add `emath::OrderedFloat` (moved from `epaint::util::OrderedFloat`) (#4389) 2024-04-21 20:36:32 +02:00
brush.rs Add `epaint::Brush` for controlling `RectShape` texturing (#5565) 2025-01-02 15:34:28 +01:00
color.rs Added ability to define colors at UV coordinates along a path (#4353) 2024-04-22 18:35:09 +02:00
image.rs Add `Context::copy_image` (#5533) 2024-12-29 18:03:32 +01:00
lib.rs Store `Margin` using `i8` to reduce its size (#5567) 2025-01-02 16:05:52 +01:00
margin.rs Store `Margin` using `i8` to reduce its size (#5567) 2025-01-02 16:05:52 +01:00
marginf.rs Store `Margin` using `i8` to reduce its size (#5567) 2025-01-02 16:05:52 +01:00
mesh.rs Fix cargo test --all-features breaking rendering due to unity vertexes (#5542) 2024-12-30 12:39:17 +01:00
mutex.rs Update MSRV to Rust 1.79 (#5421) 2024-12-01 18:58:35 +01:00
rounding.rs Use `u8` in `Rounding`, and introduce `Roundingf` (#5563) 2025-01-02 14:29:50 +01:00
roundingf.rs Use `u8` in `Rounding`, and introduce `Roundingf` (#5563) 2025-01-02 14:29:50 +01:00
shadow.rs Shrink size of `Shadow` by using `i8/u8` instead of `f32` (#5568) 2025-01-02 16:22:44 +01:00
shape_transform.rs Add `epaint::Brush` for controlling `RectShape` texturing (#5565) 2025-01-02 15:34:28 +01:00
stats.rs Remove wildcard imports (#5018) 2024-08-28 12:18:42 +02:00
stroke.rs Fix zero-width strokes still affecting the feathering color of boxes (#5485) 2024-12-16 16:54:18 +01:00
tessellator.rs Better rounding of rectangles with thin outlines (#5571) 2025-01-02 23:50:40 +01:00
texture_atlas.rs Expand max font atlas size from 8k to 16k (#5257) 2024-10-29 10:42:28 +01:00
texture_handle.rs Update MSRV to 1.80 (#5457) 2024-12-10 16:09:03 +01:00
textures.rs Add support for mipmap textures. (#5146) 2024-09-22 19:16:16 +02:00
viewport.rs Refactor: put each shape into its own file (#5564) 2025-01-02 14:55:49 +01:00