summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-05-18WindowServer: Fix crash when hovering over title buttonsMacDue
2022-05-15LibWeb: Abstract the LibProtocol ResourceLoader connectionDexesTTP
2022-05-15LibWeb: Abstract the LibProtocol WebSockets connectionDexesTTP
2022-05-15LibWeb: Abstract the image decoding via Web::ImageDecoding::DecoderDexesTTP
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-12AK+DHCPClient: Fix false positive gcc 12 warningsDaniel Bertalan
2022-05-12WindowServer: Save config file when mouse cursor theme is changedSam Atkins
2022-05-11WindowServer: Make window frame flashing use the highlight colorkleines Filmröllchen
2022-05-08WindowServer: Consider screen scaling when getting color under cursorofftkp
2022-05-07LibJS: Convert Console to use MarkedVector<Value>Luke Wilde
2022-05-06WindowServer: Separate physical resolution from scaling factorsLiav A
2022-05-06WindowServer: Remove hack to restore graphics after switch from consoleLiav A
2022-05-06SystemServer: Boot to text mode if there are no device nodes at /dev/gpuLiav A
2022-05-06SystemServer: Remove search of a FramebufferDeviceLiav A
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