summaryrefslogtreecommitdiff
path: root/Userland/Services/WindowServer
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-18WindowServer: Fix animation crashTom
2022-03-18Userland: Change static const variables to static constexprLenny Maiorani
2022-03-14WindowServer: Update menu buttons' rects on font changeKarol Kosek
2022-03-14WindowServer: Use font height for item heights in MenusKarol Kosek
2022-03-04LibGfx: Rename RGBA32 => ARGB32Andreas Kling
2022-03-04Libraries: Make CharacterBitmap instances at compile-timeLenny Maiorani
2022-03-02WindowServer: Treat window frames with a border radius as transparentMacDue
2022-03-02WindowServer: Disable shadow rendering for themes with a border-radiusMacDue
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-24LibGUI+WindowServer: Add new `WMEvent` Super+DigitJan Grau
2022-02-21WindowServer: Mark window frame as invalidated when updating titleTom
2022-02-21WindowServer: Add IPC call to remove a menu's itemMarco Cutecchia
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile::sync()Sam Atkins
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-14WindowServer: Remove extraneous whitespace in `WindowServer.ipc`James Puleo
2022-02-14WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of pathJames Puleo
2022-02-14WindowServer: Consolidate tiled and maximized window rects calculationVitaly Dyachkov
2022-02-08WindowServer: Preserve cursor position when dragging between statesthankyouverycool
2022-02-08WindowServer: Add Vertically/HorizontallyMaximized WindowTileTypesthankyouverycool
2022-02-08WindowServer: Fix comments in WindowManagerthankyouverycool
2022-02-08WindowServer: Unify Window restore rectsthankyouverycool
2022-02-08WindowServer: Rename Window::tiled() => tile_type() and add is_tiled()thankyouverycool
2022-02-03Base+WindowsServer+keymap: Store multiple keymaps in a configTimur Sultanov
2022-02-03WindowServer+Keymap+LibGUI: Add widget to display current keymapTimur Sultanov
2022-02-03WindowManager: Basic support for system keymap switchingTimur Sultanov
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool
2022-01-29WindowServer: Allow checking checkable entries in a menu using spacenetworkException
2022-01-25WindowServer: Rename default_positioned() -> is_default_positioned()Valtteri Koskivuori
2022-01-23WindowServer: Paint menu checkboxes as such instead of as framesthankyouverycool
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-20Kernel: Add horizontal mouse scroll supportDmitry Petrov
2022-01-17WindowServer: Pick font with glyphs for digits for ScreenNumberOverlayTom
2022-01-16Everywhere: Mark Vector of mutable references as mutablecreator1creeper1
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-13WindowServer: Don't try to flash menubar in deleted windowsAndreas Kling
2022-01-12Base+WindowServer: Add icon to window menu move actionelectrikmilk
2022-01-09LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcutbugreport0
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2022-01-04WindowServer: Fix loading MainScreen setting from configurationTom
2022-01-03WindowServer: Tighten pledged promisesbugreport0
2022-01-01WindowsServer+LibGUI: Avoid getting color under cursor outside screennetworkException
2021-12-27WindowServer: Stop trying to close windows that are already destroyedSam Atkins
2021-12-27WindowServer: Use is_internal() instead of checking if the client existsSam Atkins
2021-12-25WindowServer: Skip over destroyed windows in WindowSwitcher::draw()Andreas Kling
2021-12-06LibIPC: Add IPC::MultiServer convenience classAndreas Kling
2021-12-06LibCore: Make LocalServer::take_over_from_system_server() return ErrorOrAndreas Kling