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-11-10
LibWeb: Combine background-repeat-x/y pseudo-properties
Sam Atkins
2021-11-10
LibWeb: Use BackgroundRepeatStyleValue in `background` shorthand
Sam Atkins
2021-11-10
LibWeb: Parse `background-clip` and `background-origin`
Sam Atkins
2021-11-10
LibWeb: Parse `background-attachment` as part of `background` property
Sam Atkins
2021-11-10
LibWeb: Add `background-position` to `background` property
Sam Atkins
2021-11-10
LibWeb: Parse CSS `background-position` property
Sam Atkins
2021-11-10
LibJS: Implement Temporal.ZonedDateTime.prototype.toJSON
Luke Wilde
2021-11-10
LibJS: Implement Temporal.ZonedDateTime.prototype.toLocaleString
Luke Wilde
2021-11-10
LibJS: Implement Temporal.ZonedDateTime.prototype.toString
Luke Wilde
2021-11-10
LibJS: Implement the required AOs for ZonedDateTime stringifiers
Luke Wilde
2021-11-10
LibJS: Add tests for async functions and await expressions
Idan Horowitz
2021-11-10
LibJS: Add support for await expressions
Idan Horowitz
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-11-09
LibJS: Mark RoundTemporalInstant as infallible
Luke Wilde
2021-11-09
LibJS: Mark DaysUntil as infallible
Linus Groh
2021-11-09
LibJS: Convert GeneratorObject to ThrowCompletionOr
Idan Horowitz
2021-11-09
LibJS: Convert the IntegerIndexedElementSet AO to ThrowCompletionOr
Idan Horowitz
2021-11-09
LibJS: Remove leftover exception check in OrdinaryHasProperty
Idan Horowitz
2021-11-08
LibAudio: Replace log_pan with a constant power panning algoritm
kleines Filmröllchen
2021-11-08
LibAudio: Improve local variable names
kleines Filmröllchen
2021-11-08
LibAudio: Rename Audio::Frame -> Audio::Sample
David Isaksson
2021-11-08
LibAudio: Refactor out linear_to_log function and add its inverse
David Isaksson
2021-11-08
LibJS: Implement Temporal.PlainMonthDay.prototype.with()
Linus Groh
2021-11-08
LibJS: Implement Temporal.PlainYearMonth.prototype.with()
Linus Groh
2021-11-08
LibJS: Implement Temporal.PlainDateTime.prototype.with()
Linus Groh
2021-11-08
LibJS: Implement Temporal.PlainDate.prototype.with()
Linus Groh
2021-11-08
LibJS/Tests: Fix Temporal.PlainDate.prototype.equals() tests
Linus Groh
2021-11-08
LibJS: Use StringView literals in prepare_temporal_fields()
Linus Groh
2021-11-08
LibC: Fix huge libc.a file size due to the use of `llvm-ar -q`
Daniel Bertalan
2021-11-08
LibJS: Create the RegExpExec result's "input" field last
Timothy Flynn
2021-11-08
LibSQL: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
LibIPC: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::FileWatcher
Andreas Kling
2021-11-08
LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::Account
Andreas Kling
2021-11-08
LibKeyboard: Use ErrorOr<T> for CharacterMap::fetch_system_map()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::get_password()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::size()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::remove()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::link_file()
Andreas Kling
2021-11-08
AK: Use ErrorOr<T> for MappedFile factories
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Convert Gfx::Bitmap to east const style
Andreas Kling
2021-11-08
LibGfx: Deduplicate code in Bitmap::try_load_from_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmap
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::cropped()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::scaled()
Andreas Kling
[next]