summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-21LibHTML: Clicking on a fragment link should prefer <a id> over <a name>Andreas Kling
2019-10-21LibHTML: Add Document::get_element_by_id() and get_elements_by_name()Andreas Kling
2019-10-21HexEditor: Fix half byte offset bugBrandon Scott
2019-10-21HexEditor: Added navigate to a hex offsetBrandon Scott
2019-10-21HexEditor: Fixed off-by-one copying bugBrandon Scott
2019-10-21HexEditor: Reverse selectionsBrandon Scott
2019-10-20LibHTML: Remove trailing whitespace in line boxesAndreas Kling
2019-10-20LibM: Make roundf() and ceilf() slightly less terribleAndreas Kling
2019-10-20ELF: Fail layout when program header hooks return nullptr (#673)Andrew Kaster
2019-10-20LibHTML: Implement "text-align: justify"Andreas Kling
2019-10-20LibHTML: The CSS parser should tolerate whitespace-only stylesheetsAndreas Kling
2019-10-20LibM: Add dummy implementations of roundf() and ceilf()Andreas Kling
2019-10-20LibDraw: Add FloatPoint, FloatSize and FloatRectAndreas Kling
2019-10-20LibHTML: Rename HTMLImageElement::m_image_loader => m_image_decoderAndreas Kling
2019-10-20Shell: Update termios settings to match line discipline.Drew Stratford
2019-10-20TTY: Implement Canonical mode and basic echoing.Drew Stratford
2019-10-20AK: Add CircularDeque.Drew Stratford
2019-10-20LibHTML: HtmlView only needs to store the main Frame, not the DocumentAndreas Kling
2019-10-20LibHTML: Only actually-linked <a> elements should be blue+underlinedAndreas Kling
2019-10-20LibHTML+Browser: Support scrolling to anchor with <a href="#foo">Andreas Kling
2019-10-20LibHTML: Add Element::name() convenience attribute getterAndreas Kling
2019-10-20Kernel: Move Boot/ into Arch/i386/Boot (#667)Tidux
2019-10-19LibHTML: Don't insert unnecessary line breaks at start of text linesAndreas Kling
2019-10-19LibHTML+Browser: Show target URL of hovered links in Browser statusbarAndreas Kling
2019-10-19LibHTML: DOM fixup should handle a completely empty documentAndreas Kling
2019-10-19ls: Fix alignment of device files in long mode (ls -l)Andreas Kling
2019-10-19ls: Add -t and -r flagsAndreas Kling
2019-10-19String: Define operator>(String)Andreas Kling
2019-10-19Terminal: Make Shift+PgUp/PgDown scroll the terminal up/down one pageAndreas Kling
2019-10-19LibHTML: Do DOM tree fixup before firing insertion callbacksAndreas Kling
2019-10-19LibDraw: Rename ImageLoader => ImageDecoderAndreas Kling
2019-10-19aplay: Fixed incomplete playback of filesTill Mayer
2019-10-19AudioServer: Added ability to get count of samples in the buffer queueTill Mayer
2019-10-19ASMixer: Removed unused variable in ASBufferQueueTill Mayer
2019-10-19LibHTML: Make "display: inline-block" generate a LayoutBlock for nowAndreas Kling
2019-10-19LibHTML: Batch style updates and make them start from the rootAndreas Kling
2019-10-19LibDraw: Store emojis in a HashMap<u32, RefPtr<GraphicsBitmap>>Andreas Kling
2019-10-19LibHTML: Add TreeNode<T>::for_each_in_subtree(callback)Andreas Kling
2019-10-19LibDraw: Have the PNGImageLoaderPlugin remember if it failed to decodeAndreas Kling
2019-10-19LibHTML: Skip over CSS @media rules for nowAndreas Kling
2019-10-19LibHTML: Use the correct inherited color for LayoutListItemMarkerAndreas Kling
2019-10-19LibHTML: Implement basic tiled background image supportAndreas Kling
2019-10-19LibDraw: Rename Painter::blit_tiled() => draw_tiled_bitmap()Andreas Kling
2019-10-19LibHTML: Replaced elements should not break lines at start of lineAndreas Kling
2019-10-19LibHTML: Ignore completed image loads for already-destroyed <img>'sAndreas Kling
2019-10-19LibHTML: Make TreeNode inherit from Weakable by defaultAndreas Kling
2019-10-19LibHTML: Allow loading of PNG's directly into the HtmlViewAndreas Kling
2019-10-18LibHTML: Add a simple font cacheAndreas Kling
2019-10-18Meta: Fix some typos in ReadMe.md (#671)yuanchen
2019-10-18LibHTML: Preserve UTF-8 codepoints when collapsing whitespaceAndreas Kling