summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-04Base: Add a little HTML test for presentational hintsAndreas Kling
2019-10-04LibHTML: Add support for <font color>Andreas Kling
2019-10-04LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">Andreas Kling
2019-10-04LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style()Andreas Kling
2019-10-04LibHTML: Rename ComputedStyle to BoxModelMetricsAndreas Kling
2019-10-04LibHTML: Add a Frame class and use it for document layout widthAndreas Kling
2019-10-04LibHTML: Remove unused FontStyle enumAndreas Kling
2019-10-04LibHTML: LayoutText should always use parent's style propertiesAndreas Kling
2019-10-04LibC: unistd.h should provide SEEK_SET etc. if stdio.h is not included (#629)Vincent Sanders
2019-10-04Ports: Add expat port (#628)Vincent Sanders
2019-10-03LibHTML: Remove unused LayoutInline::layout()Andreas Kling
2019-10-03LibHTML: Make "white-space: pre" kinda workAndreas Kling
2019-10-03LibMarkdown: Avoid emitting <pre> tags for now, to help LibHTMLAndreas Kling
2019-10-03LibHTML: Prettify ColorStyleValue::to_string() a little bitAndreas Kling
2019-10-03LibHTML: Forgot to account for -1 glyph spacing in text layoutAndreas Kling
2019-10-03LibHTML: Don't add whitespace line box fragments at start of lineAndreas Kling
2019-10-03LibHTML: Tweak "text-decoration: underline" look in LayoutTextAndreas Kling
2019-10-03LibHTML: Rewrite inline and text layoutAndreas Kling
2019-10-03LibHTML: Reduce debug spam from mouse eventsAndreas Kling
2019-10-03LibHTML: Let's put debug output on the debugger streamAndreas Kling
2019-10-03LibHTML: Adjust mouse event positions before using them for hit testingAndreas Kling
2019-10-03GScrollableWidget: Add to_content_position(Point)Andreas Kling
2019-10-03LibGUI: Remove GModel::on_selection_changedSergey Bugaev
2019-10-03Help: Follow clicked linksSergey Bugaev
2019-10-03LibC: Implement dirname() and basename()Sergey Bugaev
2019-10-03Base: Add some "See also" links to the man pagesSergey Bugaev
2019-10-03LibMarkdown: Implement link supportSergey Bugaev
2019-10-03Build: Add LibMarkdown to the library search pathSergey Bugaev
2019-10-03Ports: Add a TinyCC portSergey Bugaev
2019-10-03LibC: Misc additionsSergey Bugaev
2019-10-03LibGUI: Fix GDirectoryModel lifetime bug.Brandon Scott
2019-10-02SystemMonitor: Make all tabs except the process table lazily loadedAndreas Kling
2019-10-02LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI'sAndreas Kling
2019-10-02GWidget: Dispatch Show and Hide events when widget visibility changesAndreas Kling
2019-10-02Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapterAndreas Kling
2019-10-02BXVGADevice: Log a debug message whenever the resolution changesAndreas Kling
2019-10-02Terminal: Remove crashy assertion about line lengthAndreas Kling
2019-10-02Kernel+SystemMonitor: Add fault countersAndreas Kling
2019-10-02Kernel: Don't update Thread TSS if scheduler tick reschedules itAndreas Kling
2019-10-02Ext2FS: Make Ext2FSInode::is_directory() fastAndreas Kling
2019-10-02Kernel: Allocate more 8-byte slabs than anything elseAndreas Kling
2019-10-01LibHTML: Implement the <hr> elementAndreas Kling
2019-10-01LibHTML: Implement basic border renderingAndreas Kling
2019-10-01LibHTML: Include padding when rendering background colorsAndreas Kling
2019-10-01LibHTML: Tweak default CSS to bring it a bit closer to HTML4Andreas Kling
2019-10-01Base: Rename the "html" test directory to "www"Andreas Kling
2019-10-01Kernel: Defer creation of Region CoW bitmaps until they're neededAndreas Kling
2019-10-01AK: Make Bitmap constructors public to allow make<Bitmap>()Andreas Kling
2019-10-01Kernel: mmap() with both MAP_PRIVATE and MAP_SHARED is an errorAndreas Kling
2019-10-01Kernel: Fix munmap() bad splitting of already-split RegionsAndreas Kling