summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer/main.cpp
AgeCommit message (Expand)Author
2022-10-25Services: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-23WindowServer: Reset mouse acceleration if out of rangedavidot
2022-09-11WindowServer: Unveil only subdirectories in /dev directoryLiav A
2022-08-01Userland+Base: Make the window titlebar font configurable separatelyAndreas Kling
2022-07-23Kernel+Userland: Add ioctl to set process ownership of DisplayConnectorLiav A
2022-07-23Userland: Remove stale remainders of old framebuffer devicesLiav A
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05DisplaySettings+WindowServer: Add support for display connector devicesLiav A
2022-04-29Kernel+WindowServer: Move setting tty graphical mode to UserspacePeter Elliott
2022-04-21WindowServer: Add the screen mode property in the screen configurationkleines Filmröllchen
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-03Base+WindowsServer+keymap: Store multiple keymaps in a configTimur Sultanov
2022-02-03WindowManager: Basic support for system keymap switchingTimur Sultanov
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2022-01-03WindowServer: Tighten pledged promisesbugreport0
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22WindowServer: Port to LibMain :^)Andreas Kling
2021-07-21WindowServer: Re-use existing Screen instances and improve fallbacksTom
2021-06-27WindowServer: Try to auto-add unconfigured framebuffer devicesTom
2021-06-20WindowServer: Add API to set/get screen layoutsTom
2021-06-20WindowServer: Validate that all screens can be reachedTom
2021-06-20WindowServer: Add initial support for rendering on multiple screensTom
2021-05-21WindowServer: Store system font queries in WindowServer.ini :^)Andreas Kling
2021-05-21LibGfx+WindowServer: Have WindowServer broadcast system font settingsAndreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-04-29WindowServer: Move configuration file to /etc/WindowServer.iniAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16WindowServer+LibGUI: Pass the system theme using Core::AnonymousBufferAndreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-15WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmapAndreas Kling
2021-01-15WindowServer: Make HighDPI awareNico Weber
2021-01-15LibGUI+WindowServer: Use anonymous files for window backing stores :^)Andreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling