Age | Commit message (Expand) | Author |
---|---|---|
2019-05-20 | CEventLoop: Allow manually driving the event loop | Robin Burchell |
2019-04-29 | CEventLoop: Protect the message queue with a Lock. | Andreas Kling |
2019-04-20 | Sprinkle use of AK::Vector in various places. | Andreas Kling |
2019-04-18 | CEventLoop: Consolidate gettimeofday() syscalls. | Andreas Kling |
2019-04-10 | LibCore: Move LibGUI/GNotifier to LibCore/CNotifier. | Andreas Kling |
2019-04-10 | LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it. | Andreas Kling |