summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-13LibC: Add some wchar functionsCalvin Buckley
2019-10-13LibC: Add missing u_* typedefs (u_char/u_short)Calvin Buckley
2019-10-13LibHTML: Handle comments in the CSS parserAndreas Kling
2019-10-12LibHTML: Add Comment and CharacterData nodes and improve HTML parsingAndreas Kling
2019-10-12LibC: Add readdir_r for re-entrant directory reading (#648)Calvin Buckley
2019-10-12AK: Add Atomic.hTom
2019-10-12LibHTML+Browser: Add debug option to draw borders around line boxesAndreas Kling
2019-10-12LibC: Have perror() show the input string on the debugger as wellAndreas Kling
2019-10-12LibHTML: Implement the <br> element for line breakingAndreas Kling
2019-10-12Browser: Add a debug menu with actions to dump DOM and Layout treesAndreas Kling
2019-10-12LibHTML: Add StyleProperties::line_height()Andreas Kling
2019-10-12LibHTML: Make all element tag names lowercase for nowAndreas Kling
2019-10-12LibHTML: Move Element construction to a separate fileAndreas Kling
2019-10-11LibHTML: Make sure the marker has the same inline state as siblingsAndreas Kling
2019-10-11LibHTML: LayoutBlock::children_are_inline() should check is_inline()Andreas Kling
2019-10-11LibHTML: Add LayoutNode classes for "display: list-item" and its markerAndreas Kling
2019-10-11Ports: add libiconv portVincent Sanders
2019-10-11Libc: make library internal includes come from private include namespaceVincent Sanders
2019-10-10LibHTML+Browser: Show the number of pending resource loadsAndreas Kling
2019-10-10URL: No need to include ":80" when serializing http:// URLsAndreas Kling
2019-10-10LibHTML: Show a hand cursor when hovering over a clickable link :^)Andreas Kling
2019-10-10LibGUI+WindowServer: Add a "Hand" cursor to the standard cursorsAndreas Kling
2019-10-10Kernel: Make SlabAllocator fall back to kmalloc() when slabs run outAndreas Kling
2019-10-10LibHTML: Fix relative URL completion when document URL ends in a slashAndreas Kling
2019-10-09LibHTML: Have TreeNode deref its children before deleting itselfAndreas Kling
2019-10-09LibHTML: Tear down the layout tree before changing the Frame's documentAndreas Kling
2019-10-09LibHTML: Document::detach_from_frame() should actually detachAndreas Kling
2019-10-09LibHTML: Move is_ancestor_of() from LayoutNode to TreeNodeAndreas Kling
2019-10-09LibHTML: Implement the <blink> elementAndreas Kling
2019-10-09LibGUI: Add GScrollableWidget::to_widget_position()Andreas Kling
2019-10-09LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType classAndreas Kling
2019-10-09LibHTML: Rename Document::normalize() to fixup() and always do itAndreas Kling
2019-10-09LibHTML: Handle CSS declarations that don't end in ';'Andreas Kling
2019-10-09LibHTML: Collapse whitespace in LayoutText unless white-space: pre;Andreas Kling
2019-10-09LibC: Add a missing mbstowcs() declarationSergey Bugaev
2019-10-09LibHTML: Use ResourceLoader in HTMLLinkElementAndreas Kling
2019-10-08LibGUI: Let's say that Alt+Home is the "go home" keyboard shortcutAndreas Kling
2019-10-08Kernel: Delay moving accepted sockets to SetupState::Completed a bitAndreas Kling
2019-10-08Kernel: Don't put LocalSocket in SetupState::Completed in bind()Andreas Kling
2019-10-08LibHTML: Fire the file:// load completion callback asynchronouslyAndreas Kling
2019-10-08LibHTML: Add ResourceLoader to support protocol-agnostic URL loadingAndreas Kling
2019-10-08LibCore: CHttpJob::start() should fail asynchronouslyAndreas Kling
2019-10-08LibHTML: Use an enum for CSS property ID'sAndreas Kling
2019-10-08LibHTML: Move selector matching into a SelectorEngine namespaceAndreas Kling
2019-10-08Kernel: Made DiskCache entries a KBufferJesse Buhagiar
2019-10-07FileManager: Add "Open in TextEditor..." action to context menuAndreas Kling
2019-10-07Browser: Turn command-line path arguments into file:// URLsAndreas Kling
2019-10-07FileManager: Open .html files in Browser instead of "html"Andreas Kling
2019-10-07LibHTML: Don't crash when calling set_document(nullptr)Andreas Kling
2019-10-07LibHTML: Make the CSS and HTML parsers take StringViewsAndreas Kling