1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:38:10 +00:00
serenity/Libraries
Andreas Kling d21a4f7518 CEventLoop: Don't re-process already processed events when un-nesting.
If we had already processed a couple of queued events by the time we were
told to un-nest the event loop, we'd put the entire current batch at the
head of the outer queue. This meant that we might end up trying to process
the same events multiple times.

Let's not do that. :^)
2019-07-25 16:12:51 +02:00
..
LibAudio Libraries: Remove unused "install" targets. 2019-07-21 21:28:48 +02:00
LibC LibC: Don't clobber errno in free(). 2019-07-25 15:23:29 +02:00
LibCore CEventLoop: Don't re-process already processed events when un-nesting. 2019-07-25 16:12:51 +02:00
LibDraw LibDraw: Add LogStream operator<< overload for Color. 2019-07-23 14:56:42 +02:00
LibGUI AK: Make HashMap::get(Key) return an Optional<Value>. 2019-07-24 10:25:43 +02:00
LibHTML LibHTML: Fetch the box edge values needed for block width computation. 2019-07-24 07:34:07 +02:00
LibM Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 2019-07-21 21:38:30 +02:00