summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-28LibHTML: Respect the CSS "color" property for textAndreas Kling
2019-09-28Meta: Tweak the Qt Creator project updater a bitAndreas Kling
2019-09-28TelnetServer: Accept arbitrary command with -cLarkin Nickle
2019-09-28SystemMonitor: Display whether an fd is cloexec and blockingSergey Bugaev
2019-09-28Kernel: Expose blocking and cloexec fd flags in ProcFSSergey Bugaev
2019-09-28Base: Add man pages for create_shared_buffer() and share_buffer_with()Andreas Kling
2019-09-28LibMarkdown: Support escaping of special charactersAndreas Kling
2019-09-28LibHTML: Make h1 and h2 tags use Pebbleton Bold by default :^)Andreas Kling
2019-09-28Base: Add a bold variant of the Pebbleton 11px fontAndreas Kling
2019-09-28Help: Don't crash on startup when non-md man pages are present :^)Andreas Kling
2019-09-28Applications: Add a new Help appSergey Bugaev
2019-09-28Userland+LibHTML: Add the html commandSergey Bugaev
2019-09-28LibHTML: Introduce the HtmlView widgetSergey Bugaev
2019-09-28LibHTML: Tweak the default CSS styleSergey Bugaev
2019-09-28LibHTML: Parse HTML escape sequencesSergey Bugaev
2019-09-28LibHTML: Hide debugging output unless HTML_DEBUG is definedSergey Bugaev
2019-09-28LibHTML: Implement renderingSergey Bugaev
2019-09-28LibHTML: Implement LayoutTextSergey Bugaev
2019-09-28LibHTML: Implement LayoutInline::layout()Sergey Bugaev
2019-09-28LibHTML: Fix LayoutDocument height computationSergey Bugaev
2019-09-28LibHTML: Fix LayoutBlock vertical position & height computationsSergey Bugaev
2019-09-28LibHTML: Add Document::normalize()Sergey Bugaev
2019-09-28LibHTML: Move layout tree building to NodeSergey Bugaev
2019-09-28LibHTML: Implement basic style inheritanceSergey Bugaev
2019-09-28LibHTML: Add ComputedStyle::full_margin()Sergey Bugaev
2019-09-28LibHTML: Get rid of ComputedStyle::offset()Sergey Bugaev
2019-09-28LibHTML: Fix moving inline elements to unrelated block elementsSergey Bugaev
2019-09-28LibHTML: Add StyleProperties::string_or_fallback()Sergey Bugaev
2019-09-28AK: Add StringBuilder::string_view() and StringBuilder::clear()Sergey Bugaev
2019-09-28LibHTML: Get rid of the style treeSergey Bugaev
2019-09-28LibHTML: Add install.shSergey Bugaev
2019-09-28Base: Write some initial man pagesSergey Bugaev
2019-09-28Userland: Add a man commandSergey Bugaev
2019-09-28Userland: Add an md commandSergey Bugaev
2019-09-28Libraries: Add LibMarkdownSergey Bugaev
2019-09-28Terminal: Add underline supportSergey Bugaev
2019-09-28Kernel: Make proper use of the new keep_empty argumentSergey Bugaev
2019-09-28AK: Add a keep_empty argument to String[View]::substring{_view}Sergey Bugaev
2019-09-28Kernel: Fix BIOS date/time on hardwareConrad Pankoff
2019-09-28Userland: Add disk_benchmark program to test read/write speedsConrad Pankoff
2019-09-28Kernel: Support writing doubly-indirect ext2 blocksConrad Pankoff
2019-09-28Kernel: Repair unaligned regions supplied by the boot loaderConrad Pankoff
2019-09-27Meta: Spread the ccache joy far and wide!Dan MacDonald
2019-09-27Kernel: Fix partial munmap() deallocating still-in-use VMAndreas Kling
2019-09-27Kernel: No need to manually deallocate kernel stack Region in ~Thread()Andreas Kling
2019-09-27Point: Add operator+=, operator-=, and Point+PointAndreas Kling
2019-09-27Meta: Add instructions for debugging boot issues via serial console from LinuxDan MacDonald
2019-09-27Kernel: Tweak SlabAllocator size classesAndreas Kling
2019-09-27Kernel: Make Region single-owner instead of ref-countedAndreas Kling
2019-09-27Kernel: Fix bitrotted FORK_DEBUG logging codeAndreas Kling