egui/crates
Emil Ernerfeldt 02b9d2d082
Keyboard shortcut helpers (#2202)
* eframe web: Add WebInfo::user_agent

* Deprecate `Modifier::ALT_SHIFT`

* Add code for formatting Modifiers and Key

* Add type KeyboardShortcut

* Code cleanup

* Add Context::os/set_os to query/set what OS egui believes it is on

* Add Fonts::has_glyph(s)

* Add helper function for formatting keyboard shortcuts

* Faster code

* Add way to set a shortcut text on menu buttons

* Cleanup

* format_keyboard_shortcut -> format_shortcut

* Add TODO about supporting more keyboard sumbols

* Modifiers::plus

* Use the new keyboard shortcuts in emark editor demo

* Explain why ALT+SHIFT is a bad modifier combo

* Fix doctest
2022-10-31 12:58:26 +01:00
..
eframe Keyboard shortcut helpers (#2202) 2022-10-31 12:58:26 +01:00
egui Keyboard shortcut helpers (#2202) 2022-10-31 12:58:26 +01:00
egui-wgpu wgpu renderer no longer creates a sampler with every texture (#2198) 2022-10-30 15:14:45 +01:00
egui-winit Fix copy-paste on Windows (#2120) 2022-10-07 14:46:42 +02:00
egui_demo_app CI: Run cargo clippy for wasm32-unknown-unknown (#2200) 2022-10-30 20:55:07 +01:00
egui_demo_lib Keyboard shortcut helpers (#2202) 2022-10-31 12:58:26 +01:00
egui_extras table: fix deadlocks caused by lock fairness (#2156) 2022-10-16 20:10:48 +02:00
egui_glium Remove .with_srgb(false) when constructing window (#2110) 2022-10-08 11:43:48 +02:00
egui_glow Remove .with_srgb(false) when constructing window (#2110) 2022-10-08 11:43:48 +02:00
egui_web Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
emath Release 0.19.0 - wgpu backend, repaint_after, continue-after-close 2022-08-20 16:49:58 +02:00
epaint Keyboard shortcut helpers (#2202) 2022-10-31 12:58:26 +01:00