summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-05-11LibWeb: Implement CSSRule.parentRule and .parentStyleSheetSam Atkins
2022-05-11LibWeb: Allow passing StringView to CSSRuleList::insert_a_css_rule()Sam Atkins
2022-05-11LibWeb: Implement `@supports` serializationSam Atkins
2022-05-11LibWeb: Add CSSSupportsRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSMediaRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSImportRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSConditionRule wrapperSam Atkins
2022-05-11LibWeb: Add CSSGroupingRule wrapperSam Atkins
2022-05-11LibWeb: Add MediaList wrapperSam Atkins
2022-05-10LibSoftGPU: Implement depth offset factorJelle Raaijmakers
2022-05-09LibGUI: Consider TextEditor icon size when scrolling text horizontallyofftkp
2022-05-09LibGL+LibGPU+LibSoftGPU: Implement point and line drawingJelle Raaijmakers
2022-05-09LibSoftGPU: Mention correct `i686` target in `Device` commentJelle Raaijmakers
2022-05-09LibSoftGPU: Update coverage mask bits during rasterizationJelle Raaijmakers
2022-05-09LibGfx: Use `AK::round_to` for `VectorN::to_rounded<U>`Jelle Raaijmakers
2022-05-09LibGfx: Add `VectorN::to_type<T>()`Jelle Raaijmakers
2022-05-09LibGfx: Use `VectorN` dot product of self for `length()`Jelle Raaijmakers
2022-05-09LibGL+LibGPU: Copy line width to rasterizer in `glLineWidth`Jelle Raaijmakers
2022-05-09LibGL+LibGPU: Implement `GL_LINE_SMOOTH` context parameterJelle Raaijmakers
2022-05-09LibGL+LibGPU: Implement `GL_POINT_SMOOTH` context parameterJelle Raaijmakers
2022-05-09LibGL+LibGPU: Implement `glPointSize`Jelle Raaijmakers
2022-05-09LibGL: Remove `break` from `GL_SCISSOR_BOX` context parameterJelle Raaijmakers
2022-05-09LibGL: Alphabetize `GL_LIGHT*` cases in `gl_enable()`Jelle Raaijmakers
2022-05-09LibSoftGPU: Reference correct class in Typed2DBuffer commentJelle Raaijmakers
2022-05-09LibJS: Use '2 × nsMaxInstant' in a couple of assertion commentsLinus Groh
2022-05-09LibGfx: Add the glyph spacing also to spaces in Painter::draw_text_run()Karol Kosek
2022-05-08LibC: Add missing macro definitions for errno codescircl
2022-05-08LibGUI: Fix {Value,Opacity}Slider value changes for values less than 0Torstennator
2022-05-08LibJS: Add a couple of missing spec steps to PerformEvalLuke Wilde
2022-05-08LibJS: Remove callerRealm from HostEnsureCanCompileStringsLuke Wilde
2022-05-08AK+LibGUI: Pass predicate to *_matching() methods by const referenceVitaly Dyachkov
2022-05-08LibGUI: Add button to PasswordBox to reveal the passwordfaxe1008
2022-05-08LibGUI: Make TextEditor substitution more explicitfaxe1008
2022-05-08LibWeb: Add missing preprocessing step to the css tokenizerstelar7
2022-05-08LibWeb: Note and fix Gfx related quirk in ColorStyleValue::to_stringstelar7
2022-05-08LibWeb: Commit transaction after parsing `'+'?† n <signed-integer>`stelar7
2022-05-08LibWeb: Dont consider '-n-' a `dashndashdigit-ident` tokenstelar7
2022-05-08LibWeb: Include sign in token debug info, if the type has explicit signstelar7
2022-05-08LibWeb: Dont try to fetch another token in an+b parsingstelar7
2022-05-08LibWeb: Make an+b pattern selector serialization spec compliantstelar7
2022-05-08LibJS: Change internal slots of Duration to store mathematical valuesLinus Groh
2022-05-08LibJS: Refactor Temporal since/until to common AOsLinus Groh
2022-05-08LibJS: Remove ToISODayOfWeekLinus Groh
2022-05-08LibJS: Remove ToISODayOfYearLinus Groh
2022-05-08LibJS: Remove IsISOLeapYearLinus Groh
2022-05-08LibJS: Remove ISODaysInYearLinus Groh
2022-05-08LibJS: Simplify DifferenceISODateLinus Groh
2022-05-08LibJS: Simplify DaysUntilLinus Groh
2022-05-08LibJS: Simplify BalanceISODateLinus Groh
2022-05-08LibJS: Remove type assertion comment from IsValidISODateLinus Groh