summaryrefslogtreecommitdiff
path: root/Services
AgeCommit message (Expand)Author
2020-06-17Meta: Scale back overly informal user-facing stringsAndreas Kling
2020-06-16WindowServer: Replace character with code pointHüseyin ASLITÜRK
2020-06-13ProtocolServer+LibProtocol: Propagate HTTP status codes to clientsAndreas Kling
2020-06-13LibIPC: Only start responsiveness timer after sending client a messageAndreas Kling
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-12AudioServer: removed AS prefix from class and file namessppmacd
2020-06-11LibIPC+WindowServer+LibGUI: Detect and highlight unresponsive GUI appsAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-09SystemServer: Add support for accepting socket connections :^)Sergey Bugaev
2020-06-09SystemServer: Add support for multi-instance servicesSergey Bugaev
2020-06-07LibIPC+Services: Support URL as a native IPC typeAndreas Kling
2020-06-05WindowServer: Make perror() strings slightly more detailed.Nico Weber
2020-06-03WindowsServer: Add scancode value to KeyEventHüseyin ASLITÜRK
2020-06-01WindowServer: Remove keyboard shortcut for toggling the system menuAndreas Kling
2020-05-30Taskbar: Show window progress as a progress bar behind the window titleAndreas Kling
2020-05-30WindowServer+LibGUI: Add per-window progressAndreas Kling
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
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