summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-11-02LibWeb: Support translate3dAliaksandr Kalenik
2022-11-02LibWeb: Use more verbose input in CSS transform function generatorAliaksandr Kalenik
2022-11-02PixelPaint+LibGfx: Allow resizing images and layersjack gleeson
2022-11-01LibWeb: Paint `conic-gradient()`sMacDue
2022-11-01LibWeb: Parse `conic-gradient()`sMacDue
2022-11-01LibWeb: Parse CSS `<position>`sMacDue
2022-11-01LibWeb: Add PositionValue class to represent CSS `<position>`sMacDue
2022-11-01LibWeb: Add ConicGradientStyleValueMacDue
2022-11-01LibWeb: Define window.outerWidth and window.outerHeightTimothy Flynn
2022-11-01LibWeb: Retrieve the last known window position for window.screenX/YTimothy Flynn
2022-11-01LibWeb+LibWebView+WebContent: Add IPC to receive window position/sizeTimothy Flynn
2022-11-01LibGUI+WindowServer: Create and broadcast an event when a window movesTimothy Flynn
2022-11-01LibWeb: Register PendingResponse with a Request to keep it aliveLinus Groh
2022-11-01LibSQL: Replace DownPointer copy constructor with move constructorTimothy Flynn
2022-11-01LibSQL: Fix typo in debugging statementTimothy Flynn
2022-11-01LibSQL: Compute byte buffer offsets using size_tTimothy Flynn
2022-11-01LibSQL: Port the backend SQL file to use Core::StreamTimothy Flynn
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-11-01LibC: Properly implement stack protectorsTim Schumacher
2022-11-01Everywhere: Explicitly link all binaries against the LibC targetTim Schumacher
2022-11-01LibC: Link against the full LibSystem targetTim Schumacher
2022-11-01LibCrypt: Define it as a normal libraryTim Schumacher
2022-11-01LibJS: Map DurationFormat's list style to "short" when it is "digital"Timothy Flynn
2022-11-01LibJS: Alphabetically sort the collations returned by CollationsOfLocaleTimothy Flynn
2022-11-01WebContent+Friends: Add get_element_text IPC and plumbingmartinfalisse
2022-11-01LibJS: Disable bytecode optimizations againAndreas Kling
2022-11-01LibJS: Set default bytecode optimization level to OptimizeHendiadyoin1
2022-11-01LibJS: Add a sanity check to bytecodes argument_list_evaluationHendiadyoin1
2022-11-01LibJS: Add a note about inaccuracies to UnifySameBlocksHendiadyoin1
2022-11-01LibJS: Fix MergeBlocks emitting some blocks twiceHendiadyoin1
2022-11-01LibJS: Minor cleanups in MergeBlocksHendiadyoin1
2022-11-01LibJS: Don't memcpy NewBigInt instructionHendiadyoin1
2022-11-01LibJS: Expose some information about the bytecode interpreters stateHendiadyoin1
2022-11-01LibWeb+Base: Use line names for positioning grid itemsmartinfalisse
2022-11-01LibWeb: Parse line names in grid track position propertiesmartinfalisse
2022-11-01LibWeb: Parse line names in grid track size declarationsmartinfalisse
2022-11-01LibWeb: Use w3.org for specs and include new onesmartinfalisse
2022-11-01LibWeb: Refactor GridTrackPlacementmartinfalisse
2022-11-01LibWeb: Refactor GridTrackSize classesmartinfalisse
2022-11-01LibWeb: Rename GridTrackSizedConstraintsmartinfalisse
2022-11-01LibWeb: Fix bug in placing grid itemsmartinfalisse
2022-10-31Utilities+LibArchive: Don't follow symlinksPeter Elliott
2022-10-31LibCore: Add Core::System::readlinkPeter Elliott
2022-10-31LibArchive: Support writing paths up to 255 charactersPeter Elliott
2022-10-31LibArchive: Refactor null-termination logic in TarFileHeaderPeter Elliott
2022-10-31LibELF: Drop the "resolve and map" all-in-oneTim Schumacher
2022-10-31LibELF: Track libraries using their full pathTim Schumacher
2022-10-31LibELF: Handle absolute and relative paths for all resolve requestsTim Schumacher
2022-10-31LibELF: Sift down "library name only"-strings as far as possibleTim Schumacher
2022-10-31LibELF: Use a bit of `TRY` in `DynamicLinker`Tim Schumacher