summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-06-06WindowServer: Drop support for the DisplayConnector write interfaceLiav A
2022-06-05WindowServer: Add IPC calls for changing the cursor highlightingMacDue
2022-06-05WindowServer: Implement cursor highlightingMacDue
2022-06-05WindowServer: Factor out config sync check to sync_config_to_disk()MacDue
2022-06-05LibCore: Remove ConfigFile::write_color_entry()MacDue
2022-06-03WindowServer: Check that a menu is not nullLorenzo Concas
2022-06-03Services: Use Core::Process::spawn() for common process spawn patternMacDue
2022-06-02Taskbar: Use default buttons in ShutdownDialogKarol Kosek
2022-06-01Taskbar+Desktop: Add super+D keyboard shortcutOlivier De Cannière
2022-06-01Taskbar: Add toggle_show_desktop()Olivier De Cannière
2022-06-01LibGUI: Fix typo in ConnectionToWindowManagerServerOlivier De Cannière
2022-06-01LibGUI+WindowServer: Propagate action icon changes to buttons and menusnetworkException
2022-05-31DHCPClient: Don't reset the interface if its already configuredTim Schumacher
2022-05-29WindowServer: Call screen_resolution_changed after window screens clearmontiagne
2022-05-28Browser+LibWeb+WebContent: Add ability to inspect session storageRafał Babiarz
2022-05-28NetworkServer: Support setting default gatewayMaciej
2022-05-26WebContent: Depend on ImageDecoder, RequestServer and WebSocketKarol Kosek
2022-05-26NetworkServer: Add a new NetworkServer serviceMaciej
2022-05-26DHCPClient: Don't discover interfaces other than given by defaultMaciej
2022-05-25WindowServer: Stop spurious debug spam after flushing the framebufferLiav A
2022-05-25Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUIMacDue
2022-05-25LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawnMacDue
2022-05-23SystemServer: Create a /dev/full device using numbers 1, 7Karol Kosek
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