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
Age
Commit message (
Expand
)
Author
2022-03-18
WindowServer: Fix animation crash
Tom
2022-03-18
Userland: Change static const variables to static constexpr
Lenny Maiorani
2022-03-14
WindowServer: Update menu buttons' rects on font change
Karol Kosek
2022-03-14
WindowServer: Use font height for item heights in Menus
Karol Kosek
2022-03-04
LibGfx: Rename RGBA32 => ARGB32
Andreas Kling
2022-03-04
Libraries: Make CharacterBitmap instances at compile-time
Lenny Maiorani
2022-03-02
WindowServer: Treat window frames with a border radius as transparent
MacDue
2022-03-02
WindowServer: Disable shadow rendering for themes with a border-radius
MacDue
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-24
LibGUI+WindowServer: Add new `WMEvent` Super+Digit
Jan Grau
2022-02-21
WindowServer: Mark window frame as invalidated when updating title
Tom
2022-02-21
WindowServer: Add IPC call to remove a menu's item
Marco Cutecchia
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()
Sam Atkins
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-14
WindowServer: Remove extraneous whitespace in `WindowServer.ipc`
James Puleo
2022-02-14
WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of path
James Puleo
2022-02-14
WindowServer: Consolidate tiled and maximized window rects calculation
Vitaly Dyachkov
2022-02-08
WindowServer: Preserve cursor position when dragging between states
thankyouverycool
2022-02-08
WindowServer: Add Vertically/HorizontallyMaximized WindowTileTypes
thankyouverycool
2022-02-08
WindowServer: Fix comments in WindowManager
thankyouverycool
2022-02-08
WindowServer: Unify Window restore rects
thankyouverycool
2022-02-08
WindowServer: Rename Window::tiled() => tile_type() and add is_tiled()
thankyouverycool
2022-02-03
Base+WindowsServer+keymap: Store multiple keymaps in a config
Timur Sultanov
2022-02-03
WindowServer+Keymap+LibGUI: Add widget to display current keymap
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-29
WindowServer: Allow checking checkable entries in a menu using space
networkException
2022-01-25
WindowServer: Rename default_positioned() -> is_default_positioned()
Valtteri Koskivuori
2022-01-23
WindowServer: Paint menu checkboxes as such instead of as frames
thankyouverycool
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-20
Kernel: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-17
WindowServer: Pick font with glyphs for digits for ScreenNumberOverlay
Tom
2022-01-16
Everywhere: Mark Vector of mutable references as mutable
creator1creeper1
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-13
WindowServer: Don't try to flash menubar in deleted windows
Andreas Kling
2022-01-12
Base+WindowServer: Add icon to window menu move action
electrikmilk
2022-01-09
LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcut
bugreport0
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-04
WindowServer: Fix loading MainScreen setting from configuration
Tom
2022-01-03
WindowServer: Tighten pledged promises
bugreport0
2022-01-01
WindowsServer+LibGUI: Avoid getting color under cursor outside screen
networkException
2021-12-27
WindowServer: Stop trying to close windows that are already destroyed
Sam Atkins
2021-12-27
WindowServer: Use is_internal() instead of checking if the client exists
Sam Atkins
2021-12-25
WindowServer: Skip over destroyed windows in WindowSwitcher::draw()
Andreas Kling
2021-12-06
LibIPC: Add IPC::MultiServer convenience class
Andreas Kling
2021-12-06
LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr
Andreas Kling
2021-12-05
Userland: Cast unused BackgroundAction::construct() results to void
Sam Atkins
2021-12-05
Services: Cast unused IPC::new_client_connection() results to void
Sam Atkins
2021-11-30
LibCore: Change Core::LocalServer::on_ready_to_accept => on_accept
Andreas Kling
[next]