summaryrefslogtreecommitdiff
path: root/LibCore/CEventLoop.h
AgeCommit message (Expand)Author
2019-05-20CEventLoop: Allow manually driving the event loopRobin 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-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