index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2019-10-15
LibHTML: Move layout tree building to a LayoutTreeBuilder class
Andreas Kling
2019-10-15
LibHTML: Add is<T> and to<T> helpers for LayoutNode class family
Andreas Kling
2019-10-15
LibC: syslog and lots of compat stuff for it
Calvin Buckley
2019-10-14
LibCore: Don't crash in IPC client/server on EAGAIN
Andreas Kling
2019-10-14
LibHTML: Implement basic partial style invalidation
Andreas Kling
2019-10-14
LibHTML: Rename Document's invalidate_{style,layout}() to update_foo()
Andreas Kling
2019-10-14
LibHTML: Implement basic :hover pseudo-class support
Andreas Kling
2019-10-14
LibHTML: Parse the :link and :hover CSS pseudo-classes
Andreas Kling
2019-10-13
LibHTML: Add some convenient geometry getters on LayoutNode
Andreas Kling
2019-10-13
LibHTML: Use LayoutBlock::add_line_box() in LayoutBreak
Andreas Kling
2019-10-13
LibHTML: Fix broken line splitting behavior in LayoutReplaced
Andreas Kling
2019-10-13
Kernel: Use word-sized entropy as much as possible in syscall
Calvin Buckley
2019-10-13
LibC: add arc4random* using new getrandom syscall
Calvin Buckley
2019-10-13
LibHTML: Run second layout pass if first layout adds/removes scrollbars
Andreas Kling
2019-10-13
LibMarkdown: Emit properly formed HTML documents
Andreas Kling
2019-10-13
LibHTML: Split layout invalidation into style and layout invalidation
Andreas Kling
2019-10-13
LibHTML: Move layout root from HtmlView to Document
Andreas Kling
2019-10-13
LibGUI: Fix GMenu submenu shortcut bug.
Brandon Scott
2019-10-13
LibC: Add some wchar functions
Calvin Buckley
2019-10-13
LibC: Add missing u_* typedefs (u_char/u_short)
Calvin Buckley
2019-10-13
LibHTML: Handle comments in the CSS parser
Andreas Kling
2019-10-12
LibHTML: Add Comment and CharacterData nodes and improve HTML parsing
Andreas Kling
2019-10-12
LibC: Add readdir_r for re-entrant directory reading (#648)
Calvin Buckley
2019-10-12
AK: Add Atomic.h
Tom
2019-10-12
LibHTML+Browser: Add debug option to draw borders around line boxes
Andreas Kling
2019-10-12
LibC: Have perror() show the input string on the debugger as well
Andreas Kling
2019-10-12
LibHTML: Implement the <br> element for line breaking
Andreas Kling
2019-10-12
LibHTML: Add StyleProperties::line_height()
Andreas Kling
2019-10-12
LibHTML: Make all element tag names lowercase for now
Andreas Kling
2019-10-12
LibHTML: Move Element construction to a separate file
Andreas Kling
2019-10-11
LibHTML: Make sure the marker has the same inline state as siblings
Andreas Kling
2019-10-11
LibHTML: LayoutBlock::children_are_inline() should check is_inline()
Andreas Kling
2019-10-11
LibHTML: Add LayoutNode classes for "display: list-item" and its marker
Andreas Kling
2019-10-11
Libc: make library internal includes come from private include namespace
Vincent Sanders
2019-10-10
LibHTML+Browser: Show the number of pending resource loads
Andreas Kling
2019-10-10
LibHTML: Show a hand cursor when hovering over a clickable link :^)
Andreas Kling
2019-10-10
LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors
Andreas Kling
2019-10-10
LibHTML: Fix relative URL completion when document URL ends in a slash
Andreas Kling
2019-10-09
LibHTML: Have TreeNode deref its children before deleting itself
Andreas Kling
2019-10-09
LibHTML: Tear down the layout tree before changing the Frame's document
Andreas Kling
2019-10-09
LibHTML: Document::detach_from_frame() should actually detach
Andreas Kling
2019-10-09
LibHTML: Move is_ancestor_of() from LayoutNode to TreeNode
Andreas Kling
2019-10-09
LibHTML: Implement the <blink> element
Andreas Kling
2019-10-09
LibGUI: Add GScrollableWidget::to_widget_position()
Andreas Kling
2019-10-09
LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType class
Andreas Kling
2019-10-09
LibHTML: Rename Document::normalize() to fixup() and always do it
Andreas Kling
2019-10-09
LibHTML: Handle CSS declarations that don't end in ';'
Andreas Kling
2019-10-09
LibHTML: Collapse whitespace in LayoutText unless white-space: pre;
Andreas Kling
2019-10-09
LibC: Add a missing mbstowcs() declaration
Sergey Bugaev
2019-10-09
LibHTML: Use ResourceLoader in HTMLLinkElement
Andreas Kling
[next]