summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2023-01-03LibWeb: Add stub reset algorithm for HTMLTextAreaElementSrikavin Ramkumar
2023-01-03LibWeb: Implement reset algorithm for HTMLSelectElementSrikavin Ramkumar
2023-01-03LibWeb: Implement reset algorithm for HTMLInputElementSrikavin Ramkumar
2023-01-03LibWeb: Implement reset button behaviorSrikavin Ramkumar
2023-01-03LibWeb: Implement HTMLFormElement::resetSrikavin Ramkumar
2023-01-03LibGfx: Improve AA stroke_path() line intersections a littleMacDue
2023-01-03LibGfx: Add Rect::translated(dboth)MacDue
2023-01-03LibWeb: CSS don't set resolve-failures (var/attr)Vetrox
2023-01-03LibGfx: Use the Midpoint Ellipse Algorithm for filled ellipsesLucas CHOLLET
2023-01-03LibGfx: Put the Midpoint Ellipse Algorithm in its own functionLucas CHOLLET
2023-01-03Screensaver: Add a screensaver launcher applicationTimothy Flynn
2023-01-03LibDesktop+Taskbar: Add an option to exclude apps from the system menuTimothy Flynn
2023-01-03Demos: Rename Screensaver to GradientScreensaverTimothy Flynn
2023-01-03LibJS: Rename ToPositiveInteger -> ToPositiveIntegerWithTruncationBodilessSleeper
2023-01-03LibJS: Update comments in Temporal/Calendar.cppBodilessSleeper
2023-01-03LibGUI: Don't highlight extension text when saving files with FilePickerTimothy Flynn
2023-01-03Demos: Remove "Cube" applicationAndreas Kling
2023-01-03LibGfx: Make Font::glyph_width*() APIs return floatAndreas Kling
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-03LibGfx: Adjust ClassicWindowTheme titlebar height calculationAndreas Kling
2023-01-03LibGfx: Make ClassicWindowTheme menubar heights respect the font sizeAndreas Kling
2023-01-03LibGfx: Make Font::pixel_size() return a floatAndreas Kling
2023-01-03LibGfx/Font: Make Glyph metrics floating pointAndreas Kling
2023-01-03LibGfx/Font: Make ScaledGlyphMetrics floating pointAndreas Kling
2023-01-03WindowServer: Write new config to disk when system fonts are changedAndreas Kling