summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-08-26ConfigServer+LibConfig: Add way for clients to listen for config changesAndreas Kling
2021-08-26ConfigServer+LibConfig: Add pledge_domains() APIAndreas Kling
2021-08-26Userland: Introduce ConfigServer and LibConfigAndreas Kling
2021-08-24WebServer: Add 'Content-Type' header for error responsesMarco Cutecchia
2021-08-24LibWeb+WebContent: Add a simple API for running arbitrary JavaScriptAndreas Kling
2021-08-23WindowServer+LibGfx: Move CursorParams to LibGfxMaciej Zygmanowski
2021-08-23WindowServer: Add IPC calls for controlling cursor themeMaciej Zygmanowski
2021-08-23WindowServer: Add support for cursor themesMaciej Zygmanowski
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling
2021-08-22SQLServer: Use m_client_id instead of client_id in callbackRobert Stefanic
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-21LibSQL+SQLServer: Bare bones INSERT and SELECT statementsJan de Visser
2021-08-19WindowServer: Only clear the hovered item if the item was enabledsin-ack
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