summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CEventLoop.h
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-05AK+LibCore: Add an IDAllocator and use to allocate timer idsShannon Booth
2019-12-29LibCore+LibGUI: Don't fire timers in non-visible windows by defaultAndreas Kling
2019-10-25LibCore: Added unquit() method to CEventLoop.Brandon Scott
2019-09-22LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhereAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibCore: Convert CLocalServer to ObjectPtrAndreas Kling
2019-08-26LibThread: Move CLock to LibThread::LockSergey Bugaev
2019-08-17LibCore+rpcdump: Publish CObject graph to on-demand RPC socketAndreas Kling
2019-08-02CEventLoop: Devirtualize take_pending_events_from(CEventLoop)Andreas Kling
2019-08-01CEventLoop: Add a missing initializer to EventLoopTimer.Andreas Kling
2019-07-24Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>.Andreas Kling
2019-07-24CEventLoop: Use NonnullOwnPtr for QueuedEvent::event.Andreas Kling
2019-07-20CEventLoop: Remove some no-longer-used virtuals.Andreas Kling
2019-07-14CEventLoop: Add wake(), a mechanism for waking up when blocked in select().Andreas Kling
2019-07-13AudioServer: Assorted infrastructure workRobin Burchell
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling