3494 Commits (1603f0581882c4ca299db1d6efdba9148ebcddb6)
 

Author SHA1 Message Date
Colin Cai d30f79db60
Fix: Menu popups and tooltips don't respect layer transforms (#4708) 4 months ago
Emil Ernerfeldt 10571e9da5
`eframe::Result` is now short for `eframe::Result<()>` (#4706) 4 months ago
Emil Ernerfeldt 07735a6465
Fix: respect existing text layout wrap settings in Label (#4704) 4 months ago
Emil Ernerfeldt 5a6d68c5f6 Fix "looking for maintainer" link 4 months ago
Emil Ernerfeldt db811847c0 Add "Looking for maintainer" to `egui_plot` docs and README.md 4 months ago
Emil Ernerfeldt db8db50bf3
Improve backtraces when hovering widgets with modifiers pressed (#4696) 5 months ago
YgorSouza b1dc059ef3
Allow setting a layer as a sublayer of another (#4690) 5 months ago
zkldi 8cef6fc872
doc(emath): Add `top_left` as an alias for `left_top`, etc. (#4689) 5 months ago
Matt Keeter d7ccf4d341
Add `Key::Quote` (#4683) 5 months ago
Emil Ernerfeldt 44f49713eb
Add an input event history tracker to the egui demo lib (#4693) 5 months ago
Emil Ernerfeldt fb4c6cc619
Put all `egui_demo_lib` tests into their own files in their own folder (#4691) 5 months ago
YgorSouza 2c00cb3991
Fix hello_world_par example on Linux (#4684) 5 months ago
Colin Cai cd3e9ea5b6
Fix: `Response::hover_pos` returns incorrect positions with layer transforms (#4679) 5 months ago
Emil Ernerfeldt 8ac1d613fc
Abort drags when pressing escape key (#4678) 5 months ago
rustbasic d9c5fb04ae
Fix dragging of `custom_window_frame` example on Windows (#4656) 5 months ago
JustFrederik 52a8e11764
Gif support (#4620) 5 months ago
Emil Ernerfeldt 902b4d960d Add `Rect::from_pos` 5 months ago
Emil Ernerfeldt 159f8360fa
Fix doclinks in egui-wgpu docs (#4677) 5 months ago
Emil Ernerfeldt d23742cdb1
Make sure contents of a panel don't overflow (#4676) 5 months ago
Emil Ernerfeldt 598dd53059
Fix buggy interaction with widgets outside of clip rect (#4675) 5 months ago
Emil Ernerfeldt 00ac5b2015 Add clippy lint `match_bool` 5 months ago
Joe Sorensen dd52291af4
Make `Debug` format of `Vec2/Pos2/Rot2` respect user precision (#4671) 5 months ago
n4n5 44d7aab53d
egui_plot: use `f64` for translate (#4637) 5 months ago
Owen Diehl 413843dd7c
Make sure to call `raw_input_hook` on web (#4646) 5 months ago
Aaron Manning f844873c08
Fix dead link to mycomarkup in easy_mark sample (#4643) 5 months ago
YgorSouza 3f53f1738b
Remove special case for 0 in DragValue default formatter (#4639) 5 months ago
Nathan Adams 87021d3fbd
`egui_extras`: Make `serde` an optional feature (#4641) 5 months ago
crumblingstatue 49cb62b1ba
Replace `directories-next` dependency with `directories` (#4661) 5 months ago
YgorSouza ee3b04ea17
Fix typos (#4640) 5 months ago
Andrew Farkas 3cdb667cd6
Fix typo in docs of `Ui::shrink_height_to_current()` (#4672) 5 months ago
Emil Ernerfeldt 814ad0783c
Update to wgpu 0.20 (#4560) 5 months ago
Emil Ernerfeldt ca36f3df63
Make sure tooltips are interactable (#4649) 5 months ago
Emil Ernerfeldt e2a127a381
RELEASES.md: document release process and checklist (#4633) 5 months ago
Antoine Beyeler 9f12432bcf
Improve behavior of plot auto-bounds with reduced data (#4632) 5 months ago
Antoine Beyeler 2545939c15
Add `Color32::lerp_to_gamma` (#4627) 5 months ago
Sven Niederberger 1f008fb730
ScrollArea: Prevent drag interaction outside the area (#4611) 5 months ago
Emil Ernerfeldt 29b12e1760
Easing functions (#4630) 5 months ago
Jan Procházka 3d632cd333
Move first `request_animation_frame` into resize observer (#4628) 5 months ago
Emil Ernerfeldt cbb5d6aa93
Handle tooltips so large that they cover the widget (#4623) 5 months ago
Emil Ernerfeldt bb8400853f
Add tags to `UiStack` (#4617) 5 months ago
Emil Ernerfeldt 321d2441c1
Make pinch-to-zoom more responsive on web (#4621) 5 months ago
Emil Ernerfeldt 4837dc68b3
Fix pinch-to-zoom on web by using the "artificial" modifier keys (#4619) 5 months ago
Emil Ernerfeldt d72de1eab3
Deprecate `ui.set_enabled` and `set_visbile` (#4614) 5 months ago
Emil Ernerfeldt 0028764e02
Set the `sizing_pass` flag in first frame of `egui_extras::Table` (#4613) 5 months ago
Emil Ernerfeldt a50f253b76
`Grid`: set the `sizing_pass` flag during the initial sizing pass (#4612) 5 months ago
Antoine Beyeler a28792194d
Introduce `UiStack` (#4588) 5 months ago
Emil Ernerfeldt c0a9800d05
Support interactive widgets in tooltips (#4596) 5 months ago
trevyn 7b3752fde9
Update README to maintained Tetra integration (#4606) 5 months ago
Onè 4d9aed8f83
Add missing word (#4603) 5 months ago
Emil Ernerfeldt 78dfdb3684
`Rect::intersects_ray`: another bug fix (#4597) 5 months ago