summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-08-18LibJS: Reflect naming consistency editorial changes in the Temporal specLinus Groh
2021-08-18LibGL: Leave render loop early if color mask emptyStephan Unverwerth
2021-08-18LibGL: Fix triangle winding calculationStephan Unverwerth
2021-08-18LibGL: Fix clipping and interpolate vertex attributesStephan Unverwerth
2021-08-18LibGL: Improve texture sampling performanceStephan Unverwerth
2021-08-18LibGL: Return white texel when sampling uninitialized textureStephan Unverwerth
2021-08-18LibGL: Complete glGetString implementationStephan Unverwerth
2021-08-18LibGL: Implement glDepthFuncStephan Unverwerth
2021-08-18LibGL: Implement glDepthRangeStephan Unverwerth
2021-08-18LibGL: Fix incorrect blend factor setupStephan Unverwerth
2021-08-18LibGL: Allow glTexImage2D to create uninitialized texturesStephan Unverwerth
2021-08-18LibGL: Fix interpretation of BGRA byte orderStephan Unverwerth
2021-08-18LibGL: Fix glVertexPointer argument validationStephan Unverwerth
2021-08-18LibGL: Fix glTexCoord behaviourStephan Unverwerth
2021-08-18LibGL+3DFileViewer: Make glRotatef accept degrees, not radiansStephan Unverwerth
2021-08-18LibCore: Implement preserve flag for file/directory copyJean-Baptiste Boric
2021-08-18LibJS: Update some Temporal spec section numbersLinus Groh
2021-08-18LibAudio: Resample FLAC audio datakleines Filmröllchen
2021-08-18LibAudio: Resample with integer ratios instead of floatskleines Filmröllchen
2021-08-18Meta+LibC: Don't allow text relocations in SerenityOS librariesDaniel Bertalan
2021-08-18LibWeb: Add fast_is<Layout::InitialContainingBlockBox>Andreas Kling
2021-08-18LibGfx: Make FastBoxBlurFilter go fasterAndreas Kling
2021-08-18LibGfx: Remove ancient unused NO_FPU macrosAndreas Kling
2021-08-18LibGUI+Browser: Add UrlBox classRob Ryan
2021-08-18LibGUI: Allow widgets to make themselves non-auto-focusableRob Ryan
2021-08-18LibC: Fix sigsetjmp and siglongjmpJean-Baptiste Boric
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-17LibJS: Implement Temporal.Calendar.prototype.mergeFields()Linus Groh
2021-08-17Kernel+Userland: Remove global futexesAndreas Kling
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