summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-17AudioServer: Persist audio settings with a config filekleines Filmröllchen
2021-08-14Taskbar: Add keyboard shortcuts to the fixed items in the start menuAndreas Kling
2021-08-12SystemServer: Generalize chown_all_framebuffer_devices functionLiav A
2021-08-12Userland: Fix PATH environment variable orderingJean-Baptiste Boric
2021-08-10SystemServer: Change group ownership on all framebuffer devicesLiav A
2021-08-10LaunchServer: Make sure launching absolute symlinks worksGunnar Beutner
2021-08-10LaunchServer: Resolve symlinks when querying for handler applicationLuK1337
2021-08-09LaunchServer: Do not provide file handlers for special filesTetsui Ohkubo
2021-08-08FileOperation: Don't follow symlinksAndreas Kling
2021-08-08WindowServer: Fix Clang crash when compiling Compositor.cppDaniel Bertalan
2021-08-08WindowServer: Fix 'use of GNU old-style field designator'Daniel Bertalan
2021-08-07FileSystemAccessServer: Add window title as parameter for opening fileTimothy
2021-08-07SystemServer: Handle missing service executable gracefullyBrian Gianforcaro
2021-08-07Taskbar: Pass full argv for exit actionLuK1337
2021-08-06Userland: Use Core::Process::spawn() instead of posix_spawn() in placesAndreas Kling
2021-08-04Taskbar: Use provided AppFile icon instead of finding it ourselvesJelle Raaijmakers
2021-08-03Everywhere: Replace most cases of exit() with Application::quit()Timothy
2021-08-03Taskbar: Set chdir to the home directory when opening applicationsKarol Kosek
2021-08-02LibGUI, WindowServer: Greatly simplify menubar logicsin-ack
2021-08-01Services: Remove unused header includesBrian Gianforcaro
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