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-16
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
Timothy Flynn
2023-02-16
su: Only check for an interactive tty if a password is actually needed
Karol Baraniecki
2023-02-16
su: Allow to specify a command to be executed by -c
Karol Baraniecki
2023-02-16
ImageViewer: Rename "Go Back" and "Go Forward" actions
Tim Ledbetter
2023-02-16
ImageViewer: Make arrow key shortcuts work
Tim Ledbetter
2023-02-16
3DFileViewer: Don't unveil "/home/anon/Documents/3D Models"
Lucas CHOLLET
2023-02-16
3DFileViewer: Set the window title name in `load_file()`
Lucas CHOLLET
2023-02-16
3DFileViewer: Don't try to open textures without `LibFSASC`
Lucas CHOLLET
2023-02-16
3DFileViewer: Port to `Core::File`
Lucas CHOLLET
2023-02-16
LibGfx: Add a stream compatible overload of `Bitmap::load_from_file()`
Lucas CHOLLET
2023-02-16
LibCore: Add `MappedFile::map_from_file()`
Lucas CHOLLET
2023-02-16
LibCore: Allow `MappedFile` to make `File` leak its fd
Lucas CHOLLET
2023-02-16
LibCore: Forward declare `MappedFile`
Lucas CHOLLET
2023-02-16
3DFileViewer: Remove unnecessary tests when loading files
Lucas CHOLLET
2023-02-16
3DFileViewer: Use `LibFSAC` in `GLContextWidget::load_path()`
Lucas CHOLLET
2023-02-16
3DFileViewer: Port `MeshLoader` and its child to the new `Core::File`
Lucas CHOLLET
2023-02-16
PixelPaint: Add an option for making a Gradient with a secondary color
Karol Kosek
2023-02-16
PixelPaint: Put the main gradient color at the cursor
Karol Kosek
2023-02-16
PixelPaint: Set Tool on_*_color_change logic using virtual functions
Karol Kosek
2023-02-16
LibGUI: Add highlighting to `UrlBox`
Cameron Youell
2023-02-16
LibGUI: Account for `glyph_spacing()` in spans
Cameron Youell
2023-02-16
LibUnicode: Remove non-iterative text segmentation algorithms
Timothy Flynn
2023-02-16
LibUnicode: Use iterative text segmentation algorithms for titlecasing
Timothy Flynn
2023-02-16
LibJS: Use iterative text segmentation algorithms for Intl.Segmenter
Timothy Flynn
2023-02-15
Everywhere: Change all XXX into FIXME or remove as appropriate
Ben Wiederhake
2023-02-15
LibELF: Implement _invoke_entry for aarch64
Timon Kruiper
2023-02-15
LibELF+LibC: Add support for aarch64 relocations
Timon Kruiper
2023-02-15
LibC: Add general implementation for memcpy and memset
Timon Kruiper
2023-02-15
LibELF+LibC: Add support for relative relocations in aarch64 binaries
Timon Kruiper
2023-02-15
DynamicLoader: Disable stack protector in some files for aarch64 build
Timon Kruiper
2023-02-15
LibGfx: Move QOIWriter implementation-only things into cpp file
Nico Weber
2023-02-15
LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors
Sam Atkins
2023-02-15
LibWeb: Port CSS::MediaQuery to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Supports to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::UnicodeRange to new Strings
Sam Atkins
2023-02-15
LibWeb: Use StringView in CSS::PreferredColorScheme
Sam Atkins
2023-02-15
LibWeb: Port CSS::Display to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::Rule to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::Declaration to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::ComponentValue to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::Function to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::Block to new Strings
Sam Atkins
2023-02-15
LibWeb: Port ComputedValues to new Strings
Sam Atkins
2023-02-15
LibWeb: Remove unused includes for DeprecatedString
Sam Atkins
2023-02-15
LibWeb: Port CSS Tokenizer to new Strings
Sam Atkins
2023-02-15
LibWeb: Implement ASCII case-insensitive matching
Sam Atkins
2023-02-15
AK+Tests+LibWeb: Make `URL::complete_url()` take a StringView
Sam Atkins
2023-02-15
LibWeb: Construct CSS Tokenizer and Parser with a StringView encoding
Sam Atkins
2023-02-15
LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView
Sam Atkins
2023-02-15
LibJS: Keep escaping forward slashes
Nico Weber
[next]