egui/crates/egui_demo_app/src
Emil Ernerfeldt a0b3f1126b
Add helpers for zooming an app using Ctrl+Plus and Ctrl+Minus (#2239)
* Using tracing-subscriber in hello_world example

* Add Key::Plus/Minus/Equals

* Warn if failing to guess OS from User-Agent

* Remove jitter when using Context::set_pixels_per_point

* Demo app: zoom in/out using ⌘+ and ⌘-

* Demo app: make backend panel GUI scale slider better

* Optimize debug builds a bit

* typo

* Update changelog

* Add helper module `egui::gui_zoom` for zooming an app

* Better names, and update changelog

* Combine Plus and Equals keys

* Last fix

* Fix docs
2022-11-05 11:18:13 +01:00
..
apps wgpu: add support for user-level command buffers + viewport clarification (#2230) 2022-11-04 09:54:29 +01:00
backend_panel.rs Add helpers for zooming an app using Ctrl+Plus and Ctrl+Minus (#2239) 2022-11-05 11:18:13 +01:00
frame_history.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
lib.rs CI: Run cargo clippy for wasm32-unknown-unknown (#2200) 2022-10-30 20:55:07 +01:00
main.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
wrap_app.rs Add helpers for zooming an app using Ctrl+Plus and Ctrl+Minus (#2239) 2022-11-05 11:18:13 +01:00