3255 Commits (bb8400853f30436f0f0a867fc39ab5a1d0c54abf)
 

Author SHA1 Message Date
Emil Ernerfeldt a98c42e317
Add `Options::line_scroll_speed` and `scroll_zoom_speed` (#4532) 6 months ago
Emil Ernerfeldt 8433b43231
Smooth out zooming with discreet scroll wheel (#4530) 6 months ago
Emil Ernerfeldt 8db8f6df82
Remove scroll latency for smooth trackpads (#4526) 6 months ago
Emil Ernerfeldt 48045e57da
Remove `Event::Scroll` and handle it in egui (#4524) 6 months ago
Emil Ernerfeldt c8578c9a6b
Fix: still track mouse when dragging outside web canvas (#4522) 6 months ago
YgorSouza 7035aa4e53
`include_image!` now accepts expressions (#4521) 6 months ago
hut 262a8bcf98
Ignore synthetic key presses (#4514) 6 months ago
hellodword 8321f64f6e
Update ahash 0.8.6 -> 0.8.11 (#4507) 6 months ago
Emil Ernerfeldt 738ea75453 Add clippy::use_self lint 6 months ago
Emil Ernerfeldt 6b607ffa2a Remove unmaintained `amethyst_egui` from README.md 6 months ago
Fabian Lippold ce59e43869
Introduce lifetime to `egui_plot::Plot` to replace `'static` fields (#4435) 6 months ago
Oscar Gustafsson c1eb3f884d
Move dependencies to workspace (#4495) 6 months ago
Emil Ernerfeldt 44d65f41ac
Update `image` crate to 0.25 (#4160) 6 months ago
crumblingstatue acfe9f6f3b
Make `epaint::mutex::RwLock` allow `?Sized` types (#4485) 6 months ago
Emil Ernerfeldt c3f386aa30
Remove work-around for `unsafe` in puffin macro (#4484) 6 months ago
Emil Ernerfeldt 059218d954
eframe: Remove dependency on `thiserror` (#4483) 6 months ago
Emil Ernerfeldt 4f2f057508
Update arboard (#4482) 6 months ago
rustbasic 3b3ce22adc
Make sure plot size is positive (#4429) 6 months ago
Avery Radmacher e06b225dab
Fix: Window position creeps between executions on scaled monitors (#4443) 6 months ago
rustbasic 66d2b3ffe4
Treat `Event::PointerGone` as `PointerEvent::Released` (#4419) 6 months ago
Varphone Wong 11fa9cc7ee
Disable interaction for `ScrollArea` and `Plot` when UI is disabled (#4457) 6 months ago
rustbasic 27a22f991d
Fix : In Windows, the 'egui_demo_app' screen does not appear. (#4410) 6 months ago
rustbasic a9efbcff36
IME for chinese (#4436) 6 months ago
TicClick 2b2e70cb91
egui-winit: emit physical key presses when a non-Latin layout is active (#4461) 6 months ago
Emil Ernerfeldt f19f99180e
Remove `extra_asserts` and `extra_debug_asserts` feature flags (#4478) 6 months ago
Emil Ernerfeldt 155e138998 Fix debug-assert hit in panel sizing code 6 months ago
Emil Ernerfeldt dce5696b67 Show Cargo.lock in GitHub PR diffs 6 months ago
Emil Ernerfeldt ded8dbd45b
Fix some clippy warning from Rust 1.78.0 (#4444) 6 months ago
Simon Niedermayr c9b24d5a5c
Update to wgpu 0.20 (#4433) 6 months ago
Trevor Gross 2fabde1396
Add a `Display` impl for `Vec2`, `Pos2`, and `Rect` (#4428) 6 months ago
Patrick José Pereira af39bd22ab
crates: egui_demo_lib: Fix table height (#4422) 6 months ago
hardlydearly 3bb33980a9
chore: remove repetitive words (#4400) 6 months ago
Simon Frankau c1fc9213c3
Enable egui_glow's winit feature on wasm (#4420) (#4421) 6 months ago
YgorSouza 0bc59f578b
Fix some typos from the cranky-clippy transition (#4417) 7 months ago
Emil Ernerfeldt 2f508d6a61
Replace cargo-cranky with workspace lints (#4413) 7 months ago
Emil Ernerfeldt cee790681d
Update to Rust 1.76 (#4411) 7 months ago
Dennis Schön bfe1858e0b
eframe: update ViewportBuilder.with_icon() documentation (#4408) 7 months ago
Mads Marquart 14194f5d3a
eframe: Use `objc2` and its framework crates (#4395) 7 months ago
TÖRÖK Attila 2c590636b5
`egui-winit`: Update `webbrowser` to `v1.0.0` (#4394) 7 months ago
Joe Sorensen 2ce82cce21
Added ability to define colors at UV coordinates along a path (#4353) 7 months ago
lopo ff8cfc2aa0
Allow users to create viewports larger than monitor on Windows & macOS (#4337) 7 months ago
rustbasic 436c671331
Improve IME support with new `Event::Ime` (#4358) 7 months ago
zhatuokun 587bc2034a
Fix `Panel` incorrect size (#4351) 7 months ago
bu5hm4nn a2f1ca31a0
Add `ViewportCommand::RequestCut`, `RequestCopy` and `RequestPaste` to trigger Clipboard actions (#4035) 7 months ago
Emil Ernerfeldt 87b294534e
Add `emath::OrderedFloat` (moved from `epaint::util::OrderedFloat`) (#4389) 7 months ago
YgorSouza 46b241eb94
Add `xtask` crate (#4293) 7 months ago
valadaptive d68c8d70aa
Add a way to specify Undoer settings and construct Undoers more easily (#4357) 7 months ago
rustbasic d2c4269240
Fix : take `rounding` into account when using `Slider::trailing_fill` (#4308) 7 months ago
Alexander Parlett 690c3ba883
Use parent `Ui`s style for popups (#4325) 7 months ago
Varphone Wong 5f9c17c855
`egui`: Change `Ui::allocate_painter` to inherit properties from `Ui` (#4343) 7 months ago