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-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
2023-02-04
LibGUI: Allow the InputBox to be of NonemptyText type
Karol Baraniecki
2023-02-04
AK: Make LEB128 decoding work with `read_value`
Tim Schumacher
2023-02-04
AK: Port `LEB128` to the new `AK::Stream`
Tim Schumacher
2023-02-04
AK: Make `SeekableStream::truncate()` take a `size_t`
Tim Schumacher
2023-02-04
LibGfx: Port ICOLoader to the new AK::Stream
Karol Kosek
2023-02-04
LibGfx: Return ErrorOr<> in ICOLoader internal functions
Karol Kosek
2023-02-04
HexEditor: Create a function to initialize a `HexDocumentFile`
Lucas CHOLLET
2023-02-04
HexEditor: Propagate errors from `HexDocumentFile::set_title()`
Lucas CHOLLET
2023-02-04
HexEditor: Propagate errors when using "Save"
Lucas CHOLLET
2023-02-04
HexEditor: Propagate errors when using "Save as"
Lucas CHOLLET
2023-02-04
HexEditor: Port to `Core::Stream`
Lucas CHOLLET
2023-02-04
HexEditor: Use the constructor pattern
Lucas CHOLLET
2023-02-04
HexEditor: Add a default move constructor to `HexDocumentFile`
Lucas CHOLLET
2023-02-04
Utilities: Rename special target binaries only if they exist
Karol Kosek
2023-02-04
Kernel+SystemServer+Base: Introduce the RAMFS filesystem
Liav A
2023-02-04
LibPDF: Fix clipping of painting operations
Rodrigo Tobar
2023-02-04
Chess+GamesSettings: Give chess pieces some breathing room
Sam Atkins
2023-02-04
Chess+GamesSettings: Use the correct term for chess squares
Sam Atkins
2023-02-04
SpaceAnalyzer: Rename widget variables to match code style
Sam Atkins
2023-02-04
SpaceAnalyzer: Stop treating selecting a node as a path change
Sam Atkins
2023-02-04
SpaceAnalyzer: Rename `TreeMapWidget::m_path` -> `m_path_segments`
Sam Atkins
2023-02-04
SpaceAnalyzer: Give the Analyze action an icon and F5 shortcut
Sam Atkins
2023-02-04
SpaceAnalyzer: Make TreeMapWidget responsible for filesystem analysis
Sam Atkins
2023-02-04
SpaceAnalyzer: Propagate more errors
Sam Atkins
2023-02-04
SpaceAnalyzer: Extract ProgressWindow into its own class
Sam Atkins
2023-02-03
LibWeb: Implement CanvasRenderingContext2D.createPattern()
MacDue
2023-02-03
LibWeb: Fix typo and use auto where possible
MacDue
2023-02-03
SQLStudio: Display real column names in the results tab
Timothy Flynn
2023-02-03
SQLStudio: Separate the script and results tabs with a vertical splitter
Timothy Flynn
[next]