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-24
LibWeb: Move the offset, margin and padding boxes into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move white-space into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add CSS::Display enum and StyleProperties::display()
Andreas Kling
2020-06-24
LibWeb: Move height, min-height and max-height into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move min-width and max-width into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move width into LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Move position and text-align to LayoutStyle
Andreas Kling
2020-06-24
LibWeb: Add LayoutStyle, a place to store style info for layout & paint
Andreas Kling
2020-06-24
LibWeb: Rename LayoutNode::style() => specified_style()
Andreas Kling
2020-06-24
LibWeb: Add an "undefined" state to Length
Andreas Kling
2020-06-24
LibWeb: Turn BoxModelMetrics into a simple struct
Andreas Kling
2020-06-24
LibWeb: Remove default Length constructor and add make_auto()/make_px()
Andreas Kling
2020-06-24
LibWeb: Use the cached text-align value in LineBox::add_fragment()
Andreas Kling
2020-06-23
LibWeb: Cache the used CSS text-align property on LayoutNodeWithStyle
Andreas Kling
2020-06-23
LibWeb: Always inline absolute Length to_px() conversion
Andreas Kling
2020-06-23
LibWeb: Always inline is<LayoutBox>() and is<LayoutBlock>()
Andreas Kling
2020-06-23
LibWeb: Cache the used CSS 'position' value on LayoutNodeWithStyle
Andreas Kling
2020-06-23
LibWeb: Handle empty inputs to the CSS parser
Andreas Kling
2020-06-23
LibWeb: Handle position:absolute with both left and right specified
Andreas Kling
2020-06-23
LibWeb: Make sure BoxModelMetrics are set for position:absolute boxes
Andreas Kling
2020-06-23
LibWeb: Take margin into account when positioning absolute descendants
Andreas Kling
2020-06-23
LibWeb: Respect specified width when computing shrink-to-fit candidates
Andreas Kling
2020-06-23
LibJS: Explicitly invoke Cell constructor in Object(Object& prototype)
Andreas Kling
2020-06-23
LibWeb: Update PageView content size on page relayout
Andreas Kling
2020-06-23
LibJS: Make NativeProperty a plain Cell instead of an Object
Andreas Kling
2020-06-23
LibJS: Clarify Object (base class) construction somewhat
Andreas Kling
2020-06-23
LibWeb: Make wrapper factory functions take JS::GlobalObject&
Andreas Kling
2020-06-23
LibWeb: Let HTMLScriptElement call Document::run_javascript()
Andreas Kling
2020-06-23
LibWeb: Remove hacky old ways of running <script> element contents
Andreas Kling
2020-06-23
LibWeb: Fix tokenization of attributes with URL query strings in them
Andreas Kling
2020-06-23
LibWeb: Remove Gfx::ImageDecoder from ImageLoader
Andreas Kling
2020-06-23
LibWeb: Use ImageLoader::has_image() in HTMLObjectElement
Andreas Kling
2020-06-23
LibWeb: Decode CSS image values out-of-process as well
Andreas Kling
2020-06-23
LibWeb: Give ImageResource::bitmap(frame_index) default frame_index = 0
Andreas Kling
2020-06-23
LibC+Kernel: Implement ppoll
Nico Weber
2020-06-23
JPGLoader: Move JPGLoader internal structs and #defines to JPGLoader.cpp
devashish
2020-06-23
LibGfx: Integrate JPEG decoder with rest of the system
devashish
2020-06-23
LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb
Devashish
2020-06-22
LibWeb+Browser: Decode non-animated images out-of-process :^)
Andreas Kling
2020-06-22
LibIPC: Silence some debug spam
Andreas Kling
2020-06-22
ImageDecoder: Add a new service for out-of-process image decoding :^)
Andreas Kling
2020-06-22
LibCore: Remove some debug spam in Local{Server,Socket}
Andreas Kling
2020-06-22
LibCore: Put safe_syscall() debug spam behind #ifdef
Andreas Kling
2020-06-22
LibWeb: Generate CanvasRenderingContext2D bindings from IDL :^)
Andreas Kling
2020-06-22
LibGfx: Add PPM image file type support
Hüseyin ASLITÜRK
2020-06-22
LibWeb: Add "image/x‑portable‑pixmap" mime type for pbm file extension
Hüseyin ASLITÜRK
2020-06-22
LibC: Implement pselect
Nico Weber
2020-06-22
LibC: Add timespec functions to sys/time.h
Nico Weber
2020-06-22
LibJS: expose some more math functions
stelar7
2020-06-22
LibM: Add some more math functions
stelar7
[next]