summaryrefslogtreecommitdiff
path: root/Services
AgeCommit message (Expand)Author
2020-05-27ProtocolServer: Forget downloads after they are stoppedAndreas Kling
2020-05-27Base: Replace TTYServer with text mode ShellSergey Bugaev
2020-05-27SystemServer: Add BootModes and Environment service optionsSergey Bugaev
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-26Userland et al: Pledge sigaction when neededSergey Bugaev
2020-05-25WindowServer: Don't crash when minimizing EyesSergey Bugaev
2020-05-21ProtocolServer: Support request headersAndreas Kling
2020-05-20LibGUI: Replace up and down arrows with emojiHüseyin ASLITÜRK
2020-05-20WindowServer: Remove WindowManager::invalidate(Window) API'sAndreas Kling
2020-05-20WindowServer: Move occlusion things from WindowManager to CompositorAndreas Kling
2020-05-19WindowServer: Always send mouse events to the full-screen windowAndreas Kling
2020-05-19WindowServer: Ignore overlap when compositing full-screen windowsAndreas Kling
2020-05-19SystemMenu: Don't exit if the shutdown dialog is opened but cancelledAndreas Kling
2020-05-19SystemMenu: Rename PowerDialog => ShutdownDialogAndreas Kling
2020-05-18WindowServer: Rename WindowManager wm_config() to config()Shannon Booth
2020-05-18WindowServer: Make some WindowManager member functions constShannon Booth
2020-05-18WindowServer: Remove uneeded const_casts for getting a submenuShannon Booth
2020-05-18WindowServer: Add const version of Menu::find_menu_by_id(int menu_id)Shannon Booth
2020-05-18WindowServer: Add const qualified version of MenuItem::submenu()Shannon Booth
2020-05-18LaunchServer: Discover handlers from *.af files, allow launching based on a k...Nicholas Hollett
2020-05-17LibGemini: Implement rendering text/gemini documents to HTMLAnotherTest
2020-05-17ProtocolServer: Put everything in the ProtocolServer namespaceAndreas Kling
2020-05-17ProtocolServer: Attach downloads and their lifecycles to clientsConrad Pankoff
2020-05-17ProtocolServer: Integrate LibGemini for simple requestsConrad Pankoff
2020-05-16LibIPC: Allow opt-in UTF-8 validation on message parametersAndreas Kling
2020-05-16LibGUI+WindowServer: Allow applications to set custom cursor bitmapsShannon Booth
2020-05-15Clipboard: Remove accidentally commited fileSergey Bugaev
2020-05-15Clipboard: Add missing copyright headerAndreas Kling
2020-05-14Clipboard: Move the system clipboard to a dedicated service process :^)Andreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-13WindowServer: Invalidate the cursor when setting an override cursorDexesTTP
2020-05-13LibGUI+WindowServer: Allow apps to use the "move" cursor :^)Andreas Kling
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-12LibHTTP+ProtocolServer: Use CaseInsensitiveStringTraits for headersAndreas Kling
2020-05-12LaunchServer+LibDesktop: Add API to list handlers for a given URLAndreas Kling
2020-05-12LaunchServer: Remove tab characters in LaunchServer.ipcAndreas Kling
2020-05-10WindowServer: Shade the bottom of the menu bar like a buttonAndreas Kling
2020-05-10Taskbar: Let's custom paint the background instead of using GUI::FrameAndreas Kling
2020-05-10WindowServer: Add 2px of tasteful space above maximized windowsAndreas Kling
2020-05-10WindowServer: Add basic search functionality in menusShannon Booth
2020-05-10WindowServer: Rework and simplify Menu event handlingShannon Booth
2020-05-10WindowServer: Remove stray semicolonShannon Booth
2020-05-09WindowServer: Cancel any ongoing input tracking when a menu pops upAndreas Kling
2020-05-09LaunchServer: Add the LaunchServer to centralise file associations.Nicholas Hollett
2020-05-08Services: Move Taskbar and SystemMenu from Applications to ServicesAndreas Kling
2020-05-08Services: Renamed from ServersAndreas Kling