summaryrefslogtreecommitdiff
path: root/Services
AgeCommit message (Expand)Author
2020-07-11WindowServer/LibGUI: Add default menu items and allow default action for cont...Tom
2020-07-11WindowServer: Add support for default MenuItemTom
2020-07-11WebServer: Allow the user to specify the base directoryAnotherTest
2020-07-07WindowServer: Apply the "wait" cursor to unresponsive windowsLinus Groh
2020-07-07WindowServer+LibGUI: Add "wait" cursorLinus Groh
2020-07-07WindowServer+LibGUI: Add "help" cursorLinus Groh
2020-07-07WindowServer+LibGUI: Add "resize row/column" cursorsLinus Groh
2020-07-07WindowServer: Turn an assertion that happens sometimes into a dbg()Andreas Kling
2020-07-07WindowServer: set_active_window() should not assume window has a clientAndreas Kling
2020-07-07LibWeb: Make context menus work in WebContentViewAndreas Kling
2020-07-06LibWeb: Make the WebContentView::on_load_start hook actually work :^)Andreas Kling
2020-07-06WebContent: Plumb link clicks to the WebContentView :^)Andreas Kling
2020-07-06ProtocolServer: Turn this into a multi-instance serviceAndreas Kling
2020-07-06WebContent: Shut down WebContent process when last client disconnectsAndreas Kling
2020-07-06LibIPC+Services: Make ClientConnection take socket as NonnullRefPtrAndreas Kling
2020-07-05WebContent: Plumb hovered links from WebContent process over to widgetAndreas Kling
2020-07-05WebContent: Put some debug spam behind an #ifdefAndreas Kling
2020-07-05WebContent: Coalesce pending paint events to reduce overdrawAndreas Kling
2020-07-05WebContent: Plumb scroll-into-view requests from server to clientAndreas Kling
2020-07-04WebContent: Plumb title changes over to the WebContentViewAndreas Kling
2020-07-04WebContent: Illustrate multi- vs single-process diffs in documentationAndreas Kling
2020-07-04WebContent: Basic scrolling support! :^)Andreas Kling
2020-07-04WebContent: Put some debug spam behind an #ifdefAndreas Kling
2020-07-04WebContent: Add a little text file I drew of the server/client classesAndreas Kling
2020-07-04WebContent: Notify client when web content selection changesAndreas Kling
2020-07-04Taskbar: Don't wrap minimized window titles in []Andreas Kling
2020-07-04WindowServer: Move window titles 1px to the rightAndreas Kling
2020-07-04Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includesAndreas Kling
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-07-03WindowServer: Don't crash when invalid resolution requestedMaciej Zygmanowski
2020-06-29WindowServer: don't send resize on resolution change unless neededPeter Elliott
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
2020-06-28SystemMenu: Fix shutdown dialogsppmacd
2020-06-28WindowServer: Move window title bar icons 1px to the rightAndreas Kling
2020-06-23SystemServer: Fix typo (exist -> exit) (#2615)Ruairidh MacLeod
2020-06-23WebContent: Unveil access to the ImageDecoder service :^)Andreas Kling
2020-06-22ImageDecoder: Add a new service for out-of-process image decoding :^)Andreas Kling
2020-06-22SystemServer: Put some debug spam behind #ifdefsAndreas Kling
2020-06-21WebContent: Turn it into a MultiInstance service :^)Andreas Kling
2020-06-18WindowServer: Add a new IsMaximized messageHüseyin ASLITÜRK
2020-06-18LibWeb: Rename LayoutNode::render() to paint()Andreas Kling
2020-06-18LibWeb: Separate layout tree rendering into phasesAndreas Kling
2020-06-18NotificationWindow: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-06-17LibWeb: Add PageClient::palette() for view-agnostic palette accessAndreas Kling
2020-06-17WebContent: Allow the WebContent process to trigger repaintsAndreas Kling
2020-06-17WebContent: Start work on browser process separation :^)Andreas Kling
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