summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-28AK+Everywhere: Disallow Error::from_string_view(FooString)Ali Mohammad Pur
2023-04-27DisplaySettings: Show bilinear filtered wallpaper in `MonitorWidget`Jelle Raaijmakers
2023-04-27DisplaySettings: Remove unused code from `MonitorWidget`Jelle Raaijmakers
2023-04-27Documentation: Add dependencies for openSUSERaphaël Jakse
2023-04-27LibWeb: Blockify pseudo elements that are flex itemsAndreas Kling
2023-04-27LibWeb: Clear the mouse event tracking node when it stops wanting eventsTimothy Flynn
2023-04-27LibWeb: Verify that a node has styled properties in its styled accessorsTimothy Flynn
2023-04-27LibWeb: Fix bug where `box-sizing: border-box` made flex items too smallAndreas Kling
2023-04-27Ports: Remove getconf from bash examplesFabian Dellwing
2023-04-27LibWeb: Implement ReadableByteStreamController.error()Matthew Olsson
2023-04-27LibWeb: Implement ReadableByteStreamController.close()Matthew Olsson
2023-04-27LibWeb: Add missing AOs for ReadableByteStreamController.[[PullSteps]]Matthew Olsson
2023-04-27LibWeb: Add ReadableStreamBYOBReader to ReadableStreamReader typeMatthew Olsson
2023-04-27LibWeb: Add ReadableStreamBYOBReader interfaceMatthew Olsson
2023-04-27LibWeb: Fix a blatant nullptr dereference in ReadableStreamGenericReaderMatthew Olsson
2023-04-27LibWeb: Prevent margin double-counting with "collapse through" boxesAliaksandr Kalenik
2023-04-27KeyboardPreferenceLoader: Remove usage of `DeprecatedFile`Lucas CHOLLET
2023-04-27DHCPClient: Remove usage of `DeprecatedFile`Lucas CHOLLET
2023-04-27LaunchServer: Remove usage of `DeprecatedFile`Lucas CHOLLET
2023-04-27LibCore+file: Factorize code to detect mime-type from bytes of a fileLucas CHOLLET
2023-04-27LibSymbolication: Use `Core::File` instead of `Core::DeprecatedFile`Lucas CHOLLET
2023-04-27IPCMagicLinter: Port to `Core::File`Lucas CHOLLET
2023-04-27IPCMagicLinter: Use `LibMain`Lucas CHOLLET
2023-04-27Ladybird: Prohibit GUI interaction of the WebContent process on macOSTimothy Flynn
2023-04-27LibGfx: Transform the x axis rotation for elliptical arcsAndreas Kling
2023-04-27LibGfx: Add AffineTransform::rotation()Andreas Kling
2023-04-26nc: Add -n option to suppress name resolutionFabian Dellwing
2023-04-26nc: Add -p optionFabian Dellwing
2023-04-26nc: Fix off-by-one-error in calls to inet_ntopFabian Dellwing
2023-04-26nc: Sort command line arguments alphabeticallyFabian Dellwing
2023-04-26LibCore: Remove unused EventLoopManager::wake()Andreas Kling
2023-04-26Tests: Re-enable TestLibCoreFileWatcher on macOSAndreas Kling
2023-04-26LibCore: Move post_event() back to EventLoopImplementationAndreas Kling
2023-04-26LibAudio: Wait for enqueuer thread to start before poking its event loopAndreas Kling
2023-04-26Ports: Cleanup the build process a bit for taskwarriorFabian Dellwing
2023-04-26LibWeb: Implement creation of fresh top-level traversablesAliaksandr Kalenik
2023-04-26LibWeb: Implement Navigable::initialize_navigable()Aliaksandr Kalenik
2023-04-26LibWeb: Add step property in SessionHistoryEntryAliaksandr Kalenik
2023-04-26Browser+Ladybird: Render text in the JS console with a monospace fontTimothy Flynn
2023-04-26Ladybird: Explicitly set the font family for CSS generic fontsTimothy Flynn
2023-04-26Ports: Use makeopts in RVVM portLekKit
2023-04-26Ports: Fix RVVM port syntaxLekKit
2023-04-26Ports: Add RVVM portLekKit
2023-04-26LibCpp: Support for parsing c-style fixed arrays (arr[2])iyush
2023-04-26Ports/SDL2: Handle window close requests correctlyJelle Raaijmakers
2023-04-26Ports/scummvm: Enable release modeJelle Raaijmakers
2023-04-26Ports/SDL2: Stop the audio client when device is closedJelle Raaijmakers
2023-04-26Ports/gltron: Exit the game when SDL_QUIT is receivedJelle Raaijmakers
2023-04-26LibWeb: Clamp CSS z-index to the range of a 32-bit integerAndreas Kling
2023-04-26Tests: Disable TestLibCoreFileWatcher on macOS temporarilyAndreas Kling