index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-03-28
LibWeb: Calculate a cell's width using min-content
Simon Wanner
2022-03-28
LibWeb: Apply the layout_mode argument in BFC::compute_width
Simon Wanner
2022-03-28
LibWeb: Distribute the width of a table cell spanning multiple columns
Simon Wanner
2022-03-28
LibWeb: Expand the last cell in a row to the right edge
Simon Wanner
2022-03-28
LibWeb: Apply a table row's height to all cells
Simon Wanner
2022-03-28
LibJS: Add more delete operator tests
Luke Wilde
2022-03-28
LibJS/Bytecode: Implement the delete unary expression
Luke Wilde
2022-03-28
LibJS: Only store MemberExpression object when loading a computed prop
Luke Wilde
2022-03-28
LibJS: Generate update Jump in for/in/of only if block is not terminated
Luke Wilde
2022-03-28
LibJS/Bytecode: Update NewArray stringifier to print a register range
Luke Wilde
2022-03-28
Kernel: Propagate HIDManagement initialisation error to init
Lorenz Steinert
2022-03-28
Kernel/Devices/HID: Propagate errors of HIDDevices properly
Lorenz Steinert
2022-03-27
LibAudio: Make sure we initialize ResampleHelper member variables
Brian Gianforcaro
2022-03-27
LibC: Fix potential double free in ttyname_r_for_directory
Brian Gianforcaro
2022-03-27
Everywhere: Rename CommandResult stdout, stderr members to output, error
Brian Gianforcaro
2022-03-27
Base: Add SQL filetype icon
Ali Chraghi
2022-03-27
Base: Add Database filetype icon
Ali Chraghi
2022-03-27
LibWeb: Don't choke on ICB with inline children
Andreas Kling
2022-03-27
LibWeb: Make whitespace collapsing stateless
Andreas Kling
2022-03-27
Meta: Specify -z when decompressing tar.gz archives
Daniel Bertalan
2022-03-27
LibWeb: Ensure lazy WindowObject creation when activating event handler
Linus Groh
2022-03-27
LibWeb: Don't crash in IFC if very first chunk is collapsible whitespace
Andreas Kling
2022-03-27
LibLine: Avoid pointless size_t <-> ssize_t cast
Ali Mohammad Pur
2022-03-27
LibLine: Handle read events serially
Ali Mohammad Pur
2022-03-27
Shell: Keep the stdio and rpath pledges for execute_process()
Ali Mohammad Pur
2022-03-27
LookupServer: Fix confusing copy/paste error in debug message
Linus Groh
2022-03-27
Kernel: Support all AMD-defined CPUID feature flags for EAX=80000001h
Linus Groh
2022-03-27
Kernel: Support all Intel-defined extended CPUID feature flags for EAX=7
Linus Groh
2022-03-27
Kernel: Support all Intel-defined CPUID feature flags for EAX=1
Linus Groh
2022-03-27
Kernel: Implement CPUFeature as an ArbitrarySizedEnum
Linus Groh
2022-03-27
Kernel: Fix whack formatting of the CPUID constructor
Linus Groh
2022-03-27
Kernel: Reorder code in Processor::cpu_detect() for readability
Linus Groh
2022-03-27
Kernel: Change the BSP Processor instance to not have a constructor
Tom
2022-03-27
AK: Add an ArbitrarySizedEnum template
Linus Groh
2022-03-27
AK: Add non-const DistinctNumeric::value() getter
Linus Groh
2022-03-27
AK: Remove unused String.h include from UFixedBigInt.h
Linus Groh
2022-03-27
Meta: Fix path to GCC's addr2line in serenity.sh
Linus Groh
2022-03-27
Ports: Add Free Heroes of Might and Magic II (fheroes2) port
Michael Manganiello
2022-03-27
LibGL+LibSoftGPU+LibGfx: Reimplement normal transformation
Jelle Raaijmakers
2022-03-27
LibGL: Always normalize vertex attribute data
Jelle Raaijmakers
2022-03-27
LibSoftGPU+LibGfx: Transform and normalize normals before lighting
Jelle Raaijmakers
2022-03-27
LibSoftGPU: Clean up `Material` initial value style
Jelle Raaijmakers
2022-03-27
LibGL+LibSoftGPU: Implement more of `GL_LIGHT_MODEL_COLOR_CONTROL`
Jelle Raaijmakers
2022-03-27
LibGL: Use correct `GLbyte` range in `glColor4b`
Jelle Raaijmakers
2022-03-27
LibSoftGPU: Test for `1.f` equality in determining the scale factor
Jelle Raaijmakers
2022-03-27
LibWeb: Resolve top/bottom inset properties for position:relative
Andreas Kling
2022-03-27
LibWeb: Rename ComputedValues::offset() => inset()
Andreas Kling
2022-03-27
LibWeb: Rename FormattingContext::compute_position() => compute_inset()
Andreas Kling
2022-03-27
LibWeb: Stop allowing position:relative to affect layout
Andreas Kling
2022-03-27
Base: Update Basic Latin 0020 char to font SatoriMonoRegular
djwisdom
[next]