summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-03LibWeb: Add support for HTML input type=radioTimothy Flynn
2021-04-03Base: Add test page for HTML input type=radio elementsTimothy Flynn
2021-04-03LibWeb: CSSImportRule::set_style_sheet() should take a CSSStyleSheetAndreas Kling
2021-04-03LibWeb: Add a FrameHostElement for frame/iframe common functionalityAndreas Kling
2021-04-03Kernel: Introduce a new HID subsystemLiav A
2021-04-03LibKeyboard: Mark CharacterMap::get_char as constLiav A
2021-04-03Documentation: Add supported and tested motherboards to the listLiav A
2021-04-03Documentation: Clarify that AHCI is supported but may suffer from bugsLiav A
2021-04-03Revert "Kernel/PCI: Allow to set the PCI IRQ line of a device"Liav A
2021-04-03Kernel/Storage: Add support for IDE controllers in PCI native modeLiav A
2021-04-03Kernel: NetworkTask: Remove 10.0.2.x as default IP for NIC interfacesBrendan Coles
2021-04-03LibWeb: Support rendering background images with 'background-repeat'Timothy Flynn
2021-04-03LibWeb: Store computed CSS value of background-repeatTimothy Flynn
2021-04-03Base: Add test page for the 'background-repeat' propertyTimothy Flynn
2021-04-03LibCrypto: Avoid overly big allocs in intermediate ModularPower resultsAnotherTest
2021-04-03LibTLS: Make the TLS connection options user-configurableAnotherTest
2021-04-03LibTLS: Remove long-outdated comment that no longer makes senseAnotherTest
2021-04-03LibTLS: Move TLS extensions to a separate 'extensions' structAnotherTest
2021-04-02Taskbar: Tweak taskbar widget marginsAndreas Kling
2021-04-02LibGUI: Subtract layout margin when placing items along secondary axisAndreas Kling
2021-04-02Documentation: Split brew install commands into core and fuse+ext2thislooksfun
2021-04-02Documentation: Add cmake to brew installsthislooksfun
2021-04-02Documentation: Update macOS build path in BuildInstructions.mdthislooksfun
2021-04-02Meta: Resolve some pylint violations in Python lint scriptsBrendan Coles
2021-04-02LibJS: Use empty value for Reference unresolvable state, not undefinedLinus Groh
2021-04-02LibJS: Move 'typeof' string functionality from AST to ValueLinus Groh
2021-04-02LibGUI: Always outline selected date and paint today's date boldthankyouverycool
2021-04-02LibGUI+Calendar: Inherit from Frame classthankyouverycool
2021-04-02LibWeb: Add a line box fragment for <br> nodesTimothy Flynn
2021-04-02WindowServer+MouseSettings: Add ability to configure double-click speed (#5876)Daniël van de Burgt
2021-04-02AK: Inline HashTable writing bucket lookupthislooksfun
2021-04-02AK: Inline the bucket index calculationthislooksfun
2021-04-02AK: Add tests for HashTablethislooksfun
2021-04-02LibWeb: Don't interpreter invalid CSS pseudo-classes as '*' selectorAndreas Kling
2021-04-02WindowServer: Un-nest MenuManager::handle_mouse_event() a bitAndreas Kling
2021-04-02LibJS: Implement most of String.prototype.replaceTimothy Flynn
2021-04-02js: Hook up promise rejection tracking callbacksLinus Groh
2021-04-02js: Add REPL pretty-printing handler for PromisesLinus Groh
2021-04-02LibWeb: Run queued promise jobs after callbacksLinus Groh
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-04-01Ports: Build Python with --disable-ipv6Linus Groh
2021-04-01LibRegex: Test alternatives in the expected orderAnotherTest
2021-04-01LibRegex: Allow references to capture groups that aren't parsed yetAnotherTest
2021-04-01AK: Fix bogus return type of Result::release_error() (#6054)vcollette
2021-04-01Ports: Updated the SDL2_mixer port to make it compile withoutManuel Palenzuela
2021-04-01Ports: Added a SDL2_image portManuel Palenzuela
2021-04-01Ports: Get Python's --build value from config.guessLinus Groh
2021-04-01Ports: add libvorbisAlexander
2021-03-31LibJS: Provide 'details' key in results object for duplicate testLinus Groh
2021-03-31Base: Add a bullet emoji •Timothy Flynn