Andreas Kling
|
7e1cb86da7
LibHTML: Make it possible to build LibHTML on the host.
|
6 years ago |
Andreas Kling
|
29a9430246
AK: Make timeval_add() and timeval_sub() take references.
|
6 years ago |
Andreas Kling
|
800242ed4e
CEventLoop: Don't bother looking through fds when select() returns 0.
|
6 years ago |
Robin Burchell
|
0dc9af5f7e
Add clang-format file
|
6 years ago |
Robin Burchell
|
8df3e2516f
CEventLoop: Make it possible to determine running/quit state without using exec()
|
6 years ago |
Robin Burchell
|
d791bce6af
CEventLoop: Allow manually driving the event loop
|
6 years ago |
Robin Burchell
|
df74a9222f
Kernel: Fix timeout support in select
|
6 years ago |
Andreas Kling
|
65f2f19b41
CEventLoop: Protect the message queue with a Lock.
|
6 years ago |
Andreas Kling
|
5eedb22834
Sprinkle use of AK::Vector in various places.
|
6 years ago |
Andreas Kling
|
405fe4f72c
LibCore: Hide deferred_invoke() debug spam.
|
6 years ago |
Andreas Kling
|
3b986da643
CEventLoop: Don't call gettimeofday() at all if there are no timers.
|
6 years ago |
Andreas Kling
|
8e0611201e
CEventLoop: Consolidate gettimeofday() syscalls.
|
6 years ago |
Andreas Kling
|
fc1d3074de
LibCore: Move LibGUI/GNotifier to LibCore/CNotifier.
|
6 years ago |
Andreas Kling
|
b2542414d7
LibCore: Add CEventLoop and make LibGUI/GEventLoop inherit from it.
|
6 years ago |