index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
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-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
LibWeb: Don't choke on ICB with inline children
Andreas Kling
2022-03-27
LibWeb: Make whitespace collapsing stateless
Andreas Kling
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
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
LibWeb: Take borders and padding into account when doing Flex layout
Enver Balalic
2022-03-27
LookupServer: Use case-insensitive comparison for domain names
Timur Sultanov
2022-03-27
disk_benchmark: TRY more stuff :^)
Kenneth Myhra
2022-03-27
disk_benchmark: Core::ArgsParser to parse arguments
Kenneth Myhra
2022-03-27
LibCore: Add Vector<size_t> variant of add_option()
Kenneth Myhra
2022-03-27
LibWeb: Add fast-paths for wrapping already-wrapped C++ objects
Andreas Kling
2022-03-27
Revert "LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line()"
Andreas Kling
2022-03-27
LibGfx: Remove bogus baseline adjustment in Painter's draw_text_line()
Andreas Kling
2022-03-27
LibWeb: Use Gfx::Font::pixel_size() when we want pixel metrics
Andreas Kling
2022-03-27
LibGfx: Use Font::pixel_size() instead of glyph_height() when painting
Andreas Kling
2022-03-27
LibGfx: Add Font::pixel_size() and Font::point_size()
Andreas Kling
2022-03-27
LibWeb: Don't round font sizes when looking them up
Andreas Kling
2022-03-27
LibGfx: Make FontDatabase lookups take font (point) sizes as float
Andreas Kling
2022-03-27
WindowServer+LibGUI: Expose raw scroll wheel values to applications
circl
2022-03-27
LibWeb: Use date constants
Lenny Maiorani
2022-03-26
LibWeb: Include negative margins in height:auto computation for BFC root
Andreas Kling
2022-03-26
LibWeb: Don't collapse horizontal margins between floating boxes
Andreas Kling
2022-03-26
Browser: Make the main browser window a little bit bigger by default
Andreas Kling
[next]