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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-07-22
LibCore: Add LockFile, a filesystem based mutex
Peter Elliott
2021-07-22
LibX86: Add missing MovD and MovQ instructions
Hendiadyoin1
2021-07-22
LibX86: Use names closer to the spec for the Modrm
Hendiadyoin1
2021-07-22
LibWeb: Resolve CSS text-decoration from value list
Sam Atkins
2021-07-22
LibWeb: Resolve background properties from ValueListStyleValue
Sam Atkins
2021-07-22
LibWeb: Implement ImageStyleValue parsing
Sam Atkins
2021-07-22
LibWeb: Resolve CSS font property from value list
Sam Atkins
2021-07-22
LibWeb: Resolve CSS list-style from value list
Sam Atkins
2021-07-22
LibWeb: Resolve CSS flex/flex-flow from value list
Sam Atkins
2021-07-22
LibWeb: Implement CSS color parsing from Tokens
Sam Atkins
2021-07-22
LibGfx: Implement Color::from_hsl/hsla()
Sam Atkins
2021-07-22
LibWeb: Handle ValueListStyleValues in StyleResolver
Sam Atkins
2021-07-22
LibWeb: Expose StyleValue parsing method in CSS Parser
Sam Atkins
2021-07-22
LibWeb: Convert StyleResolver.{h,cpp} to east const
Sam Atkins
2021-07-22
LibWeb: Generate a ValueListStyleValue when parsing CSS values
Sam Atkins
2021-07-22
LibWeb: Add CSS ValueListStyleValue
Sam Atkins
2021-07-22
LibAudio: Implement loaded_samples() in the FLAC Loader
Karol Kosek
2021-07-22
LibAudio: Read custom block sizes and sample rates as big endian
Karol Kosek
2021-07-22
LibAudio: Don't read too much bytes in FLAC
Karol Kosek
2021-07-22
LibGUI: Handle multiple lines of text in MessageBox
Timothy
2021-07-22
LibJS/Tests: Fix this value error test description in a PlainDate test
Linus Groh
2021-07-22
LibJS/Tests: Replace snake_case with pascalCase in two PlainDate tests
Linus Groh
2021-07-22
LibJS: Add missing step number in PlainDatePrototype
Linus Groh
2021-07-22
LibJS: Implement Temporal.PlainDateTime.prototype.calendar
Linus Groh
2021-07-22
LibJS: Implement Temporal.PlainDateTime.prototype.valueOf()
Linus Groh
2021-07-22
LibJS: Implement Temporal.PlainDateTime.prototype[@@toStringTag]
Linus Groh
2021-07-22
LibJS: Start implementing Temporal.PlainDateTime
Linus Groh
2021-07-22
LibJS: Add missing spec links to System{Instant,UTCEpochNanoseconds}
Linus Groh
2021-07-22
LibJS: Remove pointless 'explicit' from a couple of constructors
Linus Groh
2021-07-22
LibJS: Fix value of Temporal.PlainDate.length
Linus Groh
2021-07-22
Userland: Use /proc/kernel_base to determine the kernel base address
Gunnar Beutner
2021-07-22
LibC: Make calloc() actually fail on multiplication overflow
Andreas Kling
2021-07-22
LibGfx: Use calloc() instead of malloc()+memset() Gfx::BitmapFont
Andreas Kling
2021-07-22
LibJS: Implement String.prototype.split with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.replaceAll with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.replace with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.endsWith with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.startsWith with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.lastIndexOf with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.slice with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement StringPad abstract operation with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.at with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.substr with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.substring with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.indexOf with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.includes with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.codePointAt with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.charCodeAt with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.charAt with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Report string properties using UTF-16 code units
Timothy Flynn
[next]