egui/crates/eframe/src/web
lucasmerlin 5d6a58b917
Fix some typos (#5339)
The spell check pipeline in #5313 suddenly failed, this fixes these
typos and some more found via my IDEs spell checker tool
2024-11-04 09:51:34 +01:00
..
app_runner.rs Keep track of why `request_discard` was called (#5134) 2024-09-20 09:17:52 +02:00
backend.rs Only repaint on cursor movements of area, or if dragging outside (#4730) 2024-06-28 17:40:48 +02:00
events.rs Fix some typos (#5339) 2024-11-04 09:51:34 +01:00
input.rs Check if the mouse / touch event is above the canvas via element_from_point (#4775) 2024-07-05 08:18:53 +02:00
mod.rs Prevent panic when copying text outside of a secure context (#5326) 2024-11-01 13:21:59 +01:00
panic_handler.rs Improve documentation of `eframe`, especially for wasm32 (#3295) 2023-09-04 09:55:47 +02:00
screen_reader.rs Remove dependency on `tts` (#3651) 2023-11-28 10:46:18 +01:00
storage.rs Update to Rust 1.76 (#4411) 2024-04-25 15:51:01 +02:00
text_agent.rs Fix virtual keyboard on (mobile) web (#4855) 2024-08-27 09:42:35 +02:00
web_logger.rs Persist `Area` positions again (#4749) 2024-07-01 17:33:03 +02:00
web_painter.rs Use canvas directly (#4780) 2024-07-15 18:59:15 +02:00
web_painter_glow.rs Use canvas directly (#4780) 2024-07-15 18:59:15 +02:00
web_painter_wgpu.rs wgpu: Bump to wgpu 23.0.0 and wasm-bindgen to 0.2.95 (#5330) 2024-10-30 18:53:22 +01:00
web_runner.rs Fix some typos (#5339) 2024-11-04 09:51:34 +01:00