summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-04-12LibWeb: Parse border-style correctlyEgor Ananyin
2021-04-12WindowServer: Strip Alt-shortcut marker ('&') when measuring menu textsAndreas Kling
2021-04-12LibArchive: Support POSIX.1-1988 tar filesPeter Elliott
2021-04-12Userland: Add nproc utilityPeter Elliott
2021-04-12Userland: Add support for -S to env commandPeter Elliott
2021-04-12LibJS: Memoize failed calls of try_parse_arrow_function_expression()Stephan Unverwerth
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-12LibJS: Add Object::get_without_side_effects()Linus Groh
2021-04-12LibWeb: Add Window.parent and fix Window.top attributesLuke
2021-04-12Browser: Process Secure and HttpOnly cookie attributesTimothy Flynn
2021-04-12Browser: Process Path cookie attributeTimothy Flynn
2021-04-12Browser: Process Domain cookie attributeTimothy Flynn
2021-04-12Browser: Process Max-Age cookie attributeTimothy Flynn
2021-04-12Browser: Parse cookie attribute name-value pairsTimothy Flynn
2021-04-12Serendipity: Paint theme agnostic bannerthankyouverycool
2021-04-12Serendipity: Don't modify tip frame palettethankyouverycool
2021-04-12LibRegex: Generate a 'Compare' op for empty character classesAnotherTest
2021-04-12LibHTTP: Handle running out of input between chunk body and ending CRLFAnotherTest
2021-04-11LibJS: Removed a fixme in a test of BigInt.prototype.valueOftuqqu
2021-04-11LibWeb: Move element_child_count to ParentNode and add its IDL attributeLuke
2021-04-11LibWeb: Add Event.initEventLuke
2021-04-11LibWeb: Add support for optional default values and optional bools in IDLLuke
2021-04-11LibWeb: Store cookies sent via the Set-Cookie HTTP headerTimothy Flynn
2021-04-11LibWeb+WebContent: Hook document.cookie to the backend cookie storageTimothy Flynn
2021-04-11Browser+LibWeb: Add hooks for getting and setting cookiesTimothy Flynn
2021-04-11Browser: Initial cookie storage implementationTimothy Flynn
2021-04-11ls: ls will print directory name when listing multiple directoriessetepenre
2021-04-11LibJS: Fix array hole and string object indexing prototype indirectionLinus Groh
2021-04-11LibWeb+WebContent: Support image context menus in OOPWVAndreas Kling
2021-04-11SystemMonitor: Add tab with detailed state to process properties windowAndreas Kling
2021-04-11SystemMonitor: Add a little header to the process properties windowAndreas Kling
2021-04-11SystemMonitor: Simplify executable icon lookup in ProcessModelAndreas Kling
2021-04-11LibGUI: Avoid unnecessary Gfx::Bitmap cloning in FileIconProviderAndreas Kling
2021-04-11LibGUI: Add convenient helpers for getting the sibling of a ModelIndexAndreas Kling
2021-04-11LibGUI: Remove an unused AK/Debug.h includeBrian Gianforcaro
2021-04-11LibWeb: Remove trailing ';' from WrapperGenerator functions.Brian Gianforcaro
2021-04-11Everywhere: Update references from ReadMe.md => README.mdAndreas Kling
2021-04-11Playground: Add Alt shortcuts to menusAndreas Kling
2021-04-11LibC: getopt() and getopt_long() shouldn't modify argvGunnar Beutner
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-04-11LibC: Make <limits.h> compatible with GCC so that it doesn't install a fixed ...Gunnar Beutner
2021-04-11LibWeb: Add implementation of Node.compareDocumentPosition()Brian Gianforcaro
2021-04-11LibWeb: Connect existing implementation of Node::is_connected to JS.Brian Gianforcaro
2021-04-11LibC: Provide macros for the <ctype.h> functionsGunnar Beutner
2021-04-11LibC: Include additional headers in <arpa/inet.h>Gunnar Beutner
2021-04-11FontEditor: Add 'New Font' wizard to editorthankyouverycool
2021-04-11FontEditor: Move menu bar into editor and tweak several widgetsthankyouverycool
2021-04-11LibGfx: Add a count to FontTypes and a helper to return type namesthankyouverycool
2021-04-11LibGUI: Move FontPickerWeightModel and helpers to their own headerthankyouverycool
2021-04-11LibGfx: Make sure draw_ui_text() paints underlines with text colorAndreas Kling