index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-06-18
Userland/Libraries: Add LibUSBDB library
Jesse Buhagiar
2021-06-18
Userland: Add `lsusb` :^)
Jesse Buhagiar
2021-06-18
LibJS: Add Number.parseInt
Luke
2021-06-18
LibJS: Use existing attributes if any are missing in the new descriptor
Idan Horowitz
2021-06-18
LibJS: Add missing exception check in Date.prototype.toJSON
Luke
2021-06-18
Browser: Add setting to change homepage URL
Marco Cutecchia
2021-06-17
PixelPaint: Add new selection moving modes
Elliot Maisl
2021-06-17
passwd: Do not allow empty passwords
brapru
2021-06-17
passwd: Provide more verbose output regarding status of changed passwd
brapru
2021-06-17
passwd: Retype password to confirm
brapru
2021-06-17
passwd: Prompt for the current password before setting new password
brapru
2021-06-17
PixelPaint: Update debug message in the copy action to the used method (#8113)
Erik Sommer
2021-06-17
LibJS: Add the TypedArray.of() method
Idan Horowitz
2021-06-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-17
LibJS: Remove the unused IndexedProperties::append_all method
Idan Horowitz
2021-06-17
Spreadsheet: Pledge 'fattr' to avoid crashing after exporting as csv
stelar7
2021-06-17
Everywhere: Replace the multiple impls of print_buffer() with :hex-dump
Ali Mohammad Pur
2021-06-17
LibJS: Cast to i64 for is_integral_number
sin-ack
2021-06-17
LibJS: Stop overwriting existing accessors in Object::define_property
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methods
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__define{Getter, Setter}__ methods
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__proto__ native accessor property
Idan Horowitz
2021-06-17
LibJS: Fix .length attributes of various native functions
Linus Groh
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-17
SystemServer: Improve error message when execv() fails
Gunnar Beutner
2021-06-17
LibJS: Throw a syntax error when an identifier is a reserved word
Idan Horowitz
2021-06-17
LibJS: Add missing to_property_key exception check in ClassExpression
Idan Horowitz
2021-06-17
LibJS: Add BigInt64Array and BigUint64Array
Luke
2021-06-17
js: Add print_number method and use it to print out TypedArray values
Luke
2021-06-17
LibJS: Fix check for byteOffset instead of byteLength in byteLength test
Luke
2021-06-17
LibJS: Make TypedArray use numeric_to_raw_bytes and raw_bytes_to_numeric
Luke
2021-06-17
LibJS: Refactor numeric_to_raw_bytes and raw_bytes_to_numeric
Luke
2021-06-17
LibJS: Add a bunch of numeric conversions to Value
Luke
2021-06-17
Userland: Allow multiple files to be run by js
sin-ack
2021-06-16
LibJS: Automatically & lazily coerce PropertyNames into numbers
Idan Horowitz
2021-06-16
LibJS: Stop overwriting existing indexed accessors in define_accessor
Idan Horowitz
2021-06-16
LibJS: Respect Object::get's without_side_effects parameter for numbers
Idan Horowitz
2021-06-16
LibJS: Replace Object's create_empty() with create() taking a prototype
Linus Groh
2021-06-16
LibJS/Tests: Use Object.prototype.toString() for values in test details
Linus Groh
2021-06-17
Spreadsheet: Remove the offset used for exception TextRanges
Ali Mohammad Pur
2021-06-17
Spreadsheet: Remove 'return (...)' workaround in conditional formatting
Ali Mohammad Pur
2021-06-17
Spreadsheet: Do not cancel drag-select when moving over a cell corner
Ali Mohammad Pur
2021-06-17
Spreadsheet: Correctly resolve nonstandard column names
Ali Mohammad Pur
2021-06-17
Spreadsheet: Make the XSV parser start with a preview parse
Ali Mohammad Pur
2021-06-16
WindowServer: Simplify WindowFrame shadow logic a little bit
Andreas Kling
2021-06-16
LibGfx: Add a bunch of [[nodiscard]] to Point
Andreas Kling
2021-06-16
LibGfx: Convert Point to east-const style
Andreas Kling
2021-06-16
LibGfx: Add a bunch of [[nodiscard]] to Size
Andreas Kling
2021-06-16
LibGfx: Convert Size to east-const style
Andreas Kling
2021-06-16
LibGfx: Convert Rect to east-const style
Andreas Kling
[next]