summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-05-23LibGUI: Adjust size and layout of InputBoxthankyouverycool
2023-05-23LibC: Fix incorrect string length calculation in getsignalbyname()Tim Ledbetter
2023-05-22WebP: Let ALPH replace alpha channel instead of augmenting itNico Weber
2023-05-22LibWeb: Wait for media candidates without endlessly queueing microtasksTimothy Flynn
2023-05-22LibWeb: Make sure collapsed margins are not ignored if box creates FCAliaksandr Kalenik
2023-05-22LibWeb: Propagate children_are_inline in wrap_in_anonymousAndi Gallo
2023-05-22LibGfx: Add search path to debug output in `FontDatabase`Jelle Raaijmakers
2023-05-22LibWeb: Set grid-auto-columns/rows in NodeWithStyle::apply_style()Aliaksandr Kalenik
2023-05-22LibWeb: Stub AudioContext constructorLuke Wilde
2023-05-22LibJS: Add "Month dd, yy hh:mm:ss" Date formatLuke Wilde
2023-05-22LibWeb: Fire the contextmenu event on right click (if not holding shift)Luke Wilde
2023-05-22LibWeb: Tidy up apply_clip_overflow_rect() a littleMacDue
2023-05-22LibWeb: Support grid-auto-columns and grid-auto-rows properties in GFCAliaksandr Kalenik
2023-05-22LibWeb/CSS: Implement parsing of grid-auto-columns and grid-auto-rowsAliaksandr Kalenik
2023-05-22LibWeb: Check if line name is present in GridTrackSizeList::to_string()Aliaksandr Kalenik
2023-05-22Revert "LibGfx: Add NearestFractional scaling type to painter"Sam Atkins
2023-05-21LibWeb: Don't assume response object isn't null in fetch abort algorithmAndreas Kling
2023-05-21LibWeb: Represent OccupationGrid using HashTable in GFCAliaksandr Kalenik
2023-05-21LibWeb: Move SVGElement's dataset construction to initialize()Andreas Kling
2023-05-21LibWeb: Fix unsafe capture of stack variables in main_fetch()Andreas Kling
2023-05-21LibJS: Don't dereference well-known symbols when gathering rootsAndreas Kling
2023-05-21LibWeb+LibJS: Don't lazily construct web prototypes in cell constructorsAndreas Kling
2023-05-21LibWeb: Implement table rowspanAndi Gallo
2023-05-21LibWeb: Don't crash on percentage values for CSS stroke-widthAndreas Kling
2023-05-21LibWeb: Use code to size spanning tracks for non-spanning tracks in GFCAliaksandr Kalenik
2023-05-21LibWeb: Implement more of spanning tracks sizing in GFCAliaksandr Kalenik
2023-05-21LibIPC: Remove redundant IPC::Dictionary typeBen Wiederhake
2023-05-21WebSocket: Avoid unnecessary IPC::Dictionary wrapperBen Wiederhake
2023-05-21RequestServer: Avoid unnecessary IPC::Dictionary wrapperBen Wiederhake
2023-05-21Clipboard: Avoid unnecessary IPC::Dictionary wrapperBen Wiederhake
2023-05-21LibIPC: Fix HashMap detection in case of non-trivial traitsBen Wiederhake
2023-05-21LibCodeComprehension: Remove unused #include <DeprecatedFile.h>Ben Wiederhake
2023-05-21LibWeb: Load external images with image/svg+xml as SVG-as-imageAndreas Kling
2023-05-21LibWeb: Include SVG-as-image isolated contexts in layout/DOM tree dumpsAndreas Kling
2023-05-21LibWeb: Make standalone SVG document roots the size of the viewportAndreas Kling
2023-05-21LibWeb: Calculate intrinsic size and aspect ratio for SVG-as-imageAndreas Kling
2023-05-21LibWeb: Render SVG-as-image into an isolated top-level browsing contextAndreas Kling
2023-05-21LibWeb: Have ImageProvider bitmap getter take optional size argumentAndreas Kling
2023-05-21LibWeb: Stub out a new SVGDecodedImageData classAndreas Kling
2023-05-21LibWeb: Make ImageBox ask ImageProvider for intrinsic size and ratioAndreas Kling
2023-05-21LibWeb: Make DecodedImageData an abstract classAndreas Kling
2023-05-20LibWeb: Implement SVG opacity propertiesMacDue
2023-05-20LibGfx: Add Color::with_opacity(float opacity)MacDue
2023-05-20LibWeb: Support <svg> elements with `display: block`Andreas Kling
2023-05-20LibWasm: Change dir_fd to auto instead of intNiklas Poslovski
2023-05-19LibCompress: Move two shared LZMA magic numbers into a common placeTim Schumacher
2023-05-19LibCompress: Handle arbitrarily long FF-chains in the LZMA encoderTim Schumacher
2023-05-19LibCompress: Add debug logging for handling LZMA direct bitsTim Schumacher
2023-05-19LibDebug: Prefer File::read_until_eof over DeprecatedFileBen Wiederhake