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
2020-06-16
LibWeb: Make Element::tag_name() return a const FlyString&
Andreas Kling
2020-06-16
LibVT: Replace u8 type to u32 for code point
Hüseyin ASLITÜRK
2020-06-16
LibGUI: Replace text attribute on KeyEvent with code_point attribute
Hüseyin ASLITÜRK
2020-06-16
LibKeyboard: Replace char data type to u32 for code point
Hüseyin ASLITÜRK
2020-06-16
LibC: Declare pthread_sigmask() in signal.h.
Nico Weber
2020-06-15
LibGUI: Use new Bitmap::is_path_a_supported_image_format method
Hüseyin ASLITÜRK
2020-06-15
LibGfx: Add a new Bitmap::is_path_a_supported_image_format() method
Hüseyin ASLITÜRK
2020-06-15
LibGUI: Don't update cursor, if visual data out-of-date
Kevin Meyer
2020-06-15
LibWeb: Fix broken parsing of </form> during "in body" insertion
Andreas Kling
2020-06-15
LibWeb: Don't load stylesheets with rel="alternate"
Andreas Kling
2020-06-15
LibWeb: Fix broken parsing of </select> during "in select" insertion
Andreas Kling
2020-06-15
LibWeb: Just ignore <script> elements that failed to load the script
Andreas Kling
2020-06-15
LibWeb: Use the URL encoder from AK instead of rolling a custom one
Andreas Kling
2020-06-15
LibWeb: Force a full relayout if an element's CSS display changes
Andreas Kling
2020-06-15
LibWeb: Allow block children of inlines
Andreas Kling
2020-06-15
LibWeb: Respect CSS z-index property while painting
Andreas Kling
2020-06-15
LibWeb: Layout nodes without own style can't be absolutely positioned
Andreas Kling
2020-06-15
LibC: Add truncate().
Nico Weber
2020-06-14
LibWeb: Make the specificity sort comparator a bit more readable
Andreas Kling
2020-06-14
LibWeb: Don't assert when containing block doesn't know how to place
Andreas Kling
2020-06-14
LibWeb: Don't animate images outside the visible viewport :^)
Andreas Kling
2020-06-14
LibWeb: Move "visible in viewport" state tracking to ImageLoader
Andreas Kling
2020-06-14
LibWeb: Move bitmap animation from HTMLImageElement to ImageLoader
Andreas Kling
2020-06-14
LibWeb: Remove some unused functions from LayoutTable
Andreas Kling
2020-06-14
LibWeb: Remove some unused functions from HTMLImageElement
Andreas Kling
2020-06-14
LibWeb: Reorganize layout algorithm
Andreas Kling
2020-06-14
LibWeb: Dump layout node style properties in alphabetical order
Andreas Kling
2020-06-14
LibWeb: Simplify LayoutBlock::layout_block_children() a little bit
Andreas Kling
2020-06-14
LibWeb: Add LayoutNode::frame() reference getter
Andreas Kling
2020-06-14
LibWeb: Don't choke when trying to render a document-less <iframe>
Andreas Kling
2020-06-14
LibWeb: Fully implement HTML parser "in table" insertion mode
Luke
2020-06-14
LibWeb: Implement HTML parser "in column group" insertion mode
Luke
2020-06-14
LibWeb: Implement HTML parser "in caption" insertion mode
Luke
2020-06-14
LibWeb: Implement all CDATA tokenizer states
Luke
2020-06-14
LibWeb: Fully implement all DOCTYPE tokenizer states
Luke
2020-06-14
LibWeb: Fully implement all comment tokenizer states
Luke
2020-06-13
LibWeb: Add basic <object> element support
Andreas Kling
2020-06-13
LibWeb: Split out image loading logic from HTMLImageElement
Andreas Kling
2020-06-13
LibWeb: Add "data" to HTML::AttributeNames
Andreas Kling
2020-06-13
ProtocolServer+LibProtocol: Propagate HTTP status codes to clients
Andreas Kling
2020-06-13
LibWeb: Fix LayoutImage stupidly painting backgrounds over itself
Andreas Kling
2020-06-13
LibGfx: Painter::draw_line() can just return early if alpha == 0
Andreas Kling
2020-06-13
LibWeb: Have DOM nodes start out in "needs style update" state
Andreas Kling
2020-06-13
LibWeb: Expand background:none into background-color:transparent
Andreas Kling
2020-06-13
LibGfx: Add Color::Transparent as a named color
Andreas Kling
2020-06-13
LibWeb: <link rel> is actually a space-separated list of tokens
Andreas Kling
2020-06-13
LibWeb: Sort style properties by name in the inspector window
Andreas Kling
2020-06-13
LibGfx: Implement support for decoding interlaced PNGs
Paul Roukema
2020-06-13
LibGfx: Fix PNG decoder handling of 16-bit RGB images
Paul Roukema
2020-06-13
LibWeb: Don't try to be clever about -libweb-center relative position
Andreas Kling
[prev]
[next]