egui/crates/egui_demo_lib/src
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
..
demo Keyboard shortcut helpers (#2202) 2022-10-31 12:58:26 +01:00
easy_mark Keyboard shortcut helpers (#2202) 2022-10-31 12:58:26 +01:00
color_test.rs Improve text redering and do all color operation in gamma space (#2071) 2022-09-24 17:53:11 +02:00
lib.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
syntax_highlighting.rs Fix text sizes being too small (#2069) 2022-09-21 21:31:08 +02:00