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-15
Kernel/aarch64: Do not trap floating-point instructions
Timon Kruiper
2023-02-15
CMake: Add -mstrict-align flag to compile options for aarch64 build
Timon Kruiper
2023-02-15
Kernel/aarch64: Handle SVC exception by calling syscall_handler
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: Add StringBuilder::to_fly_string()
Sam Atkins
2023-02-15
AK: Let FlyStrings be assigned from Strings
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
2023-02-15
HexEditor: Add selection strings to the value inspector
MetallicSquid
2023-02-15
Piano: Fix insertion and deletion of notes
Florian Kaiser
2023-02-15
LibGUI: Use Unicode's text segmentation for traversing word breaks
Timothy Flynn
2023-02-15
LibUnicode: Fix typos causing text segmentation on mid-word punctuation
Timothy Flynn
2023-02-15
LibUnicode: Support finding the next/previous text segmentation boundary
Timothy Flynn
2023-02-15
LibUnicode: Allow iterating over text segmentation boundaries
Timothy Flynn
2023-02-15
LibUnicode: Implement text segmentation algorithms for all UTF encodings
Timothy Flynn
2023-02-15
LibUnicode+LibJS: Move text segmentation algorithms to their own files
Timothy Flynn
2023-02-15
LibGfx: Move ICC::Profile towards "Fallible Constructors" pattern
Nico Weber
2023-02-15
LibGfx: Move ICC::Profile::read_header() out of class
Nico Weber
2023-02-15
LibGfx: Move ICC::Profile::read_tag_table() out of class
Nico Weber
2023-02-15
LibGfx: Move ICC::Profile::read_tag() out of class
Nico Weber
2023-02-15
LibRegex: Bail out of atomic rewrite if a block doesn't contain compares
Ali Mohammad Pur
2023-02-15
LibRegex: Consider the inverse=true case when finding pattern overlap
Ali Mohammad Pur
2023-02-15
LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 spec
Ali Mohammad Pur
2023-02-15
Tests: Use .is_flag_set() instead of bitwise & in Regex flag tests
Ali Mohammad Pur
2023-02-15
LibJS: Don't escape backslashes in RegExp.source
Ali Mohammad Pur
2023-02-14
Documentation: Fix Ladybird debug instructions
Yedaya Katsman
2023-02-14
LibGfx: Validate ICC namedColor2Tag consistency
Nico Weber
2023-02-14
LibGfx: Add v2 "ncol" tag, expand comment
Nico Weber
2023-02-13
Meta: Add a `Shell --posix` parser fuzzer
Ali Mohammad Pur
2023-02-13
Everywhere: Use /bin/Shell as the shebang for Shell scripts
Ali Mohammad Pur
2023-02-13
Shell: Use the POSIX parser if run as /bin/sh or passed the --posix flag
Ali Mohammad Pur
[next]