summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-07-22LibCore: Add LockFile, a filesystem based mutexPeter Elliott
2021-07-22LibX86: Add missing MovD and MovQ instructionsHendiadyoin1
2021-07-22LibX86: Use names closer to the spec for the ModrmHendiadyoin1
2021-07-22LibWeb: Resolve CSS text-decoration from value listSam Atkins
2021-07-22LibWeb: Resolve background properties from ValueListStyleValueSam Atkins
2021-07-22LibWeb: Implement ImageStyleValue parsingSam Atkins
2021-07-22LibWeb: Resolve CSS font property from value listSam Atkins
2021-07-22LibWeb: Resolve CSS list-style from value listSam Atkins
2021-07-22LibWeb: Resolve CSS flex/flex-flow from value listSam Atkins
2021-07-22LibWeb: Implement CSS color parsing from TokensSam Atkins
2021-07-22LibGfx: Implement Color::from_hsl/hsla()Sam Atkins
2021-07-22LibWeb: Handle ValueListStyleValues in StyleResolverSam Atkins
2021-07-22LibWeb: Expose StyleValue parsing method in CSS ParserSam Atkins
2021-07-22LibWeb: Convert StyleResolver.{h,cpp} to east constSam Atkins
2021-07-22LibWeb: Generate a ValueListStyleValue when parsing CSS valuesSam Atkins
2021-07-22LibWeb: Add CSS ValueListStyleValueSam Atkins
2021-07-22LibAudio: Implement loaded_samples() in the FLAC LoaderKarol Kosek
2021-07-22LibAudio: Read custom block sizes and sample rates as big endianKarol Kosek
2021-07-22LibAudio: Don't read too much bytes in FLACKarol Kosek
2021-07-22LibGUI: Handle multiple lines of text in MessageBoxTimothy
2021-07-22LibJS/Tests: Fix this value error test description in a PlainDate testLinus Groh
2021-07-22LibJS/Tests: Replace snake_case with pascalCase in two PlainDate testsLinus Groh
2021-07-22LibJS: Add missing step number in PlainDatePrototypeLinus Groh
2021-07-22LibJS: Implement Temporal.PlainDateTime.prototype.calendarLinus Groh
2021-07-22LibJS: Implement Temporal.PlainDateTime.prototype.valueOf()Linus Groh
2021-07-22LibJS: Implement Temporal.PlainDateTime.prototype[@@toStringTag]Linus Groh
2021-07-22LibJS: Start implementing Temporal.PlainDateTimeLinus Groh
2021-07-22LibJS: Add missing spec links to System{Instant,UTCEpochNanoseconds}Linus Groh
2021-07-22LibJS: Remove pointless 'explicit' from a couple of constructorsLinus Groh
2021-07-22LibJS: Fix value of Temporal.PlainDate.lengthLinus Groh
2021-07-22Userland: Use /proc/kernel_base to determine the kernel base addressGunnar Beutner
2021-07-22LibC: Make calloc() actually fail on multiplication overflowAndreas Kling
2021-07-22LibGfx: Use calloc() instead of malloc()+memset() Gfx::BitmapFontAndreas Kling
2021-07-22LibJS: Implement String.prototype.split with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.replaceAll with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.replace with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.endsWith with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.startsWith with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.lastIndexOf with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.slice with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement StringPad abstract operation with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.at with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.substr with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.substring with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.indexOf with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.includes with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.codePointAt with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.charCodeAt with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.charAt with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Report string properties using UTF-16 code unitsTimothy Flynn