summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-28LibWeb: Calculate a cell's width using min-contentSimon Wanner
2022-03-28LibWeb: Apply the layout_mode argument in BFC::compute_widthSimon Wanner
2022-03-28LibWeb: Distribute the width of a table cell spanning multiple columnsSimon Wanner
2022-03-28LibWeb: Expand the last cell in a row to the right edgeSimon Wanner
2022-03-28LibWeb: Apply a table row's height to all cellsSimon Wanner
2022-03-28LibJS: Add more delete operator testsLuke Wilde
2022-03-28LibJS/Bytecode: Implement the delete unary expressionLuke Wilde
2022-03-28LibJS: Only store MemberExpression object when loading a computed propLuke Wilde
2022-03-28LibJS: Generate update Jump in for/in/of only if block is not terminatedLuke Wilde
2022-03-28LibJS/Bytecode: Update NewArray stringifier to print a register rangeLuke Wilde
2022-03-27LibAudio: Make sure we initialize ResampleHelper member variablesBrian Gianforcaro
2022-03-27LibC: Fix potential double free in ttyname_r_for_directoryBrian Gianforcaro
2022-03-27Everywhere: Rename CommandResult stdout, stderr members to output, errorBrian Gianforcaro
2022-03-27LibWeb: Don't choke on ICB with inline childrenAndreas Kling
2022-03-27LibWeb: Make whitespace collapsing statelessAndreas Kling
2022-03-27LibWeb: Ensure lazy WindowObject creation when activating event handlerLinus Groh
2022-03-27LibWeb: Don't crash in IFC if very first chunk is collapsible whitespaceAndreas Kling
2022-03-27LibLine: Avoid pointless size_t <-> ssize_t castAli Mohammad Pur
2022-03-27LibLine: Handle read events seriallyAli Mohammad Pur
2022-03-27Shell: Keep the stdio and rpath pledges for execute_process()Ali Mohammad Pur
2022-03-27LookupServer: Fix confusing copy/paste error in debug messageLinus Groh
2022-03-27LibGL+LibSoftGPU+LibGfx: Reimplement normal transformationJelle Raaijmakers
2022-03-27LibGL: Always normalize vertex attribute dataJelle Raaijmakers
2022-03-27LibSoftGPU+LibGfx: Transform and normalize normals before lightingJelle Raaijmakers
2022-03-27LibSoftGPU: Clean up `Material` initial value styleJelle Raaijmakers
2022-03-27LibGL+LibSoftGPU: Implement more of `GL_LIGHT_MODEL_COLOR_CONTROL`Jelle Raaijmakers
2022-03-27LibGL: Use correct `GLbyte` range in `glColor4b`Jelle Raaijmakers
2022-03-27LibSoftGPU: Test for `1.f` equality in determining the scale factorJelle Raaijmakers
2022-03-27LibWeb: Resolve top/bottom inset properties for position:relativeAndreas Kling
2022-03-27LibWeb: Rename ComputedValues::offset() => inset()Andreas Kling
2022-03-27LibWeb: Rename FormattingContext::compute_position() => compute_inset()Andreas Kling
2022-03-27LibWeb: Stop allowing position:relative to affect layoutAndreas Kling
2022-03-27LibWeb: Take borders and padding into account when doing Flex layoutEnver Balalic
2022-03-27LookupServer: Use case-insensitive comparison for domain namesTimur Sultanov
2022-03-27disk_benchmark: TRY more stuff :^)Kenneth Myhra
2022-03-27disk_benchmark: Core::ArgsParser to parse argumentsKenneth Myhra
2022-03-27LibCore: Add Vector<size_t> variant of add_option()Kenneth Myhra
2022-03-27LibWeb: Add fast-paths for wrapping already-wrapped C++ objectsAndreas Kling
2022-03-27Revert "LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line()"Andreas Kling
2022-03-27LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line()Andreas Kling
2022-03-27LibWeb: Use Gfx::Font::pixel_size() when we want pixel metricsAndreas Kling
2022-03-27LibGfx: Use Font::pixel_size() instead of glyph_height() when paintingAndreas Kling
2022-03-27LibGfx: Add Font::pixel_size() and Font::point_size()Andreas Kling
2022-03-27LibWeb: Don't round font sizes when looking them upAndreas Kling
2022-03-27LibGfx: Make FontDatabase lookups take font (point) sizes as floatAndreas Kling
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-03-27LibWeb: Use date constantsLenny Maiorani
2022-03-26LibWeb: Include negative margins in height:auto computation for BFC rootAndreas Kling
2022-03-26LibWeb: Don't collapse horizontal margins between floating boxesAndreas Kling
2022-03-26Browser: Make the main browser window a little bit bigger by defaultAndreas Kling