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
2021-10-29
LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert ErrorPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert WeakRefPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert ConsoleObject functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert JSONObject functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SetPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SetConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SymbolPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert SymbolConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert BigIntPrototype functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibJS: Convert BigIntConstructor functions to ThrowCompletionOr
Idan Horowitz
2021-10-29
LibRegex: Don't ignore empty alternatives in append_alternation()
Ali Mohammad Pur
2021-10-28
LibWeb: Add Element.webkitMatchesSelector
Luke Wilde
2021-10-28
LibWeb: Don't try to layout list-item markers in BFC
Andreas Kling
2021-10-28
LibWeb: Add Layout::Box::border_box_as_relative_rect()
Andreas Kling
2021-10-28
LibWeb: Small fix to height computation for block-with-inline-children
Andreas Kling
2021-10-28
LibWeb: Use border edges when computing overflow for the ICB
Andreas Kling
2021-10-28
LibWeb: Null-check document before doing layout in PageHost::paint()
Andreas Kling
2021-10-28
LibWeb: Remove unused CSS::Length::relative_length_to_px(Layout::Node)
Andreas Kling
2021-10-28
LibWeb: Always update layout (if needed) before painting
Andreas Kling
2021-10-28
LibWeb: Don't force line box fragments height to be at least line-height
Andreas Kling
2021-10-28
LibWeb: Make non-absolute values for line-height fall back to font-size
Andreas Kling
2021-10-28
LibWeb: Clip descendants of boxes with overflow:hidden
Andreas Kling
2021-10-28
LibWeb: Treat width:auto on tables as fit-content
Andreas Kling
2021-10-28
LibWeb: Allow whitespace when parsing "!important" in CSS
Sam Atkins
2021-10-28
LibWeb: Allow whitespace inside CSS attribute selectors
Sam Atkins
2021-10-28
LibWeb: Remove two lowercase string creations from Element::has_class
Timothy Flynn
2021-10-28
LibWeb: Do not create lowercase strings in NamedNodeMap::get_attribute
Timothy Flynn
2021-10-28
LibWeb: Remove duplicated auto height computation
Ben Wiederhake
2021-10-28
LibWeb: Remove StyleProperties::set_property(PropertyID, StringView)
Andreas Kling
2021-10-28
LibWeb: Properly handle the <td align> attribute
Andreas Kling
2021-10-28
LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h
Idan Horowitz
2021-10-28
LibC: Change the type of FBProperties' fields from bool to unsigned char
Idan Horowitz
2021-10-28
ThemeEditor: Display the theme's window icons in the preview
Sam Atkins
2021-10-28
ThemeEditor: Add PathRole editing
Sam Atkins
2021-10-28
ThemeEditor: Update value edit boxes when loading a theme file
Sam Atkins
2021-10-28
ThemeEditor: Add MetricRole editing
Sam Atkins
2021-10-28
LibGUI: Add MetricRole and PathRole to GUI::Variant
Sam Atkins
2021-10-28
LibGfx: Add to_string() functions for MetricRole and PathRole
Sam Atkins
2021-10-28
ThemeEditor: Convert layout to GML
Sam Atkins
2021-10-28
ThemeEditor: Display window shadows in preview :^)
Sam Atkins
2021-10-28
LibGfx+WindowServer: Move shadow-painting code to StylePainter
Sam Atkins
2021-10-28
LibGfx: Make style painters use east const and virtual specifiers
Sam Atkins
2021-10-28
ThemeEditor: Give both preview windows a background color
Sam Atkins
2021-10-28
MouseSettings: Reset the double-click timer after every second click
Jelle Raaijmakers
2021-10-28
LibCore: Add ElapsedTimer::reset()
Jelle Raaijmakers
2021-10-27
Everywhere: Rename back-click to backward-click
Filiph Sandström
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
[next]