Age | Commit message (Expand) | Author |
---|---|---|
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-26 | CEventLoop: Make it possible to determine running/quit state without using ex... | Robin Burchell |
2019-05-20 | CEventLoop: Allow manually driving the event loop | Robin Burchell |
2019-05-18 | Kernel: Fix timeout support in select | 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-20 | LibCore: Hide deferred_invoke() debug spam. | Andreas Kling |
2019-04-18 | CEventLoop: Don't call gettimeofday() at all if there are no timers. | 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 |