summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-04-27WindowServer: Reevaluate hovered window on window rect changeJelle Raaijmakers
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
2021-04-25Services: Add a WebSocket serviceDexesTTP
2021-04-25Userland+Base: Add "ladyball" logo for the system :^)Andreas Kling
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack
2021-04-24LaunchServer: Fix argument order to FileManagerAlbert S
2021-04-24AudioServer: Mixer: limit max volume to 200%Brendan Coles
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21TelnetServer: Convert String::format() => String::formatted()Andreas Kling
2021-04-21WindowServer: Add missing <AK/Debug.h> include and use dbgln_if()Andreas Kling
2021-04-21ImageDecoder: Add missing <AK/Debug.h> include and use dbgln_if()Andreas Kling
2021-04-21LookupServer: Use dbgln_if instead of #ifAli Mohammad Pur
2021-04-20FileManager+FileOperation: Report Errors when doing an file operationTobias Christiansen
2021-04-19Taskbar: Show start menu when super key is pressedConor Byrne
2021-04-19LibGUI+WindowServer: Add WM_SuperKeyPressed eventConor Byrne
2021-04-19WindowServer: Use VERIFY instead of assert in scale factor checkMaciej Zygmanowski
2021-04-18LibJS: Implement console.assert()Linus Groh
2021-04-18Browser+WebContent: Fix HTML injection in console functions outputLinus Groh
2021-04-18Everywhere: Rename title_bar => titlebarAndreas Kling
2021-04-17WindowServer: Make MenuItemActivated IPC message pass identifier as u32Andreas Kling
2021-04-17WindowServer: Don't "enter" menu item when hovering over a separatorAndreas Kling
2021-04-17WindowServer+LibGUI: Notify GUI clients about menu item enter/leaveAndreas Kling
2021-04-17DHCPClient: Fix undefined behaviour when calling memcpy() (#6416)Georgiy Komarov
2021-04-17Taskbar: Use WM connection for window management operationssin-ack
2021-04-17LibGUI+WindowServer: Separate window manager IPC from regular IPCsin-ack
2021-04-16LibGUI+WindowServer: Fix some misaligned CMakeLists.txt SOURCES entriesLinus Groh
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-16WindowServer: Recalculate window rect when toggling menubarLinus Groh
2021-04-16WindowServer: Replace window menu action magic numbers with enumLinus Groh
2021-04-15SystemServer+LibCore: Allow service to request multiple socketssin-ack
2021-04-15WindowServer: Clean up some of the code around menu item hoveringAndreas Kling
2021-04-15WindowServer: Fix window shadow rendering glitchTom
2021-04-14Browser+LibWeb: Add support for spoofing the browser user agentIdan Horowitz
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13FileManager+FileOperation: Show byte progress of current fileAndreas Kling
2021-04-13FileOperation: Add a new helper program for out-of-process file opsAndreas Kling
2021-04-12WindowServer: Fix notification placementValtteri Koskivuori
2021-04-12WindowServer: Strip Alt-shortcut marker ('&') when measuring menu textsAndreas Kling
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-11LibWeb+WebContent: Hook document.cookie to the backend cookie storageTimothy Flynn
2021-04-11LibWeb+WebContent: Support image context menus in OOPWVAndreas Kling
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-04-10WindowServer: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-09WindowServer: Cache internal Alt shortcuts on the Menu objectAndreas Kling