egui/crates
Barugon c07394b576
Only show on-screen-keyboard and IME when editing text (#3362)
* Remove calls to `set_ime_allowed`

* Allow IME if `text_cursor_pos` is `Some`

* Only call `Window::set_ime_allowed` when necessary

* allow_ime doesn't need to be atomic

* Remove unused imports

* Fix assignment
2023-09-19 14:14:42 +02:00
..
ecolor Update MSRV to Rust 1.70.0 (#3310) 2023-09-06 07:59:24 +02:00
eframe Only show on-screen-keyboard and IME when editing text (#3362) 2023-09-19 14:14:42 +02:00
egui `std::borrow::Cow<'_, str>` now implements `TextBuffer` (#3164) 2023-09-18 21:38:10 +02:00
egui-wgpu Polish image API (#3338) 2023-09-14 16:33:10 +02:00
egui-winit Only show on-screen-keyboard and IME when editing text (#3362) 2023-09-19 14:14:42 +02:00
egui_demo_app Remove Function() invocation from eframe text_agent to bypass "unsafe-eval" restrictions in Chrome browser extensions. (#3349) 2023-09-17 13:25:50 +02:00
egui_demo_lib Polish image API (#3338) 2023-09-14 16:33:10 +02:00
egui_extras Fix not taking clipping into account when calculating colum remainder (#3357) 2023-09-18 21:08:17 +02:00
egui_glium Final polish for new image loading (#3328) 2023-09-13 16:27:08 +02:00
egui_glow Polish image API (#3338) 2023-09-14 16:33:10 +02:00
egui_plot More image polish (#3343) 2023-09-15 10:57:25 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Update MSRV to Rust 1.70.0 (#3310) 2023-09-06 07:59:24 +02:00
epaint Fix problems with tabs in text (#3355) 2023-09-18 14:09:15 +02:00