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-09-28
LibHTML: Respect the CSS "color" property for text
Andreas Kling
2019-09-28
Meta: Tweak the Qt Creator project updater a bit
Andreas Kling
2019-09-28
TelnetServer: Accept arbitrary command with -c
Larkin Nickle
2019-09-28
SystemMonitor: Display whether an fd is cloexec and blocking
Sergey Bugaev
2019-09-28
Kernel: Expose blocking and cloexec fd flags in ProcFS
Sergey Bugaev
2019-09-28
Base: Add man pages for create_shared_buffer() and share_buffer_with()
Andreas Kling
2019-09-28
LibMarkdown: Support escaping of special characters
Andreas Kling
2019-09-28
LibHTML: Make h1 and h2 tags use Pebbleton Bold by default :^)
Andreas Kling
2019-09-28
Base: Add a bold variant of the Pebbleton 11px font
Andreas Kling
2019-09-28
Help: Don't crash on startup when non-md man pages are present :^)
Andreas Kling
2019-09-28
Applications: Add a new Help app
Sergey Bugaev
2019-09-28
Userland+LibHTML: Add the html command
Sergey Bugaev
2019-09-28
LibHTML: Introduce the HtmlView widget
Sergey Bugaev
2019-09-28
LibHTML: Tweak the default CSS style
Sergey Bugaev
2019-09-28
LibHTML: Parse HTML escape sequences
Sergey Bugaev
2019-09-28
LibHTML: Hide debugging output unless HTML_DEBUG is defined
Sergey Bugaev
2019-09-28
LibHTML: Implement rendering
Sergey Bugaev
2019-09-28
LibHTML: Implement LayoutText
Sergey Bugaev
2019-09-28
LibHTML: Implement LayoutInline::layout()
Sergey Bugaev
2019-09-28
LibHTML: Fix LayoutDocument height computation
Sergey Bugaev
2019-09-28
LibHTML: Fix LayoutBlock vertical position & height computations
Sergey Bugaev
2019-09-28
LibHTML: Add Document::normalize()
Sergey Bugaev
2019-09-28
LibHTML: Move layout tree building to Node
Sergey Bugaev
2019-09-28
LibHTML: Implement basic style inheritance
Sergey Bugaev
2019-09-28
LibHTML: Add ComputedStyle::full_margin()
Sergey Bugaev
2019-09-28
LibHTML: Get rid of ComputedStyle::offset()
Sergey Bugaev
2019-09-28
LibHTML: Fix moving inline elements to unrelated block elements
Sergey Bugaev
2019-09-28
LibHTML: Add StyleProperties::string_or_fallback()
Sergey Bugaev
2019-09-28
AK: Add StringBuilder::string_view() and StringBuilder::clear()
Sergey Bugaev
2019-09-28
LibHTML: Get rid of the style tree
Sergey Bugaev
2019-09-28
LibHTML: Add install.sh
Sergey Bugaev
2019-09-28
Base: Write some initial man pages
Sergey Bugaev
2019-09-28
Userland: Add a man command
Sergey Bugaev
2019-09-28
Userland: Add an md command
Sergey Bugaev
2019-09-28
Libraries: Add LibMarkdown
Sergey Bugaev
2019-09-28
Terminal: Add underline support
Sergey Bugaev
2019-09-28
Kernel: Make proper use of the new keep_empty argument
Sergey Bugaev
2019-09-28
AK: Add a keep_empty argument to String[View]::substring{_view}
Sergey Bugaev
2019-09-28
Kernel: Fix BIOS date/time on hardware
Conrad Pankoff
2019-09-28
Userland: Add disk_benchmark program to test read/write speeds
Conrad Pankoff
2019-09-28
Kernel: Support writing doubly-indirect ext2 blocks
Conrad Pankoff
2019-09-28
Kernel: Repair unaligned regions supplied by the boot loader
Conrad Pankoff
2019-09-27
Meta: Spread the ccache joy far and wide!
Dan MacDonald
2019-09-27
Kernel: Fix partial munmap() deallocating still-in-use VM
Andreas Kling
2019-09-27
Kernel: No need to manually deallocate kernel stack Region in ~Thread()
Andreas Kling
2019-09-27
Point: Add operator+=, operator-=, and Point+Point
Andreas Kling
2019-09-27
Meta: Add instructions for debugging boot issues via serial console from Linux
Dan MacDonald
2019-09-27
Kernel: Tweak SlabAllocator size classes
Andreas Kling
2019-09-27
Kernel: Make Region single-owner instead of ref-counted
Andreas Kling
2019-09-27
Kernel: Fix bitrotted FORK_DEBUG logging code
Andreas Kling
[next]