summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-04-25LibGUI: Respect TitleButtonsIconOnly in AbstractThemePreviewMacDue
2022-04-25LibGfx+WindowServer: Add theme flag TitleButtonsIconOnlyMacDue
2022-04-25ini: Use String for argumentsRalf Donau
2022-04-25LibGUI: Display line number next to the first visual lineLucas CHOLLET
2022-04-24LibGUI: Fix text wrap artifact when selecting textLucas CHOLLET
2022-04-23LibGUI: Remove unused functions in EditingEngine classMoustafa Raafat
2022-04-23ClockSettings: Add a preview of the current time formatSam Atkins
2022-04-23ClockSettings: Tweak timezone layout spacing to not crop the ComboBoxSam Atkins
2022-04-23ClockSettings: Don't change format text when checking "Custom"Sam Atkins
2022-04-23ClockSettings: Select radio-button that matches the saved clock formatSam Atkins
2022-04-23UserspaceEmulator: Use boolean operators instead of bitwise onesDaniel Bertalan
2022-04-23LibC: Use correct inttypes.h format strings on Aarch64Daniel Bertalan
2022-04-23LibC: Unconditionally include bits/posix1_lim.h from limits.hDaniel Bertalan
2022-04-23LibWeb+AudioServer: Remove unused spaceship operatorsAndrew Kaster
2022-04-23Kernel+LibC+LibCore: Implement the unlinkat(2) syscallsin-ack
2022-04-23LibWeb: Move XHR::open() towards more spec complianceKenneth Myhra
2022-04-23LibWeb: XHR set_request_header() validate header name and valueKenneth Myhra
2022-04-23LibWeb: Trim leading and trailing HTTP whitespace bytesKenneth Myhra
2022-04-23LibWeb: Use a more restrictive regex for method token productionKenneth Myhra
2022-04-23LibWeb: Combine headers in XMLHttpRequest::set_request_headerKenneth Myhra
2022-04-22LibWasm: Simplify the return instruction execution code a bitAli Mohammad Pur
2022-04-22LibWasm: Push call results back in reverse order to preserve stack orderAli Mohammad Pur
2022-04-22LibWasm: Make memory_grow validation push back the old memory sizeAli Mohammad Pur
2022-04-22LibWasm: Make local_tee validation keep the value on the stackAli Mohammad Pur
2022-04-22LibRegex: Check inverse_matched after every op, not just at the endAli Mohammad Pur
2022-04-22Documentation+SQLStudio: Add manual page for SQL StudioDylan Katz
2022-04-22DevTools: Introduce SQL StudioDylan Katz
2022-04-21PixelPaint: Add a histogram widgetTorstennator
2022-04-21LibGUI+Applications: Add --open-tab option to FooSettings applicationsSam Atkins
2022-04-21LibGUI+Applications: Give SettingsWindow tabs a string IDSam Atkins
2022-04-21LibCore: Output invalid DateTime::to_string() specifiers as literalsSam Atkins
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-21LibIPC: Allow transporting a SharedCircularQueue over IPCkleines Filmröllchen
2022-04-21LibCore: Introduce SharedSingleProducerCircularQueuekleines 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-21netstat: Add the wide flag optionbrapru
2022-04-21netstat: Add hostname resolutionbrapru
2022-04-21arp: Add hostname resolutionbrapru
2022-04-21LibC: Stub out posix_memalign()Andreas Kling
2022-04-21LibC: Make nameinfo (NI_*) constants bitfield-friendlyAndreas Kling
2022-04-21LibC: Implement errno via a __errno_location() functionAndreas Kling
2022-04-21Shell: Highlight commands with a hyperlink to open their help pagesForLoveOfCats
2022-04-21LaunchServer+Help: Open `help` urls with HelpForLoveOfCats