egui/epaint/src
Emil Ernerfeldt d5673412dd
Put everything in Context behind the same Mutex (#1050)
* Move all interior mutability from Context to CtxRef and make it a handle
* Rename `CtxRef` to `Context`
* The old `Context` is now `ContextImpl` and is non-pub
* Add benchmark Painter::rect

Co-authored-by: Daniel Keller <dklr433@gmail.com>
2022-01-10 23:13:10 +01:00
..
text Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
util OrderedFloat refactor (#918) 2021-12-11 13:52:23 +01:00
color.rs Improve color picker cache (#886) 2021-11-07 21:11:42 +01:00
lib.rs Rename Texture to FontImage 2021-12-28 21:19:24 +01:00
mesh.rs Set MSRV to 1.56.0 and use rust edition 2021 (#998) 2021-12-25 19:32:25 +01:00
mutex.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
shadow.rs Replace every ... with … like some sort of crazy person 2021-10-13 11:52:34 +02:00
shape.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
shape_transform.rs End statements with semicolon (clippy::semicolon_if_nothing_returned) 2021-10-20 16:46:57 +02:00
stats.rs End statements with semicolon (clippy::semicolon_if_nothing_returned) 2021-10-20 16:46:57 +02:00
stroke.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
tessellator.rs Anti-alias path ends (#893) 2021-11-14 17:23:51 +01:00
texture_atlas.rs Improve a couple of docstrings 2022-01-08 11:15:15 +01:00