index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-10-04
Base: Add a little HTML test for presentational hints
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-04
Ports: Add expat port (#628)
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
Help: Follow clicked links
Sergey Bugaev
2019-10-03
LibC: Implement dirname() and basename()
Sergey Bugaev
2019-10-03
Base: Add some "See also" links to the man pages
Sergey Bugaev
2019-10-03
LibMarkdown: Implement link support
Sergey Bugaev
2019-10-03
Build: Add LibMarkdown to the library search path
Sergey Bugaev
2019-10-03
Ports: Add a TinyCC port
Sergey Bugaev
2019-10-03
LibC: Misc additions
Sergey Bugaev
2019-10-03
LibGUI: Fix GDirectoryModel lifetime bug.
Brandon Scott
2019-10-02
SystemMonitor: Make all tabs except the process table lazily loaded
Andreas Kling
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
BXVGADevice: Log a debug message whenever the resolution changes
Andreas Kling
2019-10-02
Terminal: Remove crashy assertion about line length
Andreas Kling
2019-10-02
Kernel+SystemMonitor: Add fault counters
Andreas Kling
2019-10-02
Kernel: Don't update Thread TSS if scheduler tick reschedules it
Andreas Kling
2019-10-02
Ext2FS: Make Ext2FSInode::is_directory() fast
Andreas Kling
2019-10-02
Kernel: Allocate more 8-byte slabs than anything else
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
Base: Rename the "html" test directory to "www"
Andreas Kling
2019-10-01
Kernel: Defer creation of Region CoW bitmaps until they're needed
Andreas Kling
2019-10-01
AK: Make Bitmap constructors public to allow make<Bitmap>()
Andreas Kling
2019-10-01
Kernel: mmap() with both MAP_PRIVATE and MAP_SHARED is an error
Andreas Kling
2019-10-01
Kernel: Fix munmap() bad splitting of already-split Regions
Andreas Kling
[next]