index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2023-01-06
LibPDF: Support null destination parameters
Rodrigo Tobar
2023-01-06
LibPDF: Fix Destination formatting
Rodrigo Tobar
2023-01-06
LibGfx: Prefer largest image with best depth for ICO display
Simon Danner
2023-01-06
LibCards+Games: Make `CardGame::add_stack()` fallible
Sam Atkins
2023-01-06
LibCards: Support "previewing" cards that may be covered by other cards
Timothy Flynn
2023-01-06
FileSystemAccessServer: Use `Core::Stream`
Lucas CHOLLET
2023-01-06
LibIPC: Add `File(Core::Stream::File& file, ...)`
Lucas CHOLLET
2023-01-06
LibCore: Add `Stream::File::leak_fd(Badge<IPC::File>)`
Lucas CHOLLET
2023-01-06
LibGUI: Simplify GUI::Label preferred height calculation
Andreas Kling
2023-01-06
LibWeb: Use default system fonts for `serif`, `sans-serif`, etc.
Andreas Kling
2023-01-06
LibGfx: Make text painting better at aligning vector fonts vertically
Andreas Kling
2023-01-06
LibGfx: Make BitmapFont's line gap be Gfx::Painter::LINE_SPACING
Andreas Kling
2023-01-06
LibGfx: Round menu font size up when calculating menubar height
Andreas Kling
2023-01-06
LibGUI: Tweak GUI::Label auto-sizing logic for floating point font sizes
Andreas Kling
2023-01-06
LibGfx: Use Gfx::Rect::align_within() to simplify text drawing logic
Andreas Kling
2023-01-06
LibGfx: Slim down Gfx::TextLayout API by removing unused accessors
Andreas Kling
2023-01-06
LibGfx: Make ScaledFont::glyph_height() return the pixel height
Andreas Kling
2023-01-06
LibGfx: Remove unused Font::point_size()
Andreas Kling
2023-01-06
LibGfx: Make Font::preferred_line_height() more correct
Andreas Kling
2023-01-06
LibGfx: Remove bogus rounding in FontPixelMetrics::line_spacing()
Andreas Kling
2023-01-06
LibGfx/OpenType: Use typographic metrics when asked to by the OS/2 table
Andreas Kling
2023-01-06
LibVT: Simplify TerminalWidget::widget_size_for_font()
Andreas Kling
2023-01-06
LibVT: Use font pixel height (pixel_size) when calculating line heights
Andreas Kling
2023-01-06
LibVT: Compute the font metrics once and cache them
Andreas Kling
2023-01-06
LibVT: Fix bug where terminal size got lost on font size change
Andreas Kling
2023-01-06
LibCards+Solitaire: Elevate card highlight management to the card stack
Timothy Flynn
2023-01-06
LibCards: Draw the inside of card highlight rects with rounded corners
Timothy Flynn
2023-01-06
LibWeb: Consider percent and fixed widths in table column distribution
Aliaksandr Kalenik
2023-01-06
LibWeb: Use available space to resolve table cells width
Aliaksandr Kalenik
2023-01-06
LibJS: Rename ToIntegerThrowOnInfinity to ToIntegerWithTruncation
BodilessSleeper
2023-01-06
LibJS: Replace "is not zero" language in Temporal comments
BodilessSleeper
2023-01-05
LibJS: Add and begin using a completion-compatible string builder
Timothy Flynn
2023-01-05
LibWeb: Pass FloatRect to Painter::draw_text in fill_text
VayuDev
2023-01-05
LibWeb: Return floats from color stop resolution functions
MacDue
2023-01-05
LibJS: Convert calendar operation results to floats
BodilessSleeper
2023-01-05
LibWeb: Use CSS Pixels for viewport rects
Sam Atkins
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2023-01-05
LibWeb: Replace all px Length creation with Length::make_px(CSSPixels)
Sam Atkins
2023-01-05
LibWeb: Convert AbstractImageStyleValue to new pixel units
Sam Atkins
2023-01-05
LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert Layout::Node to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert Layout Boxes to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert LayoutState to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px units
Sam Atkins
2023-01-05
LibWeb: Convert TableFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert SVGFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert InlineFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert GridFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert FlexFormattingContext to new pixel units
Sam Atkins
2023-01-05
LibWeb: Convert BlockFormattingContext to new pixel units
Sam Atkins
[next]