ladybird/Userland
Liav A 102ac09ad7 WindowServer: Stop spurious debug spam after flushing the framebuffer
This became apparent when using the VirtIO graphics device, because the
HardwareScreenBackend object needs to allow flushing of the framebuffer
constantly, and due to incorrect if-else flow, even a non-error response
from the ioctl was leading to a debug spam.
2022-05-25 23:33:31 +01:00
..
Applets Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUI 2022-05-25 23:14:22 +01:00
Applications DisplaySettings: Link to cursor themes from "Themes" tab 2022-05-25 23:14:22 +01:00
Demos LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
DevTools LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
DynamicLoader LibC+Kernel: Prevent string functions from calling themselves 2022-05-12 13:12:37 +02:00
Games LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
Libraries LibLine: Add support for user-controlled masking 2022-05-25 23:17:15 +01:00
Services WindowServer: Stop spurious debug spam after flushing the framebuffer 2022-05-25 23:33:31 +01:00
Shell LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
Utilities Meta+Userland: Add jakt as an optional Lagom Tool 2022-05-23 23:05:45 +02:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00