summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-01-06LibGfx: Extract all_bytes_are_zero() function in ICCProfileNico Weber
2023-01-06LibGfx: Add quotes and reflow for glanceabilityNico Weber
2023-01-06LibGfx: Rename ICCHeader::profile_md5 to profile_id to match specNico Weber
2023-01-06LibPDF: Load destinations from Catalogue -> Names -> Dests name treeRodrigo Tobar
2023-01-06LibPDF: Implement name tree lookupsRodrigo Tobar
2023-01-06LibPDF: Add more utility methods to {Dict,Array}ObjectRodrigo Tobar
2023-01-06LibPDF: Move casting code to its own cast_to functionRodrigo Tobar
2023-01-06LibPDF: Support null destination parametersRodrigo Tobar
2023-01-06LibPDF: Fix Destination formattingRodrigo Tobar
2023-01-06LibGfx: Prefer largest image with best depth for ICO displaySimon Danner
2023-01-06LibCards+Games: Make `CardGame::add_stack()` fallibleSam Atkins
2023-01-06LibCards: Support "previewing" cards that may be covered by other cardsTimothy Flynn
2023-01-06FileSystemAccessServer: Use `Core::Stream`Lucas CHOLLET
2023-01-06LibIPC: Add `File(Core::Stream::File& file, ...)`Lucas CHOLLET
2023-01-06LibCore: Add `Stream::File::leak_fd(Badge<IPC::File>)`Lucas CHOLLET
2023-01-06LibGUI: Simplify GUI::Label preferred height calculationAndreas Kling
2023-01-06LibWeb: Use default system fonts for `serif`, `sans-serif`, etc.Andreas Kling
2023-01-06LibGfx: Make text painting better at aligning vector fonts verticallyAndreas Kling
2023-01-06LibGfx: Make BitmapFont's line gap be Gfx::Painter::LINE_SPACINGAndreas Kling
2023-01-06LibGfx: Round menu font size up when calculating menubar heightAndreas Kling
2023-01-06LibGUI: Tweak GUI::Label auto-sizing logic for floating point font sizesAndreas Kling
2023-01-06LibGfx: Use Gfx::Rect::align_within() to simplify text drawing logicAndreas Kling
2023-01-06LibGfx: Slim down Gfx::TextLayout API by removing unused accessorsAndreas Kling
2023-01-06LibGfx: Make ScaledFont::glyph_height() return the pixel heightAndreas Kling
2023-01-06LibGfx: Remove unused Font::point_size()Andreas Kling
2023-01-06LibGfx: Make Font::preferred_line_height() more correctAndreas Kling
2023-01-06LibGfx: Remove bogus rounding in FontPixelMetrics::line_spacing()Andreas Kling
2023-01-06LibGfx/OpenType: Use typographic metrics when asked to by the OS/2 tableAndreas Kling
2023-01-06LibVT: Simplify TerminalWidget::widget_size_for_font()Andreas Kling
2023-01-06LibVT: Use font pixel height (pixel_size) when calculating line heightsAndreas Kling
2023-01-06LibVT: Compute the font metrics once and cache themAndreas Kling
2023-01-06LibVT: Fix bug where terminal size got lost on font size changeAndreas Kling
2023-01-06LibCards+Solitaire: Elevate card highlight management to the card stackTimothy Flynn
2023-01-06LibCards: Draw the inside of card highlight rects with rounded cornersTimothy Flynn
2023-01-06LibWeb: Consider percent and fixed widths in table column distributionAliaksandr Kalenik
2023-01-06LibWeb: Use available space to resolve table cells widthAliaksandr Kalenik
2023-01-06LibJS: Rename ToIntegerThrowOnInfinity to ToIntegerWithTruncationBodilessSleeper
2023-01-06LibJS: Replace "is not zero" language in Temporal commentsBodilessSleeper
2023-01-05LibJS: Add and begin using a completion-compatible string builderTimothy Flynn
2023-01-05LibWeb: Pass FloatRect to Painter::draw_text in fill_textVayuDev
2023-01-05LibWeb: Return floats from color stop resolution functionsMacDue
2023-01-05LibJS: Convert calendar operation results to floatsBodilessSleeper
2023-01-05LibWeb: Use CSS Pixels for viewport rectsSam Atkins
2023-01-05LibWeb: Resolve Lengths to CSSPixelsSam Atkins
2023-01-05LibWeb: Replace all px Length creation with Length::make_px(CSSPixels)Sam Atkins
2023-01-05LibWeb: Convert AbstractImageStyleValue to new pixel unitsSam Atkins
2023-01-05LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert Layout::Node to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert Layout Boxes to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert LayoutState to new pixel unitsSam Atkins