summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-05-05WindowServer: Take vertical menu offset into account when adjusting posLinus Groh
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05Everywhere: Rename fb prefix function names => graphics_connectorLiav A
2022-05-05Everywhere: Rename FB prefix structure names => GraphicsLiav A
2022-05-05WindowServer: Use FB_IOCTL_FLUSH_HEAD to flush a framebuffer if possibleLiav A
2022-05-05WindowServer: Implement mechanism to restore safe mode settingLiav A
2022-05-05DisplaySettings+WindowServer: Add support for display connector devicesLiav A
2022-05-05Userland: Re-organize /dev GPU nodesLiav A
2022-05-03LibAudio+Userland: Remove Audio::LegacyBufferkleines Filmröllchen
2022-05-03WindowServer: Support hover icons for title buttonsMacDue
2022-05-03DHCPClient: Don't crash if DHCP options contain no gatewayPatrick Meyer
2022-04-29Kernel+WindowServer: Move setting tty graphical mode to UserspacePeter Elliott
2022-04-26LoginServer: Change login fail message to avoid enumeration attacksPeter Elliott
2022-04-26LibConfig+ConfigServer: Write config values synchronouslyMoustafa Raafat
2022-04-25LibGfx+WindowServer: Add theme flag TitleButtonsIconOnlyMacDue
2022-04-23LibWeb+AudioServer: Remove unused spaceship operatorsAndrew Kaster
2022-04-21AudioServer: Auto-pause new clientskleines Filmröllchen
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-04-21LibAudio+Everywhere: Rename Audio::Buffer -> Audio::LegacyBufferkleines Filmröllchen
2022-04-21SystemServer: Boot into graphical mode even if there's no video hardwarekleines Filmröllchen
2022-04-21WindowServer: Create the VirtualScreenBackendkleines Filmröllchen
2022-04-21WindowServer: Add the screen mode property in the screen configurationkleines Filmröllchen
2022-04-21WindowServer: Make Screen use ScreenBackendkleines Filmröllchen
2022-04-21WindowServer: Introduce the ScreenBackend conceptkleines Filmröllchen
2022-04-21WindowServer: Rename fb_data and friends to flush_rect etckleines Filmröllchen
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-17DHCPClient: Send ParameterRequestList option with DHCPRequest packetThitat Auareesuksakul
2022-04-17DHCPClient: Send ServerIdentifier option with DHCPRequest packetThitat Auareesuksakul
2022-04-16LibCore+Everywhere: Make Core::Stream read_until() return BytesSam Atkins
2022-04-16LibCore+Everywhere: Make Core::Stream::read() return BytesSam Atkins
2022-04-15LibDNS: Remove the 'DNS' prefix from the various type and class namesTom
2022-04-15LookupServer: Move DNS related code into new LibDNS libraryTom
2022-04-14TelnetServer: Ignore null and \n when parsingAatos Majava
2022-04-11DHCPClient: Close outgoing sockets after useTim Schumacher
2022-04-11LibCore+Userland: Remove File::ensure_parent_directorieskleines Filmröllchen
2022-04-11LibCore: Automatically create config directories if necessarykleines Filmröllchen
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-09Browser+LibWeb+WebContent: Implement per-URL-pattern proxiesAli Mohammad Pur
2022-04-09RequestServer+LibProtocol: Allow users to specify a per-request proxyAli Mohammad Pur
2022-04-09LibCore+RequestServer: Add support for SOCKS5 proxiesAli Mohammad Pur
2022-04-09WebServer: Add utf-8 charset to Content-Type header for text/plainLady Gegga
2022-04-06LibWeb: Remove the InProcessWebView widgetAndreas Kling
2022-04-06InspectorServer: Defer removal of InspectableProcess from tablesin-ack
2022-04-05Revert "WebContent: Use ConsoleGlobalObject for the console's global object :^)"Andreas Kling
2022-04-05WindowServer+LibGUI: Notify windows when their maximized state changesAndreas Kling
2022-04-05WebContent: Cancel pending paint requests when removing a backing storeAndreas Kling
2022-04-05WebContent: Use ConsoleGlobalObject for the console's global object :^)Sam Atkins
2022-04-04ClockSettings+Taskbar: Add settings for taskbar clock formatcflip
2022-04-03Services: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-03Browser+LibWeb+WebContent: Add ability to inspect local storageValtteri Koskivuori