summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-18LibC: Expose sig_sysname arrayJean-Baptiste Boric
2021-08-18LibC: Move SIG_* definitions for sigprocmask into bits/sighow.hJean-Baptiste Boric
2021-08-18LibWeb: Fix check for too many 'normal' values in font declarationSam Atkins
2021-08-18LibWeb: Implement font-fallbackSam Atkins
2021-08-18LibWeb: Handle numeric font-weightsSam Atkins
2021-08-18LibWeb: Calculate font-size in NodeWidthStyle::apply_style()Sam Atkins
2021-08-18LibWeb: Handle non-px font sizesSam Atkins
2021-08-18LibGfx: Mark Typeface::get_font() const, because it is constSam Atkins
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-18LibRegex: Ensure the GoBack operation decrements the code unit indexTimothy Flynn
2021-08-18LibRegex: In non-Unicode mode, parse \u{4} as a repetition patternTimothy Flynn
2021-08-18LibGL: Implement `glGetIntegerv`Jesse Buhagiar
2021-08-18LibGL: Implenent `glGetBooleanv`Jesse Buhagiar
2021-08-17LibJS/Tests: Add Temporal.Calendar.from() tests for more object typesLinus Groh
2021-08-17LibJS: Reflect Record wording editorial change in the Temporal specLinus Groh
2021-08-17LibJS: Add PlainDateTime fast path to various Calendar.prototype gettersLinus Groh
2021-08-17LibJS: Add and use newly introduced ToIntegerThrowOnInfinity Temporal AOLinus Groh
2021-08-17echo: Implement -e flagNico Weber
2021-08-17LibJS: Implement Temporal.Calendar.prototype.mergeFields()Linus Groh
2021-08-17Kernel+Userland: Remove global futexesAndreas Kling
2021-08-17AudioApplet: Persist settings and respect audio server settingskleines Filmröllchen
2021-08-17AudioServer: Persist audio settings with a config filekleines Filmröllchen
2021-08-16LibJS: Correctly handle Unicode characters in JS source textdavidot
2021-08-16LibJS: Disallow standalone super expressiondavidot
2021-08-16LibJS: Handle '++' and '--' more correctly within expressiondavidot
2021-08-16LibJS: Check that 'let' is followed by declaration before matching itdavidot
2021-08-16LibJS: Add optional extra strict checks in parse_binding_patterndavidot
2021-08-16LibJS: Tighten default values in formal parameter parsingdavidot
2021-08-16LibJS: Allow yielding a classdavidot
2021-08-16LibJS: Treat yield as an identifier in more non-generator contextsdavidot
2021-08-16LibJS: Add more duplicated declarations detectiondavidot
2021-08-16LibJS: Be more strict about the lhs of a for in/of loopdavidot
2021-08-16LibJS: Force the lexer to parse a regex when expecting a statementdavidot
2021-08-16LibJS: Treat arrow expression as function and stop parsing afterdavidot
2021-08-16LibJS: Make functions reset break and continue contextdavidot
2021-08-16LibJS: Allow class methods named "get", "set" or "static"davidot
2021-08-16LibJS: Allow labelled functions in certain contextsdavidot
2021-08-16LibJS: Fix that a windows-style new line was not escaped properlydavidot
2021-08-17LibAudio: Fix overflow on 24-bit FLAC LPC datakleines Filmröllchen
2021-08-17LibAudio: Rescale integer samples correctly in FLAC loaderkleines Filmröllchen
2021-08-17LibAudio: Use size_t in loopskleines Filmröllchen
2021-08-16LibWeb: Replace is_inherited_property() with generated codeSam Atkins
2021-08-16LibJS: Add missing spec link to YearMonthFromFieldsLinus Groh
2021-08-16LibJS: Implement Temporal.PlainDate.prototype.toPlainMonthDay()Linus Groh
2021-08-16LibJS: Implement Temporal.Calendar.prototype.monthDayFromFields()Linus Groh
2021-08-16Userland: Add as-user execution to the pls utilitypyunbiwi
2021-08-16LibJS: Implement Temporal.Calendar.prototype.fields()Linus Groh
2021-08-16LibJS: Implement Temporal.PlainDate.prototype.toPlainYearMonth()Linus Groh
2021-08-16LibJS: Implement Temporal.Calendar.prototype.yearMonthFromFields()Linus Groh