summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-02-08AK: Remove the fallible constructor from `FixedMemoryStream`Tim Schumacher
2023-02-08AK: Remove the fallible constructor from `LittleEndianOutputBitStream`Tim Schumacher
2023-02-08AK: Remove the fallible constructor from `LittleEndianInputBitStream`Tim Schumacher
2023-02-08AK: Remove the fallible constructor from `BigEndianInputBitStream`Tim Schumacher
2023-02-08LibGfx: Validate type of cicpTag in ICC ProfileNico Weber
2023-02-08js: Remove DeprecatedString usage in `load_json_impl()`Evan Smal
2023-02-08js: Use const where possible in `parse_and_run()`Evan Smal
2023-02-08js: Convert `s_history_path` to String and propagate errorsEvan Smal
2023-02-08js: Use `Core::Stream::File` in place of POSIX in `write_to_file()`Evan Smal
2023-02-08js: Use String in `prompt_for_level()` and `read_next_piece()`Evan Smal
2023-02-08LibGfx+icc: Read cicpTypeNico Weber
2023-02-08LibGfx: Add another profile ID to ICC quirk listNico Weber
2023-02-08LibGfx: Add ICC v2 tags to tag listNico Weber
2023-02-08LibGfx+icc: Read signatureTypeNico Weber
2023-02-08LibGfx+icc: Read namedColor2TypeNico Weber
2023-02-08Settings: Improve default window sizeCubic Love
2023-02-07LibWeb: Null check `nearest_sibling` in `generate_missing_parents`Aliaksandr Kalenik
2023-02-07LibWeb: Table wrappers should not be ignored in auto height calculationAliaksandr Kalenik
2023-02-07SpaceAnalyzer: "Open Containing Folder" => "Reveal in File Manager"Andreas Kling
2023-02-07TextEditor: "Open Containing Folder" => "Reveal in File Manager"Andreas Kling
2023-02-07LibGUI: Add 9 and 11 to the list of suggested sizes in FontPickerAndreas Kling
2023-02-07SoundPlayer: Remove AutoSlider for the seek bar in favor of SliderZaggy1024
2023-02-07VideoPlayer: Pause while the user is dragging the seek barZaggy1024
2023-02-07LibGUI: Add callbacks for Slider drags starting and endingZaggy1024
2023-02-07LibGUI: Make sliders start a drag when jumping to the cursorZaggy1024
2023-02-07LibGUI+About: Make AboutDialog creation fallibleSam Atkins
2023-02-07LibGUI: Convert AboutDialog layout to GMLSam Atkins
2023-02-07Browser: Use `GUI::CommonActions::make_about_action()`Sam Atkins
2023-02-06LibGfx: Add table size validation for ICC lut16TypeNico Weber
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-05LibGfx: Fix comment typo in ICC codeNico Weber
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