3315 Commits (10f092d9d4fefdb5c6340ebc6a8ac76a4302afda)
 

Author SHA1 Message Date
Andreas Reich 10f092d9d4
Add `clamp_to_range` option to DragValue, rename `clamp_range` to `range` (deprecating the former) (#4728) 4 months ago
Emil Ernerfeldt 3b9f964aed
eframe web: ignore keyboard events unless canvas has focus (#4718) 4 months ago
Wybe Westra 779312ac0c
Add basic test for egui accesskit output. (#4716) 4 months ago
Emil Ernerfeldt 254dfc1ebc
Fix broken mouse coordinates when there's padding on the canvas element (#4729) 4 months ago
Emil Ernerfeldt a6937f79f3 Improve `multiple_apps.html` example/demo/test 4 months ago
Emil Ernerfeldt e62bd7037a Improve warning when failing to copy on web 4 months ago
Emil Ernerfeldt 814eddd094 Add warning if `window.navigator.clipboard` is null 4 months ago
Emil Ernerfeldt f50e64632e Change web demo local port to 8765 to avoid colliding with Jupyter 4 months ago
Emil Ernerfeldt a0f4fafb88
Refactor web event handling: break up into smaller functions (#4717) 4 months ago
Emil Ernerfeldt ce0e200503 Sort feature flags in egui_extras 4 months ago
Emil Ernerfeldt 97b6d8cb1c Fix vertical spacing in changelog generation 4 months ago
Emil Ernerfeldt a489374ca6 Improve CSS comment 4 months ago
Emil Ernerfeldt 7121a49e4e
`generate_changelog.py`: divide into "fixed/added/changed" sections (#4712) 4 months ago
Umatriz 5051e945e4
Add `PopupCloseBehavior` (#4636) 4 months ago
YgorSouza ab861574f4
Cancel DragValue edit if Escape is pressed (#4713) 4 months ago
Emil Ernerfeldt a1a0d4a12a Tweak two demos 4 months ago
Emil Ernerfeldt fd85557463
Close context menus with Escape (#4711) 4 months ago
n4n5 1036e18440
plot zoom out max (#4695) 4 months ago
Emil Ernerfeldt fee6719f99
Bug fix: report latest area size in `Area::show` response (#4710) 4 months ago
Emil Ernerfeldt 93d458bb68 Clarify PR template wording 4 months ago
Emil Ernerfeldt 42b9491364 Fix docstring 4 months ago
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) 5 months ago
Emil Ernerfeldt 07735a6465
Fix: respect existing text layout wrap settings in Label (#4704) 5 months ago
Emil Ernerfeldt 5a6d68c5f6 Fix "looking for maintainer" link 5 months ago
Emil Ernerfeldt db811847c0 Add "Looking for maintainer" to `egui_plot` docs and README.md 5 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