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-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
2022-03-26
LibWeb: Remove debug spam about not executing empty script elements
Andreas Kling
2022-03-26
LibWeb: Fix typo in SVGSVGElement::apply_presentational_hints()
Andreas Kling
2022-03-26
LibWeb: Simplify text chunk iteration a little bit
Andreas Kling
2022-03-26
LibWeb: Remove unused declarations from Layout::TextNode
Andreas Kling
2022-03-26
LibWeb: Make text newlines in "pre" mode emit a ForcedBreak item
Andreas Kling
2022-03-26
LibWeb: Don't append collapsible whitespace to start of new line
Andreas Kling
2022-03-26
LibWeb: Make HTML{Button,Select,TextArea}Element focusable
Linus Groh
2022-03-26
LibWeb: Make any HTMLInputElement with type != hidden focusable
Linus Groh
2022-03-26
LibWeb: Make HTMLInputElement::TypeAttributeState an enum class
Linus Groh
2022-03-26
tee: Port to LibMain and move to SerenityOS code patterns
Kenneth Myhra
2022-03-26
Chess: On pgn import avoid losing piece promotion info
Simon Danner
[next]