summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-03LibC: Remove the mbstate_reset helperTim Schumacher
2021-10-03LibTLS: Split large application data packets into chunksAli Mohammad Pur
2021-10-03LibC: Stub out swprintfTim Schumacher
2021-10-03LibC: Stub out wcstoldTim Schumacher
2021-10-03LibC: Stub out wcstodTim Schumacher
2021-10-03LibC: Stub out wcstofTim Schumacher
2021-10-03LibC: Stub out wcstoullTim Schumacher
2021-10-03LibC: Stub out wcstoulTim Schumacher
2021-10-03LibC: Implement wmemmoveTim Schumacher
2021-10-03LibC: Implement wmemsetTim Schumacher
2021-10-03LibC: Implement wmemcpyTim Schumacher
2021-10-03LibC: Implement wmemchrTim Schumacher
2021-10-03LibC: Implement wcsstrTim Schumacher
2021-10-03LibC: Implement wcspbrkTim Schumacher
2021-10-03LibRegex: Avoid creating a new temporary RegexStringView in Char compareAli Mohammad Pur
2021-10-03LibWeb: Convert Node.childNodes to NodeListLuke Wilde
2021-10-03LibWeb: Convert ParentNode.querySelectorAll to NodeListLuke Wilde
2021-10-03LibWeb: Add support for NodeListLuke Wilde
2021-10-03LibWeb: Add support for IDL value iteratorsLuke Wilde
2021-10-02Kernel: Make aarch64 UART::print_num() print u64sNico Weber
2021-10-02Kernel: Add a Timer class for aarch64Nico Weber
2021-10-02LibGL: Remove duplicate GLboolean typedefLinus Groh
2021-10-02Ports: Add NcduJelle Raaijmakers
2021-10-02Base: Correct value for default white terminal colorJelle Raaijmakers
2021-10-02LibVT: Implement G0..G3 and VT100 translation tableJelle Raaijmakers
2021-10-02LibVT: Implement support for Cursor Keys Mode (DECCKM)Jelle Raaijmakers
2021-10-02LibVT: Add stubs for DECPNM, DECPAMJelle Raaijmakers
2021-10-02Ports: Compile ncurses with `--enable-term-driver`Jelle Raaijmakers
2021-10-02Ports: Switch ncurses to SHA256 auth typeJelle Raaijmakers
2021-10-02FontEditor: Close preview window when the main window is closedGal Horowitz
2021-10-02LibGFX: Draw the ends of lines with non-standard thicknessGal Horowitz
2021-10-02PixelPaint: Correctly offset stroke position for even thicknessesGal Horowitz
2021-10-02PixelPaint: LayerListWidget::set_selected_layer now handles nullptrGal Horowitz
2021-10-02AK: Simplify Utf16View::operator==(Utf16View)Andreas Kling
2021-10-02LibJS: Use Vector<u16, 1> for UTF-16 in a few more placesAndreas Kling
2021-10-02Meta: Include source sha in sonarcloud analysis metadataBrian Gianforcaro
2021-10-02Kernel: Access Processor static methods staticallyBrian Gianforcaro
2021-10-02Kernel: Access MemoryManager static functions staticallyBrian Gianforcaro
2021-10-02LibJS+AK: Use Vector<u16, 1> for UTF-16 string storageAndreas Kling
2021-10-02LibJS: Remove read buffer overflow in Lexer::consumeLuke Wilde
2021-10-02LibRegex: Don't emit signpost events for every regular expressionAndreas Kling
2021-10-02LibJS: Put zombie cell tracking code behind a compile-time flagAndreas Kling
2021-10-02LibJS: Keep track of PrimitiveStrings and share themAndreas Kling
2021-10-02LibJS+LibWeb: Use Object::set_prototype() in more placesLinus Groh
2021-10-02LibJS: Add Object::set_prototype()Linus Groh
2021-10-02LibWeb: Implement Navigator.cookieEnabledLinus Groh
2021-10-02LibWeb: Initialize IDL-generated prototypes' prototype directlyIdan Horowitz
2021-10-02Base: Add glyphs for the U+20AC euro sign to all bitmap fontsnetworkException
2021-10-02Prekernel: Better datasheet link for RPi3Nico Weber
2021-10-01Base: Add glyphs for the U+2014 em dash to KaticaRegularIdan Horowitz