egui/epaint/src
Emil Ernerfeldt 8303523ccf
Precompute rounded vertices (#1547)
Co-authored-by: Daniel Buch Hansen <boogiewasthere@gmail.com>
2022-04-30 13:14:33 +02:00
..
text Add line breaking rules for Japanese text. Fixes #1497. (#1498) 2022-04-16 10:36:16 +02:00
util OrderedFloat refactor (#918) 2021-12-11 13:52:23 +01:00
bezier.rs Add more doc-links in docstrings (#1419) 2022-04-03 18:18:35 +02:00
color.rs Added CursorIcons for resizing columns, rows and 8 cardinal directions 2022-04-19 16:56:27 +02:00
image.rs Misc doc improvements 2022-04-13 22:14:34 +02:00
lib.rs Improve text contrast in bright mode (#1412) 2022-03-23 16:49:49 +01:00
mesh.rs Add Image::rotate and Mesh::rotate (#1371) 2022-03-22 08:44:23 +01:00
mutex.rs Remove epaint::mutex::Arc type alias 2022-04-15 15:18:21 +02:00
shadow.rs Fix tessellation of Shape::Vec of heterogenous TextureId:s (#1445) 2022-04-03 18:14:27 +02:00
shape.rs Add Rounding::at_least and Rounding::at_most 2022-04-27 10:05:09 +02:00
shape_transform.rs Add Shape::Callback to do custom rendering inside of an egui UI (#1351) 2022-03-14 13:25:11 +01:00
stats.rs Improve the introspection paint stats 2022-03-20 23:05:16 +01:00
stroke.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
tessellator.rs Precompute rounded vertices (#1547) 2022-04-30 13:14:33 +02:00
texture_atlas.rs Improve text contrast in bright mode (#1412) 2022-03-23 16:49:49 +01:00
texture_handle.rs Remove epaint::mutex::Arc type alias 2022-04-15 15:18:21 +02:00
textures.rs Introduce egui::FullOutput, returned from Context::run (#1292) 2022-02-22 17:13:53 +01:00