summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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-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-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: Make `SeekableStream::truncate()` take a `size_t`Tim Schumacher
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-04Utilities: Rename special target binaries only if they existKarol Kosek
2023-02-04Kernel+SystemServer+Base: Introduce the RAMFS filesystemLiav A
2023-02-04LibPDF: Fix clipping of painting operationsRodrigo Tobar
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-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-03LibWeb: Implement CanvasRenderingContext2D.createPattern()MacDue
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
2023-02-03LibSQL: Store selected column names in the results for SELECT statementsTimothy Flynn
2023-02-03TextEditor: Propagate errors from `read_file()`Lucas CHOLLET