summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-10-05LibHTML: Fire the HtmlView::on_title_change hook after a load finishesAndreas Kling
2019-10-05LibHTML: Render list markers in the same color as textAndreas Kling
2019-10-05LibHTML: Add load(URL) and reload() functions to HtmlViewAndreas Kling
2019-10-05LibGUI: Add a "reload" action to GCommonActionsAndreas Kling
2019-10-05LibGUI: Add back/forward actions to GCommonActionsAndreas Kling
2019-10-05LibHTML: Make StyleResolver responsible for loading the default styleAndreas Kling
2019-10-04LibHTML: Make CSS inheritance slightly less hackyAndreas 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-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-03LibC: Implement dirname() and basename()Sergey Bugaev
2019-10-03LibMarkdown: Implement link supportSergey Bugaev
2019-10-03LibC: Misc additionsSergey Bugaev
2019-10-03LibGUI: Fix GDirectoryModel lifetime bug.Brandon Scott
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-02Kernel+SystemMonitor: Add fault countersAndreas 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-01AK: Remove empty files JsonArray.cpp and JsonObject.cppAndreas Kling
2019-10-01LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.Brandon Scott
2019-09-30LibHTML: Implement basic support for inline style attributesAndreas Kling
2019-09-30LibHTML: Refactor the CSS parser into a classAndreas Kling
2019-09-30LibHTML: Fix incorrect CSS object modelAndreas Kling
2019-09-30GMessageBox: Hide the constructor and fix broken usagesAndreas Kling
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-09-29LibM: Fix Toolchain buildAndreas Kling
2019-09-29LibM: Implement various trig functionsAndreas Kling
2019-09-29LibDraw: Some build fixes for strange platformsAndreas Kling