summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-10-28LibWasm: Add missing validation for memory.copyLuke Wilde
2022-10-27ntpquery: Fix pledge and unveil invocationsdemostanis
2022-10-27Revert "LibWeb: Use OrderedHashMap to store pending idle callbacks"Andreas Kling
2022-10-27LibCore: Limit to the user buffer size when reading lines from a streamTim Schumacher
2022-10-27LibGfx+Everywhere: Make DisjointRectSet work for non-int RectsSam Atkins
2022-10-27LibGfx: Move DisjointRectSet code into the header fileSam Atkins
2022-10-27LibGfx: Correct Line::to_string() outputSam Atkins
2022-10-27LibGfx: Make formatting of spatial types work with non-int/floatsSam Atkins
2022-10-27LibWeb: Always resolve horizontal padding and borders on block-level boxesAndreas Kling
2022-10-27LibWeb: Place block-level boxes in both axes before doing inside layoutAndreas Kling
2022-10-27LibWeb: Implement static position for abspos children of flex containerAndreas Kling
2022-10-27PixelPaint: Make scopes hideableTimothy Slater
2022-10-27Kernel+LibC: Report correct scheduling priority limitskleines Filmröllchen
2022-10-27LibC: Implement pthread_{get,set}schedparamkleines Filmröllchen
2022-10-27Kernel: Make scheduler control syscalls more generickleines Filmröllchen
2022-10-27LibC: Remove duplicate definition of sched_param from sched.hkleines Filmröllchen
2022-10-26LibWeb: Make Fetch::Request follow abort signals where appropriate Luke Wilde
2022-10-26LibWeb: Add the ability for an AbortSignal to follow anotherLuke Wilde
2022-10-26LibWeb: Convert DOM::AbortSignal to use JS::SafeFunctionLuke Wilde
2022-10-26GMLPlayground: Replace /proc/all unveil with /sys/kernel/processesTimothy Flynn
2022-10-26LibGUI: Make sure combobox list windows can't be movedGunnar Beutner
2022-10-26LibWeb: Fix unchecked Variant access in Request::construct_impl()Linus Groh
2022-10-26LibWeb: Fix incorrect peek offset in HeaderList::get_decode_and_split()Linus Groh
2022-10-25LibWeb: Remove old assertion in host_enqueue_promise_job context hackLuke Wilde
2022-10-25Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directoryLiav A
2022-10-25Utilities: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Services: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25LibSymbolication: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25LibCore: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Applets: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25sysctl: Use /sys/kernel/variables/ directory instead of /proc/sysLiav A
2022-10-25LibGUI: Fix EditingEngine Shift + Up/Down highlight behaviorskelegorg
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-25LibGUI: Don't show the command palette action in the command palettedemostanis
2022-10-25LibGUI: Remove Window::set_blocks_command_palette()demostanis
2022-10-25LibGUI: Add CommonActions::make_command_palette_action()demostanis
2022-10-25LibLocale+LibJS: Update to CLDR version 42.0.0Timothy Flynn
2022-10-25LibVideo: Add CICP parsing to MatroskaReaderZaggy1024
2022-10-25LibVideo: Implement CICP color space conversionZaggy1024
2022-10-25LibGfx: Make Matrix and VectorN more constexpr-friendlyZaggy1024
2022-10-24Userland: Unveil /usr/lib/Loader.so when using 'x' permissions on unveilLiav A
2022-10-24Inspector: Reopen picker UI after selecting Inspectorcrpz1
2022-10-24mv: Support the '--no-clobber' optionEli Youngs
2022-10-24PixelPaint: Limit editing tools to selectionTimothy Slater
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-24LibGfx: Make Rect::set_{bottom,right}_without_resize() work for non-intSam Atkins
2022-10-24GMLPlayground: Restrict filesystem access using `unveil()`Karol Kosek
2022-10-24GMLPlayground: Open and save files using FileSystemAccessClientKarol Kosek
2022-10-24LibWeb: Implement recent changes to module script fetchingnetworkException