index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `LittleEndianOutputBitStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `LittleEndianInputBitStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `BigEndianInputBitStream`
Tim Schumacher
2023-02-08
LibGfx: Validate type of cicpTag in ICC Profile
Nico Weber
2023-02-08
js: Remove DeprecatedString usage in `load_json_impl()`
Evan Smal
2023-02-08
js: Use const where possible in `parse_and_run()`
Evan Smal
2023-02-08
js: Convert `s_history_path` to String and propagate errors
Evan Smal
2023-02-08
js: Use `Core::Stream::File` in place of POSIX in `write_to_file()`
Evan Smal
2023-02-08
js: Use String in `prompt_for_level()` and `read_next_piece()`
Evan Smal
2023-02-08
LibGfx+icc: Read cicpType
Nico Weber
2023-02-08
LibGfx: Add another profile ID to ICC quirk list
Nico Weber
2023-02-08
LibGfx: Add ICC v2 tags to tag list
Nico Weber
2023-02-08
LibGfx+icc: Read signatureType
Nico Weber
2023-02-08
LibGfx+icc: Read namedColor2Type
Nico Weber
2023-02-08
Settings: Improve default window size
Cubic Love
2023-02-07
LibWeb: Null check `nearest_sibling` in `generate_missing_parents`
Aliaksandr Kalenik
2023-02-07
LibWeb: Table wrappers should not be ignored in auto height calculation
Aliaksandr Kalenik
2023-02-07
SpaceAnalyzer: "Open Containing Folder" => "Reveal in File Manager"
Andreas Kling
2023-02-07
TextEditor: "Open Containing Folder" => "Reveal in File Manager"
Andreas Kling
2023-02-07
LibGUI: Add 9 and 11 to the list of suggested sizes in FontPicker
Andreas Kling
2023-02-07
SoundPlayer: Remove AutoSlider for the seek bar in favor of Slider
Zaggy1024
2023-02-07
VideoPlayer: Pause while the user is dragging the seek bar
Zaggy1024
2023-02-07
LibGUI: Add callbacks for Slider drags starting and ending
Zaggy1024
2023-02-07
LibGUI: Make sliders start a drag when jumping to the cursor
Zaggy1024
2023-02-07
LibGUI+About: Make AboutDialog creation fallible
Sam Atkins
2023-02-07
LibGUI: Convert AboutDialog layout to GML
Sam Atkins
2023-02-07
Browser: Use `GUI::CommonActions::make_about_action()`
Sam Atkins
2023-02-06
LibGfx: Add table size validation for ICC lut16Type
Nico Weber
2023-02-06
LibChess: Factorize the returned `StringView` for a draw
Lucas CHOLLET
2023-02-06
Chess+LibChess: Avoid using `DeprecatedString` whenever possible
Lucas CHOLLET
2023-02-06
Chess: Move `ChessWidget` to the create pattern
Lucas CHOLLET
2023-02-05
LibGfx: Fix comment typo in ICC code
Nico Weber
2023-02-05
Revert "SQLServer: Unveil /etc/passwd"
MacDue
2023-02-05
Revert "ConfigServer: Unveil "/etc/passwd""
MacDue
2023-02-05
SystemServer: Revert back to inheriting environments again
MacDue
2023-02-05
LibC+LibCore: Remove serenity_setenv()
MacDue
2023-02-05
LibCore+LibC: Add putenv() wrapper
MacDue
2023-02-05
LibCore: Add const qualifier to exec() argument spans
MacDue
2023-02-05
LibGfx: Extract a variable in ICC TextDescriptionTagData
Nico Weber
2023-02-05
LibSQL: Actually print an error message after failing to launch a server
Karol Kosek
2023-02-05
LibGUI: Handle utf-8 search strings in find
Arda Cinar
2023-02-05
LibVT: Handle utf-8 search strings in find
Arda Cinar
2023-02-05
Calculator: Treat constants and pasted numbers as input
Samuel Eisenhandler
2023-02-05
LibWeb: Respect `font-stretch` in `StyleComputer::compute_font`
Aliaksandr Kalenik
2023-02-05
LibGfx: Pass font width to `FontDatabase::get()`
Aliaksandr Kalenik
2023-02-04
AK: Check the return type in `IsCallableWithArguments`
Lucas CHOLLET
2023-02-04
LibGUI: Verify NonemptyText InputBox doesn't result in an empty string
Karol Baraniecki
2023-02-04
LibGUI+Userland: Switch order of parameters for InputBox::show
Karol Baraniecki
2023-02-04
Userland: Replace manual checking by using GUI::InputType::NonemptyText
Karol Baraniecki
[next]