summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-06PixelPaint: Allow repeated zooming with the zoom toolTim Ledbetter
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-05GMLPlayground: Fill preview window with background colorSam Atkins
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
2023-01-05LibWeb: Convert InlineLevelIterator/LineBox/LineBuilder to new px unitsSam Atkins
2023-01-05LibWeb: Convert TableFormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert SVGFormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert InlineFormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert GridFormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert FlexFormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert BlockFormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Convert FormattingContext to new pixel unitsSam Atkins
2023-01-05LibWeb: Create CSS::Sizes from CSSPixelsSam Atkins
2023-01-05LibWeb+WebContent: Convert BrowsingContext to new pixel unitsSam Atkins
2023-01-05Games: Add a Cards Settings menu item to Hearts, Solitaire, and SpiderTimothy Flynn
2023-01-05LibCards: Add a helper to create an action to open Cards SettingsTimothy Flynn
2023-01-05Solitaire: Highlight cards beneath dragged cards that are valid targetsTimothy Flynn
2023-01-05LibCards: Support highlighting cards of interestTimothy Flynn
2023-01-05LibGfx+LibPDF: Apply subpixel offset in affine transformationMacDue
2023-01-05LibPDF: Use subpixel accurate text renderingMacDue
2023-01-05LibGfx: Enable subpixel accurate text rendering in Painter::draw_text()MacDue
2023-01-05LibGfx: Add ability to request glyphs at subpixel offsets to fontsMacDue
2023-01-05LibGfx: Avoid rounding/truncating glyph positions till blittingMacDue
2023-01-05LibGfx+icc: Print if profile id is validNico Weber
2023-01-05LibCrypto: Add equality operators for Crypto::Hash::Digest<>Nico Weber
2023-01-05LibGfx: Remove useless name from try_load_from_externally_owned_memory()Nico Weber
2023-01-05icc: Print profile idNico Weber
2023-01-05LibGfx: East-const-ify ICCProfile::pcs_illuminant()Nico Weber
2023-01-05LibGfx: Store profile id MD5 in ICCProfileNico Weber
2023-01-05LibCrypto: Add a Formatter for Crypto::Hash::Digest<>Nico Weber
2023-01-05LibCrypto: Use nested namespace specifiers in Hash/Nico Weber
2023-01-05LibGfx: Sort ICC parsing functions by spec numberNico Weber
2023-01-05SystemMonitor: Update stats/graph immediately on launchJohn Bundgaard
2023-01-05LibWeb: Generate missing parents for table elementsAliaksandr Kalenik
2023-01-05SoundPlayer: Parse Main::Arguments with Core::ArgsParserTimothy Flynn
2023-01-04LibIPC: Remove declarations of unimplemented IPC::Encoder methodsTimothy Flynn