summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-07-28WindowServer: Don't draw separator between pin window & close for modalsLuK1337
2021-07-27Userland: Make TextWrapping::Wrap opt-insin-ack
2021-07-27LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index)Andreas Kling
2021-07-27LibGfx: Improve ImageDecoder constructionAndreas Kling
2021-07-26NotificationServer: Expand the notification when hoveredsin-ack
2021-07-26Userland: Move text wrapping/elision into the new TextLayout :^)sin-ack
2021-07-26Taskbar: Unbreak application launchers in the start menuAndreas Kling
2021-07-26Taskbar: Show Settings app instead of Settings app categoryAndreas Kling
2021-07-25WindowServer: Remove debug spam in MenuManager::refresh()Andreas Kling
2021-07-22CrashDaemon: Remove BACKTRACE_DEBUG debugging codeAndreas Kling
2021-07-22WindowServer: Fix rendering overlays when there's no desktop windowTom
2021-07-22LaunchServer: Remove debug spam about incoming connectionsAndreas Kling
2021-07-22FileOperation: Use LexicalPath::join() for all path joiningSam Atkins
2021-07-22FileOperation: Implement 'Delete' operationSam Atkins
2021-07-22FileOperation: Combine 'sources' and 'destination' CL argumentsSam Atkins
2021-07-22FileManager+FileOperation: Implement (and use) 'Move' commandSam Atkins
2021-07-22FileOperation: Extract execute_work_items() from perform_copy()Sam Atkins
2021-07-22FileOperation: Accept multiple source argumentsSam Atkins
2021-07-22FileManager+FileOperation: Switch to east constSam Atkins
2021-07-22WindowServer: Reuse config variable from the class on theme changeKarol Kosek
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-21WindowServer: Re-use existing Screen instances and improve fallbacksTom
2021-07-20Taskbar: Update the start button width when system fonts changeAndreas Kling
2021-07-20Taskbar: Launch apps in Terminal when RunInTerminal=true is specifiedLinus Groh
2021-07-19WindowServer: Add set_virtual_dekstop WindowManager messagePeter Elliott
2021-07-19WindowServer: Fix crash rendering fullscreen windowTom
2021-07-18WindowServer: Fix menu over-drawingTom
2021-07-18WindowServer: Fix compositor overdraw issues related to transparencyTom
2021-07-18WindowServer: Recompute occlusions when removing an overlayTom
2021-07-18WindowServer: Let clients mark windows as stealable by specific clientsTimothy
2021-07-18FileSystemAccessServer: Add expose_window_server_client_id()Timothy
2021-07-18FileSystemAccessServer+TextEditor: Implement cross-process modal promptsTimothy
2021-07-18WindowServer: Add WindowServer::get_window_rect_from_client()Timothy
2021-07-18WindowServer: Add WindowServer::async_set_window_parent_from_client()Timothy
2021-07-18LibGUI+WindowServer: Expose WindowServer client id to the clientTimothy
2021-07-15SpiceAgent: Add Clipboard as a build dependencyGunnar Beutner
2021-07-14LibWeb: Add OOPWV IPC for selecting all textTimothy Flynn
2021-07-14LibWeb: Add OOPWV IPC for retrieving selected textTimothy Flynn
2021-07-14WindowServer: Don't use GNU-style designatorDaniel Bertalan
2021-07-14SpiceAgent: Support copying and pasting imagesx-yl
2021-07-14SpiceAgent: Add a new spice agent service :^)x-yl
2021-07-13KeyboardPreferenceLoader: Use correct default Num Lock config valueForLoveOfCats
2021-07-12TaskbarWindow: Redraw start button when default font changesLuK1337
2021-07-11FileSystemAccessServer: Return user_picked_value even on errorAdam Hodgen
2021-07-10WindowServer: Flush display buffer when flashingTom
2021-07-10FileSystemAccessServer: Add service for accessing veiled files nicelyTimothy
2021-07-10Taskbar: Scale window icon bitmap if it's not 16x16LuK1337
2021-07-09LibThreading: Rename Lock => MutexAndreas Kling
2021-07-09WindowServer: Paint background when a fullscreen window is transparentAziz Berkay Yesilyurt
2021-07-09Revert "Userland: Add ability to screenshot rectangular region in `shot` (#85...Ali Mohammad Pur