ladybird/Libraries
Andreas Kling 411d293961 LibCore+LibGUI: Don't fire timers in non-visible windows by default
LibCore timers now have a TimerShouldFireWhenNotVisible flag which is
set to "No" by default.

If "No", the timer will not be fired by the event loop if it's within
a CObject tree whose nearest GWindow ancestor is currently not visible
for timer purposes. (Specificially, this means that the window is
either minimized or fully occluded, and so does not want to fire timers
just to update the UI.)

This is another nice step towards a calm and serene operating system.
2019-12-29 16:03:36 +01:00
..
LibAudio Build: wrap make invocations with flock(1) 2019-12-28 21:09:33 +01:00
LibC Build: wrap make invocations with flock(1) 2019-12-28 21:09:33 +01:00
LibCore LibCore+LibGUI: Don't fire timers in non-visible windows by default 2019-12-29 16:03:36 +01:00
LibDraw LibDraw: Fix text rendering in progress bars 2019-12-29 15:53:28 +01:00
LibELF Kernel: Make kernel memory regions be non-executable by default 2019-12-25 22:41:34 +01:00
LibGUI LibCore+LibGUI: Don't fire timers in non-visible windows by default 2019-12-29 16:03:36 +01:00
LibHTML LibHTML: RenderingContext should keep the Palette alive 2019-12-29 12:01:24 +01:00
LibIPC Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibM Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibMarkdown Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibPCIDB Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibProtocol Build: wrap make invocations with flock(1) 2019-12-28 21:09:33 +01:00
LibPthread LibPthread: Log debug info to debug console instead of stdout (#931) 2019-12-27 15:53:02 +01:00
LibThread Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
LibVT Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00