summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-10-23LibCore: Add ignored options to ArgsParserJean-Baptiste Boric
2021-10-23LibC: Add definition for FOPEN_MAXJean-Baptiste Boric
2021-10-23EchoServer: Defer removal of client from clients HashMapBrendan Coles
2021-10-23TelnetServer: Defer removal of client from clients HashMapBrendan Coles
2021-10-23LibWeb: Make CSS ParsingContext's Document* be constSam Atkins
2021-10-23LibWeb: Move image resource request out of ImageStyleValue constructorSam Atkins
2021-10-23watch: Add ability to run command on file changejunior rantila
2021-10-23watch: VERIFY that command vector ends with nullptrjunior rantila
2021-10-23watch: Remove unnecessary call to StringBuilder::appendffjunior rantila
2021-10-23Utilities: Change watch utility to use eastconst stylejunior rantila
2021-10-23LibJS: Update Annex B String.prototype extension spec section numbersLinus Groh
2021-10-23LibJS: Add "at" to Array.prototype[@@unscopables]Linus Groh
2021-10-23LibJS: Use ECMA-262 spec URLs for .at() (relative indexing, now stage 4)Linus Groh
2021-10-23LibJS: Use ECMA-262 spec URL for Object.hasOwn() (now stage 4)Linus Groh
2021-10-23LibJS: Mark GetEpochFromISOParts as infallibleLinus Groh
2021-10-23LibJS: Convert ArrayPrototype functions to ThrowCompletionsOrIdan Horowitz
2021-10-23LibJS: Convert the FlattenIntoArray AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert array_merge_sort to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the ArraySpeciesCreate AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert ArrayConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Remove vm.construct and it's usagesIdan Horowitz
2021-10-22LibJS: Convert Intl.NumberFormat functions to ThrowCompletionOrLinus Groh
2021-10-22LibJS: Convert Intl.Locale functions to ThrowCompletionOrLinus Groh
2021-10-22LibJS: Convert Intl.ListFormat functions to ThrowCompletionOrLinus Groh
2021-10-22LibJS: Convert Intl.DisplayNames functions to ThrowCompletionOrLinus Groh
2021-10-22LibJS: Convert Intl.getCanonicalLocales() function to ThrowCompletionOrLinus Groh
2021-10-22LibC: Fix up mblenTim Schumacher
2021-10-22LibC: Fix up mbtowcTim Schumacher
2021-10-22LibGfx: Restrict cleared area to GIF framebufferBen Wiederhake
2021-10-22man.serenityos.org: Use pandoc for listings and landing pageBen Wiederhake
2021-10-22man.serenityos.org: Add section descriptions to overview pageBen Wiederhake
2021-10-22WindowServer: Support displaying window titles when there are no buttonsTimothy Flynn
2021-10-22LibJS: Convert Array AOs to ThrowCompletionOrIdan Horowitz
2021-10-22LibJS: Convert Locale AOs to ThrowCompletionOrIdan Horowitz
2021-10-22WindowServer: Re-evaluate hover state when active window changesAndreas Kling
2021-10-21LibC: Implement mbsnrtowcsTim Schumacher
2021-10-21LibC: Implement wcsnrtombsTim Schumacher
2021-10-21LibC: Implement mbrlenTim Schumacher
2021-10-21Utilities: Add fdtdump for dumping OpenFirmware Device TreesAndrew Kaster
2021-10-21Libraries: Add LibDeviceTree for manipulating OpenFirmware Device TreesAndrew Kaster
2021-10-21LibJS: Convert Temporal.ZonedDateTime functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.TimeZone functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.PlainYearMonth functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.PlainTime functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.PlainMonthDay functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.PlainDateTime functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.PlainDate functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.Now functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.Instant functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert Temporal.Duration functions to ThrowCompletionOrLinus Groh