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-21
LibHTML: Clicking on a fragment link should prefer <a id> over <a name>
Andreas Kling
2019-10-21
LibHTML: Add Document::get_element_by_id() and get_elements_by_name()
Andreas Kling
2019-10-21
HexEditor: Fix half byte offset bug
Brandon Scott
2019-10-21
HexEditor: Added navigate to a hex offset
Brandon Scott
2019-10-21
HexEditor: Fixed off-by-one copying bug
Brandon Scott
2019-10-21
HexEditor: Reverse selections
Brandon Scott
2019-10-20
LibHTML: Remove trailing whitespace in line boxes
Andreas Kling
2019-10-20
LibM: Make roundf() and ceilf() slightly less terrible
Andreas Kling
2019-10-20
ELF: Fail layout when program header hooks return nullptr (#673)
Andrew Kaster
2019-10-20
LibHTML: Implement "text-align: justify"
Andreas Kling
2019-10-20
LibHTML: The CSS parser should tolerate whitespace-only stylesheets
Andreas Kling
2019-10-20
LibM: Add dummy implementations of roundf() and ceilf()
Andreas Kling
2019-10-20
LibDraw: Add FloatPoint, FloatSize and FloatRect
Andreas Kling
2019-10-20
LibHTML: Rename HTMLImageElement::m_image_loader => m_image_decoder
Andreas Kling
2019-10-20
Shell: Update termios settings to match line discipline.
Drew Stratford
2019-10-20
TTY: Implement Canonical mode and basic echoing.
Drew Stratford
2019-10-20
AK: Add CircularDeque.
Drew Stratford
2019-10-20
LibHTML: HtmlView only needs to store the main Frame, not the Document
Andreas Kling
2019-10-20
LibHTML: Only actually-linked <a> elements should be blue+underlined
Andreas Kling
2019-10-20
LibHTML+Browser: Support scrolling to anchor with <a href="#foo">
Andreas Kling
2019-10-20
LibHTML: Add Element::name() convenience attribute getter
Andreas Kling
2019-10-20
Kernel: Move Boot/ into Arch/i386/Boot (#667)
Tidux
2019-10-19
LibHTML: Don't insert unnecessary line breaks at start of text lines
Andreas Kling
2019-10-19
LibHTML+Browser: Show target URL of hovered links in Browser statusbar
Andreas Kling
2019-10-19
LibHTML: DOM fixup should handle a completely empty document
Andreas Kling
2019-10-19
ls: Fix alignment of device files in long mode (ls -l)
Andreas Kling
2019-10-19
ls: Add -t and -r flags
Andreas Kling
2019-10-19
String: Define operator>(String)
Andreas Kling
2019-10-19
Terminal: Make Shift+PgUp/PgDown scroll the terminal up/down one page
Andreas Kling
2019-10-19
LibHTML: Do DOM tree fixup before firing insertion callbacks
Andreas Kling
2019-10-19
LibDraw: Rename ImageLoader => ImageDecoder
Andreas Kling
2019-10-19
aplay: Fixed incomplete playback of files
Till Mayer
2019-10-19
AudioServer: Added ability to get count of samples in the buffer queue
Till Mayer
2019-10-19
ASMixer: Removed unused variable in ASBufferQueue
Till Mayer
2019-10-19
LibHTML: Make "display: inline-block" generate a LayoutBlock for now
Andreas Kling
2019-10-19
LibHTML: Batch style updates and make them start from the root
Andreas Kling
2019-10-19
LibDraw: Store emojis in a HashMap<u32, RefPtr<GraphicsBitmap>>
Andreas Kling
2019-10-19
LibHTML: Add TreeNode<T>::for_each_in_subtree(callback)
Andreas Kling
2019-10-19
LibDraw: Have the PNGImageLoaderPlugin remember if it failed to decode
Andreas Kling
2019-10-19
LibHTML: Skip over CSS @media rules for now
Andreas Kling
2019-10-19
LibHTML: Use the correct inherited color for LayoutListItemMarker
Andreas Kling
2019-10-19
LibHTML: Implement basic tiled background image support
Andreas Kling
2019-10-19
LibDraw: Rename Painter::blit_tiled() => draw_tiled_bitmap()
Andreas Kling
2019-10-19
LibHTML: Replaced elements should not break lines at start of line
Andreas Kling
2019-10-19
LibHTML: Ignore completed image loads for already-destroyed <img>'s
Andreas Kling
2019-10-19
LibHTML: Make TreeNode inherit from Weakable by default
Andreas Kling
2019-10-19
LibHTML: Allow loading of PNG's directly into the HtmlView
Andreas Kling
2019-10-18
LibHTML: Add a simple font cache
Andreas Kling
2019-10-18
Meta: Fix some typos in ReadMe.md (#671)
yuanchen
2019-10-18
LibHTML: Preserve UTF-8 codepoints when collapsing whitespace
Andreas Kling
[next]