summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-04Base: Desaturate the audio applet iconsAndreas Kling
2021-04-04ClipboardHistory: Use the "edit-copy" icon instead of a colorized oneAndreas Kling
2021-04-04Base: Tweak default shell promptAndreas Kling
2021-04-04Meta: Removed commas from command in macOS prereqs (#6109)Will
2021-04-04Ports: Add ScummVMJelle Raaijmakers
2021-04-04LibC: Teach `vsscanf()` to consume the width specifierJelle Raaijmakers
2021-04-04LibC: Add NI_MAXHOST and NI_MAXSERV constantsJelle Raaijmakers
2021-04-04LibC: Use 'long long' specialisations of scanf's read_element_concreteAnotherTest
2021-04-04Spreadsheet: Declare the extern GML variable as an array, not a pointerDawid Wolosowicz
2021-04-04LibWeb: Implement the Screen interfaceLinus Groh
2021-04-04LibWeb+WebContent: Keep track of screen rectLinus Groh
2021-04-04Everywhere: Replace uses of GUI::Desktop's on_rect_change and remove itLinus Groh
2021-04-04LibGUI: Add ScreenRectChangeEvent and deliver it to windows and widgetsLinus Groh
2021-04-03LibGfx: Use integer version of Bresenham's algorithm.Oleg Sikorskiy
2021-04-03Ports: Added a Prince of Persia (SDLPoP) port.Manuel Palenzuela
2021-04-03LibC: Fix FILE::flush() passing bogus arguments to lseek()Andreas Kling
2021-04-03LibGUI: Don't try to paint items in model-less IconView :^)Andreas Kling
2021-04-03Base: Make the "little" test program compilable againAndreas Kling
2021-04-03Kernel/PCI: Introduce a new ECAM access mechanismLiav A
2021-04-03Kernel: Enable PCI ECAM method again if availableLiav A
2021-04-03Ports: Added a cmatrix portManuel Palenzuela
2021-04-03LibWeb: Defer creation of subframes until host element is connectedAndreas Kling
2021-04-03LibWeb: Implement XMLHttpRequest.getResponseHeader()Linus Groh
2021-04-03LibWeb: Implement XMLHttpRequest.statusLinus Groh
2021-04-03LibWeb: Make XMLHttpRequest.open() work with relative URLsLinus Groh
2021-04-03LibWeb: Pass optional status code to ResourceLoader callbacksLinus Groh
2021-04-03LibWeb: Set Constructor.name and Prototype.constructor of generated interfacesLinus Groh
2021-04-03LibJS: Log any exception, not just the ones with a JS::Error valueLinus Groh
2021-04-03LibJS: Fix returning from try statementLinus Groh
2021-04-03LibJS: Keep RegExp.exec() results in correct orderLinus Groh
2021-04-03LibJS: ArrayBuffer.prototype.sliceJamie Mansfield
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