summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-06-17PixelPaint: Add new selection moving modesElliot Maisl
2021-06-17passwd: Do not allow empty passwordsbrapru
2021-06-17passwd: Provide more verbose output regarding status of changed passwdbrapru
2021-06-17passwd: Retype password to confirmbrapru
2021-06-17passwd: Prompt for the current password before setting new passwordbrapru
2021-06-17PixelPaint: Update debug message in the copy action to the used method (#8113)Erik Sommer
2021-06-17LibJS: Add the TypedArray.of() methodIdan Horowitz
2021-06-17LibJS: Replace boolean without_side_effects parameters with an enumIdan Horowitz
2021-06-17LibJS: Remove the unused IndexedProperties::append_all methodIdan Horowitz
2021-06-17Spreadsheet: Pledge 'fattr' to avoid crashing after exporting as csvstelar7
2021-06-17Everywhere: Replace the multiple impls of print_buffer() with :hex-dumpAli Mohammad Pur
2021-06-17LibJS: Cast to i64 for is_integral_numbersin-ack
2021-06-17LibJS: Stop overwriting existing accessors in Object::define_propertyIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methodsIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__define{Getter, Setter}__ methodsIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__proto__ native accessor propertyIdan Horowitz
2021-06-17LibJS: Fix .length attributes of various native functionsLinus Groh
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-17SystemServer: Improve error message when execv() failsGunnar Beutner
2021-06-17LibJS: Throw a syntax error when an identifier is a reserved wordIdan Horowitz
2021-06-17LibJS: Add missing to_property_key exception check in ClassExpressionIdan Horowitz
2021-06-17LibJS: Add BigInt64Array and BigUint64ArrayLuke
2021-06-17js: Add print_number method and use it to print out TypedArray valuesLuke
2021-06-17LibJS: Fix check for byteOffset instead of byteLength in byteLength testLuke
2021-06-17LibJS: Make TypedArray use numeric_to_raw_bytes and raw_bytes_to_numericLuke
2021-06-17LibJS: Refactor numeric_to_raw_bytes and raw_bytes_to_numericLuke
2021-06-17LibJS: Add a bunch of numeric conversions to ValueLuke
2021-06-17Userland: Allow multiple files to be run by jssin-ack
2021-06-16LibJS: Automatically & lazily coerce PropertyNames into numbersIdan Horowitz
2021-06-16LibJS: Stop overwriting existing indexed accessors in define_accessorIdan Horowitz
2021-06-16LibJS: Respect Object::get's without_side_effects parameter for numbersIdan Horowitz
2021-06-16LibJS: Replace Object's create_empty() with create() taking a prototypeLinus Groh
2021-06-16LibJS/Tests: Use Object.prototype.toString() for values in test detailsLinus Groh
2021-06-17Spreadsheet: Remove the offset used for exception TextRangesAli Mohammad Pur
2021-06-17Spreadsheet: Remove 'return (...)' workaround in conditional formattingAli Mohammad Pur
2021-06-17Spreadsheet: Do not cancel drag-select when moving over a cell cornerAli Mohammad Pur
2021-06-17Spreadsheet: Correctly resolve nonstandard column namesAli Mohammad Pur
2021-06-17Spreadsheet: Make the XSV parser start with a preview parseAli Mohammad Pur
2021-06-16WindowServer: Simplify WindowFrame shadow logic a little bitAndreas Kling
2021-06-16LibGfx: Add a bunch of [[nodiscard]] to PointAndreas Kling
2021-06-16LibGfx: Convert Point to east-const styleAndreas Kling
2021-06-16LibGfx: Add a bunch of [[nodiscard]] to SizeAndreas Kling
2021-06-16LibGfx: Convert Size to east-const styleAndreas Kling
2021-06-16LibGfx: Convert Rect to east-const styleAndreas Kling
2021-06-16LibGfx: Add a bunch of [[nodiscard]] to Gfx::RectAndreas Kling
2021-06-16WindowServer: Fix unnecessary local variable shadowing in WindowFrameAndreas Kling
2021-06-16PixelPaint: Set the image title when creating a new imageAatos Majava
2021-06-16LibJS: Add the String.prototype.search methodIdan Horowitz
2021-06-16LibJS: Add the String.prototype.matchAll methodIdan Horowitz
2021-06-16LibJS: Add the String.prototype.codePointAt() methodIdan Horowitz