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-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
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
Ports: add libiconv port
Vincent Sanders
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
URL: No need to include ":80" when serializing http:// URLs
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
Kernel: Make SlabAllocator fall back to kmalloc() when slabs run out
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
2019-10-08
LibGUI: Let's say that Alt+Home is the "go home" keyboard shortcut
Andreas Kling
2019-10-08
Kernel: Delay moving accepted sockets to SetupState::Completed a bit
Andreas Kling
2019-10-08
Kernel: Don't put LocalSocket in SetupState::Completed in bind()
Andreas Kling
2019-10-08
LibHTML: Fire the file:// load completion callback asynchronously
Andreas Kling
2019-10-08
LibHTML: Add ResourceLoader to support protocol-agnostic URL loading
Andreas Kling
2019-10-08
LibCore: CHttpJob::start() should fail asynchronously
Andreas Kling
2019-10-08
LibHTML: Use an enum for CSS property ID's
Andreas Kling
2019-10-08
LibHTML: Move selector matching into a SelectorEngine namespace
Andreas Kling
2019-10-08
Kernel: Made DiskCache entries a KBuffer
Jesse Buhagiar
2019-10-07
FileManager: Add "Open in TextEditor..." action to context menu
Andreas Kling
2019-10-07
Browser: Turn command-line path arguments into file:// URLs
Andreas Kling
2019-10-07
FileManager: Open .html files in Browser instead of "html"
Andreas Kling
2019-10-07
LibHTML: Don't crash when calling set_document(nullptr)
Andreas Kling
2019-10-07
LibHTML: Make the CSS and HTML parsers take StringViews
Andreas Kling
[next]