summaryrefslogtreecommitdiff
path: root/engine/src/windowing.rs
AgeCommit message (Expand)Author
45 hoursrefactor(engine): remove cfg aliasesHampusM
6 daysfix(engine): stop if windowing app thread panicsHampusM
6 daysfeat(engine): show message dialog with error on panic in release buildsHampusM
6 daysfix(engine): prevent creation of multiple windowing contextsHampusM
6 daysrefactor(engine): replace windowing app message channels with queuesHampusM
11 daysfix(engine): prevent dropped cursor motion input on WindowsHampusM
11 daysstyle: format for Rust edition 2021HampusM
14 daysfeat(engine): add trace logging of windowing app messagesHampusM
2026-05-21chore: 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