summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2023-01-04LibIPC: Move most of DeprecatedString's encoder to StringView's encoderTimothy Flynn
2023-01-04LibIPC+LibC: Add and use a helper to encode/decoder container sizesTimothy Flynn
2023-01-04LibRegex: Return StringView from get_error_string()Nico Weber
2023-01-04LibRegex: Tweak get_error() functionNico Weber
2023-01-04Everywhere: Make global `inline` functions not `static`Nico Weber
2023-01-04Everywhere: Remove some redundant `inline` keywordsNico Weber
2023-01-04LibPDF: Fix calculation of encryption keySimon Danner
2023-01-04LibWeb: Support more presentational hints from the HTML specimplicitfield
2023-01-04LibWeb: Add spec-mandated rules for embedded content to Default.cssimplicitfield
2023-01-04LibWeb: Support "start" and "end" values for justify-contentimplicitfield
2023-01-04LibIPC: Remove now-unused stream operator from IPC::EncoderTimothy Flynn
2023-01-04IPCCompiler+LibIPC: Propagate IPC encoder errorsTimothy Flynn
2023-01-04LibIPC+Everywhere: Change IPC::encode's return type to ErrorOrTimothy Flynn
2023-01-04LibIPC: Add a Dictionary for-each method for fallible callbacksTimothy Flynn
2023-01-04LibIPC: Replace Encoder::encode methods with IPC::encode specializationsTimothy Flynn
2023-01-03LibGL: Implement `GL_BLEND_DST` and `GL_BLEND_SRC`Jelle Raaijmakers
2023-01-03LibGUI: Stop duplicating mouse events of cursor tracking widgetMacDue
2023-01-03LibWeb: Conditionally draw borders for table elementsmartinfalisse
2023-01-03LibWeb: Use the layout_state border values when drawing bordersmartinfalisse
2023-01-03LibWeb: Parse `border-collapse` property for HTML tablemartinfalisse
2023-01-03LibWeb: Prevent column sizing errors for html tablemartinfalisse
2023-01-03LibGfx: Fix typos in ICC spec commentsLinus Groh
2023-01-03LibGL: Remove i686 data types in favor of 64-bit typesJelle Raaijmakers
2023-01-03LibGL: Make `GLsizeiptr` signedJelle Raaijmakers
2023-01-03LibWeb: Add stub reset algorithm for HTMLOutputElementSrikavin Ramkumar