summaryrefslogtreecommitdiff
path: root/engine/src/windowing.rs
AgeCommit message (Expand)Author
25 hoursfix(engine): stop if windowing app thread panicsHampusM
26 hoursfeat(engine): show message dialog with error on panic in release buildsHampusM
28 hoursfix(engine): prevent creation of multiple windowing contextsHampusM
28 hoursrefactor(engine): replace windowing app message channels with queuesHampusM
6 daysfix(engine): prevent dropped cursor motion input on WindowsHampusM
6 daysstyle: format for Rust edition 2021HampusM
9 daysfeat(engine): add trace logging of windowing app messagesHampusM
11 dayschore: rename ecs* crates to engine-ecs*HampusM
2026-04-30refactor(engine): use component event EventMatch ext traitHampusM
2026-04-24feat(engine): add & improve logging in windowing moduleHampusM
2026-04-21feat(engine): make windowing & work queue threads namedHampusM
2026-04-05fix(engine): prevent visual glitches after moving mouse before window openHampusM
2026-04-05feat(engine): add position to mouse componentHampusM
2025-11-06feat(engine): add scale factor to Window structHampusM
2025-10-18refactor(engine): use winit instead of glfwHampusM