summaryrefslogtreecommitdiff
path: root/LibCore/CEventLoop.cpp
AgeCommit message (Expand)Author
2019-05-28Add clang-format fileRobin Burchell
2019-05-26CEventLoop: Make it possible to determine running/quit state without using ex...Robin Burchell
2019-05-20CEventLoop: Allow manually driving the event loopRobin Burchell
2019-05-18Kernel: Fix timeout support in selectRobin Burchell
2019-04-29CEventLoop: Protect the message queue with a Lock.Andreas Kling
2019-04-20Sprinkle use of AK::Vector in various places.Andreas Kling
2019-04-20LibCore: Hide deferred_invoke() debug spam.Andreas Kling
2019-04-18CEventLoop: Don't call gettimeofday() at all if there are no timers.Andreas Kling
2019-04-18CEventLoop: Consolidate gettimeofday() syscalls.Andreas Kling
2019-04-10LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.Andreas Kling
2019-04-10LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it.Andreas Kling