egui/epaint/src
Sven Niederberger 7c5a2d60c5
Plot: Line styles (#482)
* added new line styles

* update changelog

* fix #524

Add missing functions to `HLine` and `VLine`

* add functions for creating points and dashes from a line

* apply suggestions

* clippy fix

* address comments
2021-07-06 20:15:04 +02:00
..
text demo: in font book, ask font what characters are supported 2021-06-24 17:35:56 +02:00
color.rs clippy fixes for rust 1.53 2021-06-22 23:38:34 +02:00
lib.rs Use old 1.51 toolchain instead of bleeding edge (#505) 2021-06-23 09:16:39 +02:00
mesh.rs Add features extra_asserts and extra_debug_asserts for more asserts 2021-05-17 22:38:39 +02:00
mutex.rs Detect single-threaded mutex reentry in debug mode (#433) 2021-05-26 22:13:24 +02:00
shadow.rs Style tweaks (#450) 2021-06-12 15:53:56 +02:00
shape.rs Plot: Line styles (#482) 2021-07-06 20:15:04 +02:00
shape_transform.rs Add some clippy lints 2021-03-23 19:53:31 +01:00
stats.rs Wrap tesselated output in struct ClippedMesh(Rect, Mesh) 2021-01-25 21:43:17 +01:00
stroke.rs Improve various documentation 2021-05-20 22:12:17 +02:00
tessellator.rs Add Context::set_debug_on_hover and egui::trace!(ui) 2021-05-27 19:30:08 +02:00
texture_atlas.rs Add a bunch on inline annotations 2021-04-01 23:07:15 +02:00