summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-10-15LibHTML: Move layout tree building to a LayoutTreeBuilder classAndreas Kling
2019-10-15LibHTML: Add is<T> and to<T> helpers for LayoutNode class familyAndreas Kling
2019-10-15LibC: syslog and lots of compat stuff for itCalvin Buckley
2019-10-14LibCore: Don't crash in IPC client/server on EAGAINAndreas Kling
2019-10-14LibHTML: Implement basic partial style invalidationAndreas Kling
2019-10-14LibHTML: Rename Document's invalidate_{style,layout}() to update_foo()Andreas Kling
2019-10-14LibHTML: Implement basic :hover pseudo-class supportAndreas Kling
2019-10-14LibHTML: Parse the :link and :hover CSS pseudo-classesAndreas Kling
2019-10-13LibHTML: Add some convenient geometry getters on LayoutNodeAndreas Kling
2019-10-13LibHTML: Use LayoutBlock::add_line_box() in LayoutBreakAndreas Kling
2019-10-13LibHTML: Fix broken line splitting behavior in LayoutReplacedAndreas Kling
2019-10-13Kernel: Use word-sized entropy as much as possible in syscallCalvin Buckley
2019-10-13LibC: add arc4random* using new getrandom syscallCalvin Buckley
2019-10-13LibHTML: Run second layout pass if first layout adds/removes scrollbarsAndreas Kling
2019-10-13LibMarkdown: Emit properly formed HTML documentsAndreas Kling
2019-10-13LibHTML: Split layout invalidation into style and layout invalidationAndreas Kling
2019-10-13LibHTML: Move layout root from HtmlView to DocumentAndreas Kling
2019-10-13LibGUI: Fix GMenu submenu shortcut bug.Brandon Scott
2019-10-13LibC: Add some wchar functionsCalvin Buckley
2019-10-13LibC: Add missing u_* typedefs (u_char/u_short)Calvin Buckley
2019-10-13LibHTML: Handle comments in the CSS parserAndreas Kling
2019-10-12LibHTML: Add Comment and CharacterData nodes and improve HTML parsingAndreas Kling
2019-10-12LibC: Add readdir_r for re-entrant directory reading (#648)Calvin Buckley
2019-10-12AK: Add Atomic.hTom
2019-10-12LibHTML+Browser: Add debug option to draw borders around line boxesAndreas Kling
2019-10-12LibC: Have perror() show the input string on the debugger as wellAndreas Kling
2019-10-12LibHTML: Implement the <br> element for line breakingAndreas Kling
2019-10-12LibHTML: Add StyleProperties::line_height()Andreas Kling
2019-10-12LibHTML: Make all element tag names lowercase for nowAndreas Kling
2019-10-12LibHTML: Move Element construction to a separate fileAndreas Kling
2019-10-11LibHTML: Make sure the marker has the same inline state as siblingsAndreas Kling
2019-10-11LibHTML: LayoutBlock::children_are_inline() should check is_inline()Andreas Kling
2019-10-11LibHTML: Add LayoutNode classes for "display: list-item" and its markerAndreas Kling
2019-10-11Libc: make library internal includes come from private include namespaceVincent Sanders
2019-10-10LibHTML+Browser: Show the number of pending resource loadsAndreas Kling
2019-10-10LibHTML: Show a hand cursor when hovering over a clickable link :^)Andreas Kling
2019-10-10LibGUI+WindowServer: Add a "Hand" cursor to the standard cursorsAndreas Kling
2019-10-10LibHTML: Fix relative URL completion when document URL ends in a slashAndreas Kling
2019-10-09LibHTML: Have TreeNode deref its children before deleting itselfAndreas Kling
2019-10-09LibHTML: Tear down the layout tree before changing the Frame's documentAndreas Kling
2019-10-09LibHTML: Document::detach_from_frame() should actually detachAndreas Kling
2019-10-09LibHTML: Move is_ancestor_of() from LayoutNode to TreeNodeAndreas Kling
2019-10-09LibHTML: Implement the <blink> elementAndreas Kling
2019-10-09LibGUI: Add GScrollableWidget::to_widget_position()Andreas Kling
2019-10-09LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType classAndreas Kling
2019-10-09LibHTML: Rename Document::normalize() to fixup() and always do itAndreas Kling
2019-10-09LibHTML: Handle CSS declarations that don't end in ';'Andreas Kling
2019-10-09LibHTML: Collapse whitespace in LayoutText unless white-space: pre;Andreas Kling
2019-10-09LibC: Add a missing mbstowcs() declarationSergey Bugaev
2019-10-09LibHTML: Use ResourceLoader in HTMLLinkElementAndreas Kling