index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2019-10-05
LibHTML: Fire the HtmlView::on_title_change hook after a load finishes
Andreas Kling
2019-10-05
LibHTML: Render list markers in the same color as text
Andreas Kling
2019-10-05
LibHTML: Add load(URL) and reload() functions to HtmlView
Andreas Kling
2019-10-05
LibGUI: Add a "reload" action to GCommonActions
Andreas Kling
2019-10-05
LibGUI: Add back/forward actions to GCommonActions
Andreas Kling
2019-10-05
LibHTML: Make StyleResolver responsible for loading the default style
Andreas Kling
2019-10-04
LibHTML: Make CSS inheritance slightly less hacky
Andreas Kling
2019-10-04
LibHTML: Add support for <font color>
Andreas Kling
2019-10-04
LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">
Andreas Kling
2019-10-04
LibHTML: Rename LayoutNode::style_properties() to LayoutNode::style()
Andreas Kling
2019-10-04
LibHTML: Rename ComputedStyle to BoxModelMetrics
Andreas Kling
2019-10-04
LibHTML: Add a Frame class and use it for document layout width
Andreas Kling
2019-10-04
LibHTML: Remove unused FontStyle enum
Andreas Kling
2019-10-04
LibHTML: LayoutText should always use parent's style properties
Andreas Kling
2019-10-04
LibC: unistd.h should provide SEEK_SET etc. if stdio.h is not included (#629)
Vincent Sanders
2019-10-03
LibHTML: Remove unused LayoutInline::layout()
Andreas Kling
2019-10-03
LibHTML: Make "white-space: pre" kinda work
Andreas Kling
2019-10-03
LibMarkdown: Avoid emitting <pre> tags for now, to help LibHTML
Andreas Kling
2019-10-03
LibHTML: Prettify ColorStyleValue::to_string() a little bit
Andreas Kling
2019-10-03
LibHTML: Forgot to account for -1 glyph spacing in text layout
Andreas Kling
2019-10-03
LibHTML: Don't add whitespace line box fragments at start of line
Andreas Kling
2019-10-03
LibHTML: Tweak "text-decoration: underline" look in LayoutText
Andreas Kling
2019-10-03
LibHTML: Rewrite inline and text layout
Andreas Kling
2019-10-03
LibHTML: Reduce debug spam from mouse events
Andreas Kling
2019-10-03
LibHTML: Let's put debug output on the debugger stream
Andreas Kling
2019-10-03
LibHTML: Adjust mouse event positions before using them for hit testing
Andreas Kling
2019-10-03
GScrollableWidget: Add to_content_position(Point)
Andreas Kling
2019-10-03
LibGUI: Remove GModel::on_selection_changed
Sergey Bugaev
2019-10-03
LibC: Implement dirname() and basename()
Sergey Bugaev
2019-10-03
LibMarkdown: Implement link support
Sergey Bugaev
2019-10-03
LibC: Misc additions
Sergey Bugaev
2019-10-03
LibGUI: Fix GDirectoryModel lifetime bug.
Brandon Scott
2019-10-02
LibGUI: Add GLazyWidget, a convenience widget for lazily-built UI's
Andreas Kling
2019-10-02
GWidget: Dispatch Show and Hide events when widget visibility changes
Andreas Kling
2019-10-02
Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter
Andreas Kling
2019-10-02
Kernel+SystemMonitor: Add fault counters
Andreas Kling
2019-10-01
LibHTML: Implement the <hr> element
Andreas Kling
2019-10-01
LibHTML: Implement basic border rendering
Andreas Kling
2019-10-01
LibHTML: Include padding when rendering background colors
Andreas Kling
2019-10-01
LibHTML: Tweak default CSS to bring it a bit closer to HTML4
Andreas Kling
2019-10-01
AK: Remove empty files JsonArray.cpp and JsonObject.cpp
Andreas Kling
2019-10-01
LibGUI+PaintBrush: Fix to GFilePicker and PaintBrush enhancements.
Brandon Scott
2019-09-30
LibHTML: Implement basic support for inline style attributes
Andreas Kling
2019-09-30
LibHTML: Refactor the CSS parser into a class
Andreas Kling
2019-09-30
LibHTML: Fix incorrect CSS object model
Andreas Kling
2019-09-30
GMessageBox: Hide the constructor and fix broken usages
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-29
LibM: Fix Toolchain build
Andreas Kling
2019-09-29
LibM: Implement various trig functions
Andreas Kling
2019-09-29
LibDraw: Some build fixes for strange platforms
Andreas Kling
[next]