index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
WindowServer
/
main.cpp
Age
Commit message (
Expand
)
Author
2022-10-25
Services: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-23
WindowServer: Reset mouse acceleration if out of range
davidot
2022-09-11
WindowServer: Unveil only subdirectories in /dev directory
Liav A
2022-08-01
Userland+Base: Make the window titlebar font configurable separately
Andreas Kling
2022-07-23
Kernel+Userland: Add ioctl to set process ownership of DisplayConnector
Liav A
2022-07-23
Userland: Remove stale remainders of old framebuffer devices
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-05
Everywhere: Purge all support and usage of framebuffer devices
Liav A
2022-05-05
DisplaySettings+WindowServer: Add support for display connector devices
Liav A
2022-04-29
Kernel+WindowServer: Move setting tty graphical mode to Userspace
Peter Elliott
2022-04-21
WindowServer: Add the screen mode property in the screen configuration
kleines Filmröllchen
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-03
Base+WindowsServer+keymap: Store multiple keymaps in a config
Timur Sultanov
2022-02-03
WindowManager: Basic support for system keymap switching
Timur Sultanov
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-01-03
WindowServer: Tighten pledged promises
bugreport0
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
WindowServer: Port to LibMain :^)
Andreas Kling
2021-07-21
WindowServer: Re-use existing Screen instances and improve fallbacks
Tom
2021-06-27
WindowServer: Try to auto-add unconfigured framebuffer devices
Tom
2021-06-20
WindowServer: Add API to set/get screen layouts
Tom
2021-06-20
WindowServer: Validate that all screens can be reached
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-05-21
WindowServer: Store system font queries in WindowServer.ini :^)
Andreas Kling
2021-05-21
LibGfx+WindowServer: Have WindowServer broadcast system font settings
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-04-29
WindowServer: Move configuration file to /etc/WindowServer.ini
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-17
Everywhere: Remove more <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-16
WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer
Andreas Kling
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-15
WindowServer+Taskbar: Send WM icon updates as Gfx::ShareableBitmap
Andreas Kling
2021-01-15
WindowServer: Make HighDPI aware
Nico Weber
2021-01-15
LibGUI+WindowServer: Use anonymous files for window backing stores :^)
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling