160 Commits (a9a6e0c2f223419d52a90cb3d40e211810caf1ee)

Author SHA1 Message Date
Emil Ernerfeldt 83c18498e9
Refactor: turn `ClippedShape` from struct-enum to a normal struct (#3225) 1 year ago
Valentin b15e17587a
Document when Galleys get invalidated (#3024) 1 year ago
Emil Ernerfeldt 8cdffc4e2d
Replace uses of `RangeInclusive<f32>` with `emath::Rangef` (#3221) 1 year ago
Emil Ernerfeldt 92593b70fa Changelogs: document that they are updated upon release (not by users) 1 year ago
thomaseliot e82ec74c5c
epaint: Add `ColorImage::from_gray` (#3166) 1 year ago
Yuan Chang 20be0847c8
Add `into_inner` methods. (#3110) 1 year ago
Emil Ernerfeldt 307565efa5 Release 0.22.0 - A plethora of small improvements 1 year ago
Emil Ernerfeldt cb6bcde22c Update changelogs 1 year ago
Anders Kaseorg c030aa5df2
Fix documentation for TextureId::Managed(0) (#2998) 1 year ago
Emil Ernerfeldt 4d357b0f02 clippy fixes from 1.69.0 2 years ago
Emil Ernerfeldt 9c9a54ce36
Replace `tracing` with `log` (#2928) 2 years ago
Emil Ernerfeldt 4809747952
Check for typos on CI (#2918) 2 years ago
Jozef Číž 33aa4d698f
Fix typos (#2866) 2 years ago
Ryan Hileman 116d1547be
fix epaint bytemuck dependency (#2913) 2 years ago
amfaber 870264b005
eframe: capture a screenshot using `Frame::request_screenshot` 2 years ago
YgorSouza 8ec9233e28
Add #![forbid(unsafe_code)] where unsafe isn't needed (#2773) 2 years ago
lictex_ 94f8b02286
improve fallback fonts alignment (#2724) 2 years ago
Emil Ernerfeldt 97756bc246 Add badges to all crates' README.md 2 years ago
Emil Ernerfeldt 530e9f667c format: add some blank lines where it was needed 2 years ago
Emil Ernerfeldt ae722ab0cf Release 0.21.0 - Deadlock fix and winit update 2 years ago
Emil Ernerfeldt 90cd178117 Document GlyphInfo::id 2 years ago
Hoping White 430cbe541c
New feature to support unity vertex layout requirement (#2493) 2 years ago
Emil Ernerfeldt c75e72693c Fix rendering of `…` (ellipsis) 2 years ago
LEAVING 5029575ed0
Fix typo: 'Viewport width' -> 'Viewport height' (#2615) 2 years ago
lictex_ 01bbda4544
check point count before tessellating bezier (#2506) 2 years ago
Emil Ernerfeldt e4e1638fc0 Fix newly introduced rendering bug for thin rectangles 2 years ago
Emil Ernerfeldt 6554fbb151 epaint: Improve rendering of very thin rectangles 2 years ago
Emil Ernerfeldt ea5c9483a2
Fix bug in `Mesh::split_to_u16` (#2459) 2 years ago
Emil Ernerfeldt 4e8341d35c
Don't render the \r (Carriage Return) character, because it sucks (#2452) 2 years ago
Emil Ernerfeldt e0b5bb17e5
Improve the look of thin lines, making them look weaker (#2437) 2 years ago
Emil Ernerfeldt 85f615f21c Fix incorrect date in CHANGELOGs 2 years ago
Emil Ernerfeldt 7d91e90481 Release 0.20.0 - AccessKit, prettier text, overlapping widgets 2 years ago
Emil Ernerfeldt da0a178701
Style tweaks (#2406) 2 years ago
Andreas Reich 5effc68ba4
Split out ecolor crate (#2399) 2 years ago
Emil Ernerfeldt be6d23eed1 Replace `Stroke::none()` with `Stroke::NONE` 2 years ago
Emil Ernerfeldt aa503008ae Update changelogs with recent additions 2 years ago
Emil Ernerfeldt 4e59296cbb Minor code tweaks 2 years ago
Emil Ernerfeldt 5093b67e9b Enable and fix some more clippy lints 2 years ago
Matt Campbell e1f348e4b2
Implement accessibility APIs via AccessKit (#2294) 2 years ago
Emil Ernerfeldt bde47c9957
epaint: cover default fonts in the license field (#2327) 2 years ago
Emil Ernerfeldt 8671aa26e1 Added support for thin space 2 years ago
Emil Ernerfeldt eca5e6a4d2
Update to Rust 1.65 (#2314) 2 years ago
axxop 940b896cbb
use `RandomState::with_seeds` replace `AHasher::default` (#2254) 2 years ago
Emil Ernerfeldt e48602059d
Update ahash to 0.8.1 (#2255) 2 years ago
ItsEthra 4d1e858a52
Use total_cmp for clamping drag value in order to avoid floating point ambiguities (#2213) 2 years ago
Emil Ernerfeldt 34e6e12f00
Specify deifferent minification and magnification filters (#2224) 2 years ago
Emil Ernerfeldt 02b9d2d082
Keyboard shortcut helpers (#2202) 2 years ago
Andreas Reich 53b800502a
wgpu renderer no longer creates a sampler with every texture (#2198) 2 years ago
Paul Hazen 5e44c13b48
Allows creating a `ColorImage` struct without an alpha channel (#2167) 2 years ago
Parth 02d1e7492a
fix typo in text_layout_types (#2150) 2 years ago