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
2019-10-15
LibHTML: LayoutBlock::hit_test() was calling the wrong parent class
Andreas Kling
2019-10-15
LibHTML: Use ImageLoader for <img> elements to defer bitmap decoding
Andreas Kling
2019-10-15
LibHTML: Add the currently visible viewport rect to RenderingContext
Andreas Kling
2019-10-15
LibDraw: Add ImageLoader, a simple abstraction for image loading
Andreas Kling
2019-10-15
LibHTML: LayoutNode::set_needs_display() needs to invalidate fragments
Andreas Kling
2019-10-15
LibCore: Put HTTP debug spam behind FOO_DEBUG macros
Andreas Kling
2019-10-15
PaintBrush: Use secondary color for eraser (like in ms_paint)
Chyza
2019-10-15
LibHTML: Fix missing backgrounds an borders after LayoutBox refactoring
Andreas Kling
2019-10-15
LibHTML: Introduce LayoutBox and LayoutNodeWithStyleAndBoxModelMetrics
Andreas Kling
2019-10-15
LibHTML: Simplify Node::create_layout_node()
Andreas Kling
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-15
Meta: Fix shell syntax highlighting in ReadMe (#661)
Danny Feliz
2019-10-15
TextEditor: suppress "Not found" window when searching for empty string
Kevin Murphy
2019-10-14
Meta: Add missing build-essential and curl dependencies
Jean-Baptiste Boric
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-14
Kernel: Remove unused FileBackedDiskDevice class
Andreas Kling
2019-10-13
Kernel: Clarify code that saves FPU state after FNINIT
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
Ports: libarchive
Calvin Buckley
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
Kernel: Add a Linux-style getrandom syscall
Calvin Buckley
2019-10-13
LibHTML: Run second layout pass if first layout adds/removes scrollbars
Andreas Kling
2019-10-13
Runner: Enable QEMU's KVM mode by default
Andreas Kling
2019-10-13
Kernel: Fix accidental restore of bogus FPU state after fork
Andreas Kling
2019-10-13
Kernel: Don't leak an FPU state buffer for every spawned thread
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
HexEditor: Initial application release
Brandon Scott
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
Browser: Add a debug menu with actions to dump DOM and Layout trees
Andreas Kling
2019-10-12
LibHTML: Add StyleProperties::line_height()
Andreas Kling
[next]