summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-02-04HexEditor: Add a default move constructor to `HexDocumentFile`Lucas CHOLLET
2023-02-04AK: Use constexpr instead of consteval on OpenBSDnipos
2023-02-04Base: Add a quote to the fortunes databasekleines Filmröllchen
2023-02-04Utilities: Rename special target binaries only if they existKarol Kosek
2023-02-04CMake: Don't require to install glapi.h to systemKarol Kosek
2023-02-04Lagom/ConfigureComponents: Run cmake command lastKarol Kosek
2023-02-04Documentation: Add formatting section to nvim documenationOllrogge
2023-02-04Kernel+SystemServer+Base: Introduce the RAMFS filesystemLiav A
2023-02-04Documentation: Reorganize Ladybird build docs to put easy path firstAndrew Kaster
2023-02-04LibPDF: Fix clipping of painting operationsRodrigo Tobar
2023-02-04Base: Delete the "test" chess piece setSam Atkins
2023-02-04Chess+GamesSettings: Give chess pieces some breathing roomSam Atkins
2023-02-04Chess+GamesSettings: Use the correct term for chess squaresSam Atkins
2023-02-04Base: Add more emojiXexxa
2023-02-04Base: Fix typo of MasterWrod.afCubic Love
2023-02-04SpaceAnalyzer: Rename widget variables to match code styleSam Atkins
2023-02-04SpaceAnalyzer: Stop treating selecting a node as a path changeSam Atkins
2023-02-04SpaceAnalyzer: Rename `TreeMapWidget::m_path` -> `m_path_segments`Sam Atkins
2023-02-04SpaceAnalyzer: Give the Analyze action an icon and F5 shortcutSam Atkins
2023-02-04SpaceAnalyzer: Make TreeMapWidget responsible for filesystem analysisSam Atkins
2023-02-04SpaceAnalyzer: Propagate more errorsSam Atkins
2023-02-04SpaceAnalyzer: Extract ProgressWindow into its own classSam Atkins
2023-02-03Base: Add a test page for canvas patternsMacDue
2023-02-03LibWeb: Implement CanvasRenderingContext2D.createPattern()MacDue
2023-02-03Meta: Register CanvasPattern as a platform objectMacDue
2023-02-03LibWeb: Fix typo and use auto where possibleMacDue
2023-02-03SQLStudio: Display real column names in the results tabTimothy Flynn
2023-02-03SQLStudio: Separate the script and results tabs with a vertical splitterTimothy Flynn
2023-02-03LibSQL+SQLServer: Send result column names over IPC to SQL clientsTimothy Flynn
2023-02-03LibSQL+Userland: Pass SQL IPC results to clients in a structureTimothy Flynn