summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-06Ports/sed: Update to 4.9Mr.UNIX
2023-02-06Ports/nano: Update to 7.2Mr.UNIX
2023-02-06Ports/gawk: Update to 5.2.1Mr.UNIX
2023-02-06LibChess: Factorize the returned `StringView` for a drawLucas CHOLLET
2023-02-06Chess+LibChess: Avoid using `DeprecatedString` whenever possibleLucas CHOLLET
2023-02-06Chess: Move `ChessWidget` to the create patternLucas CHOLLET
2023-02-06Base: Add some characters to Katica Regular 10Cubic Love
2023-02-06Meta: Use proper abbreviation for WebAssembly in READMESteren
2023-02-05LibGfx: Fix comment typo in ICC codeNico Weber
2023-02-05Kernel: Pass `ipv4_packet_size` to `ipv4.set_length()`Iman Seyed
2023-02-05Kernel: Fix CPUInfo error propagation fixmeMacDue
2023-02-05AK: Always define ak_assertion_failed, even when NDEBUG is falseAndrew Kaster
2023-02-05Ports/nasm: Update to 2.16.01Mr.UNIX
2023-02-05Ports/openssl: Update to 1.1.1sMr.UNIX
2023-02-05Ports/git: Update to 2.39.1Mr.UNIX
2023-02-05Revert "SQLServer: Unveil /etc/passwd"MacDue
2023-02-05Revert "ConfigServer: Unveil "/etc/passwd""MacDue
2023-02-05SystemServer: Revert back to inheriting environments againMacDue
2023-02-05AK: Allow propagating errors from StringView::for_each_split_view()MacDue
2023-02-05LibC+LibCore: Remove serenity_setenv()MacDue
2023-02-05LibCore+LibC: Add putenv() wrapperMacDue
2023-02-05LibCore: Add const qualifier to exec() argument spansMacDue
2023-02-05LibGfx: Extract a variable in ICC TextDescriptionTagDataNico Weber
2023-02-05AK: Make WeakPtr<T>::value() return NonnullRefPtr<T>Andreas Kling
2023-02-05LibSQL: Actually print an error message after failing to launch a serverKarol Kosek
2023-02-05LibGUI: Handle utf-8 search strings in findArda Cinar
2023-02-05LibVT: Handle utf-8 search strings in findArda Cinar
2023-02-05Calculator: Treat constants and pasted numbers as inputSamuel Eisenhandler
2023-02-05LibWeb: Respect `font-stretch` in `StyleComputer::compute_font`Aliaksandr Kalenik
2023-02-05LibGfx: Pass font width to `FontDatabase::get()`Aliaksandr Kalenik
2023-02-04AK: Check the return type in `IsCallableWithArguments`Lucas CHOLLET
2023-02-04AK: Move the definition of `IsCallableWithArguments` to `Function.h`Lucas CHOLLET
2023-02-04AK: Add the `ConvertibleTo` conceptLucas CHOLLET
2023-02-04LibGUI: Verify NonemptyText InputBox doesn't result in an empty stringKarol Baraniecki
2023-02-04LibGUI+Userland: Switch order of parameters for InputBox::showKarol Baraniecki
2023-02-04Userland: Replace manual checking by using GUI::InputType::NonemptyTextKarol Baraniecki
2023-02-04LibGUI: Allow the InputBox to be of NonemptyText typeKarol Baraniecki
2023-02-04AK: Make LEB128 decoding work with `read_value`Tim Schumacher
2023-02-04AK: Port `LEB128` to the new `AK::Stream`Tim Schumacher
2023-02-04AK: Don't restore the stream offset when failing to read an LEB128Tim Schumacher
2023-02-04AK: Make `SeekableStream::truncate()` take a `size_t`Tim Schumacher
2023-02-04Base: Add .ico file association to Image Viewer and Pixel PaintKarol Kosek
2023-02-04LibGfx: Port ICOLoader to the new AK::StreamKarol Kosek
2023-02-04LibGfx: Return ErrorOr<> in ICOLoader internal functionsKarol Kosek
2023-02-04HexEditor: Create a function to initialize a `HexDocumentFile`Lucas CHOLLET
2023-02-04HexEditor: Propagate errors from `HexDocumentFile::set_title()`Lucas CHOLLET
2023-02-04HexEditor: Propagate errors when using "Save"Lucas CHOLLET
2023-02-04HexEditor: Propagate errors when using "Save as"Lucas CHOLLET
2023-02-04HexEditor: Port to `Core::Stream`Lucas CHOLLET
2023-02-04HexEditor: Use the constructor patternLucas CHOLLET