index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
Age
Commit message (
Expand
)
Author
2023-03-08
AK: Make String::contains(code_point) handle non-ASCII
Timothy Flynn
2023-03-08
AK: Make String::{starts,ends}_with(code_point) handle non-ASCII
Timothy Flynn
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-05
Tests: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
LibUnicode: Detect ZWJ sequences when filtering by emoji presentation
Timothy Flynn
2023-03-04
AK: Implement Knuth's algorithm D for dividing UFixedBigInt's
Dan Klishch
2023-03-04
AK: Delete unused and untested sqrt, pow and pow_mod from UFixedBigInt
Dan Klishch
2023-03-04
Tests: Replace test image with my own creation
Lucas CHOLLET
2023-03-04
Tests: Add a test for SOF2 images with only spectral selection
Lucas CHOLLET
2023-03-03
AK: Ensure short String instances are valid UTF-8
Timothy Flynn
2023-03-03
AK: Invalidate overlong UTF-8 code point encodings
Timothy Flynn
2023-03-03
AK: Make FixedPoint(FloatingPoint) ctor round instead of truncating
Nico Weber
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-28
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
Sam Atkins
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-27
Tests: Add a test for SOF0 images with several scans
Lucas CHOLLET
2023-02-27
Tests: Rename "test_jpg" to "test_jpeg_sof0_one_scan"
Lucas CHOLLET
2023-02-26
LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()
MacDue
2023-02-26
AK: Fix DeprecatedString::bijective_base_from for large numbers
Tim Ledbetter
2023-02-26
LibGfx: Implement WebPImageDecoderPlugin::loop_count()
Nico Weber
2023-02-26
LibGfx: Implement is_animated() and frame_count() for webp plugin
Nico Weber
2023-02-26
Tests: Add webp size decoding tests for webp
Nico Weber
2023-02-26
Tests: Add one more webp test file
Nico Weber
2023-02-26
Tests: Add one more webp test file
Nico Weber
2023-02-26
Tests: Add one more webp test file
Nico Weber
2023-02-26
Tests: Implement multi-value returns in test-wasm
Ali Mohammad Pur
2023-02-26
LibWasm+LibWeb: Sneak a JS::Completion into Wasm::Result
Ali Mohammad Pur
2023-02-26
Tests: Use MUST more in TestImageDecoder
Nico Weber
2023-02-25
LibUnicode: Add a unit test for Unicode grapheme and word segmentation
Timothy Flynn
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-24
LibGfx: Remove single-code point Font::glyph_or_emoji_width API
Timothy Flynn
2023-02-24
LibGfx+Tests: Add test for webp ICC loading and fix bug
Nico Weber
2023-02-24
LibUnicode: Add a method to check if a code point could start an emoji
Timothy Flynn
2023-02-21
AK: Add `take_first` to HashTable and rename `pop` to `take_last`
Hediadyoin1
2023-02-21
AK: Add String::from_stream method
Andrew Kaster
2023-02-21
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
Andreas Kling
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-19
Tests: Add a test for Gfx::ICC::encode()
Nico Weber
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-18
AK: Fix printing of negative FixedPoint values
Nico Weber
2023-02-18
AK: Fix 64-bit alignment issue in shared-superstring substrings
Andreas Kling
2023-02-17
AK: Remove unused `rehash_for_collision`
Jelle Raaijmakers
2023-02-17
AK: Reimplement `HashTable` with smart linear probing
Jelle Raaijmakers
2023-02-18
AK: Add `AK::SIMD::exp_approximate`
Jelle Raaijmakers
2023-02-17
LibJS+Everywhere: Convert JS::Error to String
Timothy Flynn
2023-02-16
LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSE
Timothy Flynn
2023-02-16
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
Timothy Flynn
[next]