summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-08-07LibWeb: Add auto as a recognized argument of flex-basisTobias Christiansen
2021-08-07LibJS: Implement Temporal.Instant.prototype.subtract()Linus Groh
2021-08-07LibJS: Implement Temporal.Instant.prototype.add()Linus Groh
2021-08-07LibJS: Add missing spec link to Temporal.Instant.prototype.round()Linus Groh
2021-08-07LibJS/Tests: Add length test for Temporal.Instant.prototype.round()Linus Groh
2021-08-07LibJS/Tests: Add length test for Temporal.Instant.prototype.equals()Linus Groh
2021-08-07LibJS/Tests: Fix bad copy and paste that crept into a lot of testsLinus Groh
2021-08-07FileSystemAccessServer: Add window title as parameter for opening fileTimothy
2021-08-07LibJS: Cast length to signed integer before subtractionsin-ack
2021-08-07LibJS: Reflect an editorial change in the Temporal specLinus Groh
2021-08-07LibJS: Reflect infallibility editorial changes in the Temporal specLinus Groh
2021-08-07LibGfx: Add alternate_color to draw_lineTobias Christiansen
2021-08-06LibSQL: Use compiler generated default functionsLenny Maiorani
2021-08-06LibAudio: Make playing lossy flacs more truthfulKarol Kosek
2021-08-06LibAudio: Fix calculation of wasted bits-per-sampleKarol Kosek
2021-08-06LibAudio: Make read samples signed when decoding fixed FLAC subframesKarol Kosek
2021-08-06LibGUI: Add ValueSlider widgetMarcus Nilsson
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-08-06LibGUI: Allow TabWidget to remove all tabs except oneTheFightingCatfish
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-06LibJS: Improve the TypedArray.prototype.find{,Index} testsdavidot
2021-08-06LibJS: Implement proposed TypedArray.prototype.findLast{,Index}davidot
2021-08-06LibJS: Implement proposed Array.prototype.findLast{,Index}davidot
2021-08-06LibCore: Explicitly declare `environ` in Process.cpp to unbreak macOSAndreas Kling
2021-08-06LibDebug+Everywhere: Make DebugInfo not own the ELF imageAli Mohammad Pur
2021-08-06Userland: Use Core::Process::spawn() instead of posix_spawn() in placesAndreas Kling
2021-08-06LibCore: Add Core::Process::spawn()Andreas Kling
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.getISOFields()Linus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainDateTime()Linus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainTime()Linus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainDate()Linus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.toInstant()Linus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.valueOf()Linus Groh
2021-08-05LibWeb: Ignore svg elements outside of <svg> when building layout treeK-Adam
2021-08-05LibWeb: Clear SVG context after SVGSVGBox children are paintedK-Adam
2021-08-05LibWeb: Call before/after children_paint on parent in StackingContextK-Adam
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.offsetLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.offsetNanosecondsLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.inLeapYearLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.monthsInYearLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.daysInYearLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.daysInMonthLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.daysInWeekLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.weekOfYearLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.dayOfYearLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.dayOfWeekLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.epochNanosecondsLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.epochMicrosecondsLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.epochMillisecondsLinus Groh
2021-08-05LibJS: Implement Temporal.ZonedDateTime.prototype.epochSecondsLinus Groh