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-21
LibWeb: Implement stringifier for DOM Range :^)
Andreas Kling
2022-03-21
LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex}
Andreas Kling
2022-03-21
LibWeb: Make parse_html_length() accept floating point numbers
Andreas Kling
2022-03-21
LibWeb: Ignore invisible boxes and stacking contexts during hit testing
Andreas Kling
2022-03-21
LibWeb: Pick up the CSS "visibility" property an honor it when painting
Andreas Kling
2022-03-21
LibWeb: Remove now-unused PaintableBox::for_each_child_in_paint_order()
Andreas Kling
2022-03-21
LibWeb: Don't compute fragment absolute rect twice while hit testing
Andreas Kling
2022-03-21
LibWeb: Fix O(n^2) traversal in hit testing
Andreas Kling
2022-03-21
LibWeb: Add Paintable::dom_node() convenience accessor
Andreas Kling
2022-03-21
LibWeb: Add Painting::HitTestResult::dom_node()
Andreas Kling
2022-03-21
LibWeb: Make hit testing functions return Optional<HitTestResult>
Andreas Kling
2022-03-21
LibWeb: Only invalidate stacking context tree for opacity/z-index change
Andreas Kling
2022-03-21
LibWeb: Build stacking context tree lazily
Andreas Kling
2022-03-21
LibWeb: Fix constness of return type from StyleRule::block()
Hendiadyoin1
2022-03-21
LibWeb: Use llround in CSS::Token::to_closest_integer
Hendiadyoin1
2022-03-21
LibWeb: Pull out larger parsing parts from Parser::parse_simple_selector
Hendiadyoin1
2022-03-21
LibWeb: Use a switch-statement on the delimiter for MatchType selection
Hendiadyoin1
2022-03-21
LibWeb: Condense Delim checks in Parser::parse_simple_selector
Hendiadyoin1
2022-03-21
LibWeb: Add StyleComponentValueRule::is_token() helper
Hendiadyoin1
2022-03-21
LibWeb: Use a u32 for a delim tokens value
Hendiadyoin1
2022-03-21
LibWeb: Don't copy Tokens twice on StyleBlockRule initialization
Hendiadyoin1
2022-03-21
LibWeb: Move passed string in MimeType constructor
Hendiadyoin1
2022-03-21
LibTextCodec: Don't allocate Strings on encoding normalisation
Hendiadyoin1
2022-03-21
AK: Add a case insensitive of is_one_of to String[View]
Hendiadyoin1
2022-03-21
LibWeb: Implement "has element in select scope" per-spec
Simon Wanner
2022-03-21
LibWeb: Ignore invalid encodings in Content-Type headers
Simon Wanner
2022-03-20
Meta: Always disable kvm on aarch64 hosts for now
Nico Weber
2022-03-20
Lagom: Build with -fsigned-char
Nico Weber
2022-03-21
LibGfx: Clamp coordinates for bilinear blending correctly
Simon Wanner
2022-03-20
LibWeb: Tweak our User-Agent string
Andreas Kling
2022-03-20
Everywhere: Move commonmark.spec.json to /home/anon/Tests
Brian Gianforcaro
2022-03-20
Everywhere: Move tests to /home/anon/Tests
Brian Gianforcaro
2022-03-20
Everywhere: Move js/web/wasm tests under /home/anon/Tests
Brian Gianforcaro
2022-03-20
Everywhere: Move cpp-tests under /home/anon/Tests
Brian Gianforcaro
2022-03-20
LibWeb: Avoid some layouts in getComputedStyle() property getter
Andreas Kling
2022-03-20
LIbVT: Fix copy paste regression I introduced in #13102
Brian Gianforcaro
2022-03-20
LibGUI+FontEditor: Add context menu for editor actions
thankyouverycool
2022-03-20
FontEditor: Change flip action shortcuts to Ctrl+Shift+{Q,W}
thankyouverycool
2022-03-20
FontEditor: Set width on copy only if source glyph is present
thankyouverycool
2022-03-20
FontEditor: Restore selections on undo/redo actions
thankyouverycool
2022-03-20
LibGUI: Add set_selection() convenience helper to GlyphMapWidget
thankyouverycool
2022-03-20
LibGUI: Add automatic scrolling to GlyphMapWidget
thankyouverycool
2022-03-20
LibGUI: Use system theme when painting GlyphMapWidget focus outline
thankyouverycool
2022-03-20
LibGUI: Reset GlyphMapWidget only if clicking a new active glyph
thankyouverycool
2022-03-20
LibGUI: Use nicer API for contrained positions in GlyphMapWidget
thankyouverycool
2022-03-20
LibGUI: Remove unnecessary MouseEvent calls in GlyphMapWidget
thankyouverycool
2022-03-20
Browser: Size the content box in "Box Model" based on its text
Simon Wanner
2022-03-20
LibWeb: Grey out invisible nodes in the DOM inspector
Simon Wanner
2022-03-20
Base: Install symlinks instead of aliasing rgrep and egrep
Tim Schumacher
2022-03-20
grep: Recognize mode based on the program name
Tim Schumacher
[next]