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-08-07
LibWeb: Add auto as a recognized argument of flex-basis
Tobias Christiansen
2021-08-07
LibJS: Implement Temporal.Instant.prototype.subtract()
Linus Groh
2021-08-07
LibJS: Implement Temporal.Instant.prototype.add()
Linus Groh
2021-08-07
LibJS: Add missing spec link to Temporal.Instant.prototype.round()
Linus Groh
2021-08-07
LibJS/Tests: Add length test for Temporal.Instant.prototype.round()
Linus Groh
2021-08-07
LibJS/Tests: Add length test for Temporal.Instant.prototype.equals()
Linus Groh
2021-08-07
LibJS/Tests: Fix bad copy and paste that crept into a lot of tests
Linus Groh
2021-08-07
FileSystemAccessServer: Add window title as parameter for opening file
Timothy
2021-08-07
LibJS: Cast length to signed integer before subtraction
sin-ack
2021-08-07
LibJS: Reflect an editorial change in the Temporal spec
Linus Groh
2021-08-07
LibJS: Reflect infallibility editorial changes in the Temporal spec
Linus Groh
2021-08-07
LibGfx: Add alternate_color to draw_line
Tobias Christiansen
2021-08-06
LibSQL: Use compiler generated default functions
Lenny Maiorani
2021-08-06
LibAudio: Make playing lossy flacs more truthful
Karol Kosek
2021-08-06
LibAudio: Fix calculation of wasted bits-per-sample
Karol Kosek
2021-08-06
LibAudio: Make read samples signed when decoding fixed FLAC subframes
Karol Kosek
2021-08-06
LibGUI: Add ValueSlider widget
Marcus Nilsson
2021-08-06
LibGUI+Applications: Rename Model::is_valid to is_within_range
sin-ack
2021-08-06
LibGUI: Allow TabWidget to remove all tabs except one
TheFightingCatfish
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-06
LibJS: Improve the TypedArray.prototype.find{,Index} tests
davidot
2021-08-06
LibJS: Implement proposed TypedArray.prototype.findLast{,Index}
davidot
2021-08-06
LibJS: Implement proposed Array.prototype.findLast{,Index}
davidot
2021-08-06
LibCore: Explicitly declare `environ` in Process.cpp to unbreak macOS
Andreas Kling
2021-08-06
LibDebug+Everywhere: Make DebugInfo not own the ELF image
Ali Mohammad Pur
2021-08-06
Userland: Use Core::Process::spawn() instead of posix_spawn() in places
Andreas Kling
2021-08-06
LibCore: Add Core::Process::spawn()
Andreas Kling
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.getISOFields()
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainDateTime()
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainTime()
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainDate()
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.toInstant()
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.valueOf()
Linus Groh
2021-08-05
LibWeb: Ignore svg elements outside of <svg> when building layout tree
K-Adam
2021-08-05
LibWeb: Clear SVG context after SVGSVGBox children are painted
K-Adam
2021-08-05
LibWeb: Call before/after children_paint on parent in StackingContext
K-Adam
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.offset
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.offsetNanoseconds
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.inLeapYear
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.monthsInYear
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.daysInYear
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.daysInMonth
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.daysInWeek
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.weekOfYear
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.dayOfYear
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.dayOfWeek
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.epochNanoseconds
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.epochMicroseconds
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.epochMilliseconds
Linus Groh
2021-08-05
LibJS: Implement Temporal.ZonedDateTime.prototype.epochSeconds
Linus Groh
[next]