summaryrefslogtreecommitdiff
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-28Kernel: Propagate HIDManagement initialisation error to initLorenz Steinert
2022-03-28Kernel/Devices/HID: Propagate errors of HIDDevices properlyLorenz Steinert
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-27Base: Add SQL filetype iconAli Chraghi
2022-03-27Base: Add Database filetype iconAli Chraghi
2022-03-27LibWeb: Don't choke on ICB with inline childrenAndreas Kling
2022-03-27LibWeb: Make whitespace collapsing statelessAndreas Kling
2022-03-27Meta: Specify -z when decompressing tar.gz archivesDaniel Bertalan
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-27Kernel: Support all AMD-defined CPUID feature flags for EAX=80000001hLinus Groh
2022-03-27Kernel: Support all Intel-defined extended CPUID feature flags for EAX=7Linus Groh
2022-03-27Kernel: Support all Intel-defined CPUID feature flags for EAX=1Linus Groh
2022-03-27Kernel: Implement CPUFeature as an ArbitrarySizedEnumLinus Groh
2022-03-27Kernel: Fix whack formatting of the CPUID constructorLinus Groh
2022-03-27Kernel: Reorder code in Processor::cpu_detect() for readabilityLinus Groh
2022-03-27Kernel: Change the BSP Processor instance to not have a constructorTom
2022-03-27AK: Add an ArbitrarySizedEnum templateLinus Groh
2022-03-27AK: Add non-const DistinctNumeric::value() getterLinus Groh
2022-03-27AK: Remove unused String.h include from UFixedBigInt.hLinus Groh
2022-03-27Meta: Fix path to GCC's addr2line in serenity.shLinus Groh
2022-03-27Ports: Add Free Heroes of Might and Magic II (fheroes2) portMichael Manganiello
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-27Base: Update Basic Latin 0020 char to font SatoriMonoRegulardjwisdom