111 Commits (0bc59f578b907e357f118dba362d89d5e36f4c31)

Author SHA1 Message Date
Emil Ernerfeldt 2f508d6a61
Replace cargo-cranky with workspace lints (#4413) 7 months ago
Emil Ernerfeldt 48ecf01e11
Rename "Color test" to "Rendering test", and restructure it slightly (#4298) 7 months ago
Emil Ernerfeldt 1354c3e19a
Make the code example demo narrow enough to fit on mobile (#4281) 7 months ago
Emil Ernerfeldt 3dba73e63e
Improve the UI for changing the egui theme (#4257) 7 months ago
Colin Kinloch 287a550b90
egui demo: Add drop down to resize the window (#4197) 8 months ago
Giantblargg b8048572e8
Add API for raw mouse motion (#4063) 9 months ago
Emil Ernerfeldt 6fbf7fe566
Update `ehttp` to 0.5 (#4055) 9 months ago
Emil Ernerfeldt 217e066626
Make `egui_wgpu::renderer` a private module (#3979) 9 months ago
Emil Ernerfeldt d02491425c
Put all egui crates as workspace crates (#3976) 9 months ago
Emil Ernerfeldt bcebfecb84
Use more workspace dependencies (#3975) 9 months ago
StratusFearMe21 7a6d80cc8c
Pass `ScreenDescriptor` to `egui_wgpu::CallbackTrait::prepare` (#3960) 9 months ago
Emil Ernerfeldt 8f2c8664e7
Emilk/revert workspace deps (#3942) 9 months ago
Emil Ernerfeldt 00cd671ad8 Use workspace dependencies for the egui crates 9 months ago
Emil Ernerfeldt 948db61a8a
Update to puffin 0.19 (#3940) 9 months ago
Emil Ernerfeldt dda9f79838 Remove `version` field for path-dependencies 9 months ago
YgorSouza d72f92c41d
Add `x11` and `wayland` features to egui-wgpu and egui_glow (#3909) 9 months ago
Emil Ernerfeldt ab39420c29
Much more accurate `cpu_usage` timing (#3913) 9 months ago
Emil Ernerfeldt b766a48fa7
Update wgpu to 0.19 (#3824) 10 months ago
Emil Ernerfeldt f01d337fa8
Update to ehttp 0.4 (#3834) 10 months ago
Emil Ernerfeldt 5d2e192927
Selectable text in Labels (#3814) 10 months ago
Emil Ernerfeldt 401de05630
Use `Self` everywhere (#3787) 10 months ago
Emil Ernerfeldt 12ad9e7b36 Release 0.25.0 - Better keyboard input 10 months ago
Emil Ernerfeldt 9951fe0d36
Fix some clippy 1.75 lints (#3754) 10 months ago
Emil Ernerfeldt 0561fcaba9
Replace a special `Color32::PLACEHOLDER` with widget fallback color (#3727) 11 months ago
Emil Ernerfeldt c8dd3dd01a
Update dependencies (#3700) 11 months ago
Emil Ernerfeldt d17613c242 Release 0.24.1 - Bug fixes 11 months ago
Emil Ernerfeldt a1f3c71b7f
Remove dependency on `tts` (#3651) 11 months ago
Emil Ernerfeldt 8494cf854c
Update to wasm-bindgen 0.2.89 (#3644) 12 months ago
Emil Ernerfeldt bd087ffb8d Release 0.24.0 - Multi-viewport 12 months ago
Emil Ernerfeldt 6a8b51adb5 Improve demo backend panel 12 months ago
Emil Ernerfeldt 96bc34a66d Use workspace definitions of edition,license,rust-version,version 12 months ago
Emil Ernerfeldt 63e48dc855
Introduce global `zoom_factor` (#3608) 12 months ago
Emil Ernerfeldt bfadb90d42
Update MSRV to Rust 1.72 (#3595) 12 months ago
Emil Ernerfeldt e823491240
Update some crate dependencies (#3594) 12 months ago
Emil Ernerfeldt 39e60e367f
Use `egui::ViewportBuilder` in `eframe::NativeOptions` (#3572) 12 months ago
Emil Ernerfeldt 1571027556
Replace `eframe::Frame` commands and `WindowInfo` with egui (#3564) 12 months ago
Emil Ernerfeldt b27aa27e94
Add `emath::Vec2b`, replacing `egui_plot::AxisBools` (#3543) 1 year ago
Emil Ernerfeldt 2bc2fb9c39 Fix some lints found by clippy 1.73 1 year ago
Emil Ernerfeldt d975c1a401
Fix HTTP web demo (#3407) 1 year ago
Emil Ernerfeldt 5a0186fa2b Release 0.23.0 - New image API 1 year ago
Emil Ernerfeldt a9272e0e55
Update dependencies in Cargo.lock (#3401) 1 year ago
Emil Ernerfeldt 35945dea46
Misc code cleanup (#3398) 1 year ago
Emil Ernerfeldt 23ce4e70ca
Add option to show a callstack to the widget under the mouse (#3391) 1 year ago
Emil Ernerfeldt 99a1b5b62e
Add `Context::open_url` and `Context::copy_text` (#3380) 1 year ago
aspect 9c4f55b1f4
Remove Function() invocation from eframe text_agent to bypass "unsafe-eval" restrictions in Chrome browser extensions. (#3349) 1 year ago
Emil Ernerfeldt 2bbceb856b
"Final" image polish (#3342) 1 year ago
Emil Ernerfeldt d7d222d3f6
Polish image API (#3338) 1 year ago
Emil Ernerfeldt e367c20779
`egui_extras`: always depend on `log` crate (#3336) 1 year ago
Emil Ernerfeldt 5e785ae00a
Add syntax highlighing feature to `egui_extras` (#3333) 1 year ago
Jan Procházka 67a3fcae38
Final polish for new image loading (#3328) 1 year ago