index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-04
AK: Check the return type in `IsCallableWithArguments`
Lucas CHOLLET
2023-02-04
AK: Move the definition of `IsCallableWithArguments` to `Function.h`
Lucas CHOLLET
2023-02-04
AK: Add the `ConvertibleTo` concept
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: Don't restore the stream offset when failing to read an LEB128
Tim Schumacher
2023-02-04
AK: Make `SeekableStream::truncate()` take a `size_t`
Tim Schumacher
2023-02-04
Base: Add .ico file association to Image Viewer and Pixel Paint
Karol Kosek
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
AK: Use constexpr instead of consteval on OpenBSD
nipos
2023-02-04
Base: Add a quote to the fortunes database
kleines Filmröllchen
2023-02-04
Utilities: Rename special target binaries only if they exist
Karol Kosek
2023-02-04
CMake: Don't require to install glapi.h to system
Karol Kosek
2023-02-04
Lagom/ConfigureComponents: Run cmake command last
Karol Kosek
2023-02-04
Documentation: Add formatting section to nvim documenation
Ollrogge
2023-02-04
Kernel+SystemServer+Base: Introduce the RAMFS filesystem
Liav A
2023-02-04
Documentation: Reorganize Ladybird build docs to put easy path first
Andrew Kaster
2023-02-04
LibPDF: Fix clipping of painting operations
Rodrigo Tobar
2023-02-04
Base: Delete the "test" chess piece set
Sam Atkins
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
Base: Add more emoji
Xexxa
2023-02-04
Base: Fix typo of MasterWrod.af
Cubic Love
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
Base: Add a test page for canvas patterns
MacDue
2023-02-03
LibWeb: Implement CanvasRenderingContext2D.createPattern()
MacDue
2023-02-03
Meta: Register CanvasPattern as a platform object
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
2023-02-03
LibSQL+SQLServer: Send result column names over IPC to SQL clients
Timothy Flynn
2023-02-03
LibSQL+Userland: Pass SQL IPC results to clients in a structure
Timothy Flynn
[next]