summaryrefslogtreecommitdiff
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-01Base: Add some `conic-gradient()` HTML examplesMacDue
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-01Browser: Inform WebView processes of the browser window's position/sizeTimothy 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-01Ports: Update ScummVM to 2.6.1Jelle Raaijmakers
2022-11-01Ports: Update build flags for ScummVMJelle Raaijmakers
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-01AK: Use size_t for ByteBuffer offsetsTimothy Flynn
2022-11-01Utilities: Clean up CMakeLists.txtTim Schumacher
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-01Browser: Update Storage Inspector's cookie model when deleting cookiesTimothy Flynn
2022-11-01AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocketGunnar Beutner
2022-11-01AK+Kernel: Handle allocation failures in Device::try_make_requestGunnar Beutner
2022-11-01Kernel: Remove unused #includesGunnar Beutner
2022-11-01HexEditor: Implement undo and redo actionskamp
2022-11-01HexEditor: Only mark window as modified when document is actually dirtykamp
2022-11-01AK+Kernel: Don't allow allocations in AK::Function in kernel modeGunnar Beutner
2022-11-01Kernel: Decrease number of captured variables for lambdaGunnar Beutner
2022-11-01AK: Allow destruction of JsonObjectSerializer objects after errorsGunnar Beutner
2022-11-01Base: Add Black&White Square Button emojipremek
2022-11-01WebDriver: Implement `GET /session/{id}/element/{id}/text` endpointmartinfalisse
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