Age | Commit message (Expand) | Author |
---|---|---|
2023-05-24 | Everywhere: Use MonotonicTime instead of Duration | kleines Filmröllchen |
2023-05-24 | AK: Rename Time to Duration | kleines Filmröllchen |
2023-04-26 | LibCore: Remove unused EventLoopManager::wake() | Andreas Kling |
2023-04-26 | LibCore: Move post_event() back to EventLoopImplementation | Andreas Kling |
2023-04-25 | LibCore+Ladybird: Add EventLoopManager interface for persistent state | Andreas Kling |
2023-04-25 | Ladybird+LibCore: Use QCoreApplication to drive the main Qt event loop | Andreas Kling |
2023-04-25 | LibCore: Add a hook for custom construction of EventLoopImplementation | Andreas Kling |
2023-04-25 | LibCore: Big first step towards pluggable Core::EventLoop | Andreas Kling |