Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-12 | AK: Simplify constructors and conversions from nullptr_t | Lenny Maiorani |
2020-12-28 | LibGfx+AK: Make text elision work with multi-byte characters | Andreas Kling |
2020-11-12 | AK: Prefer using instead of typedef | Lenny Maiorani |
2020-10-22 | AK: Make Utf8View and Utf32View more consistent | Tom |
2020-08-05 | Unicode: Try s/codepoint/code_point/g again | Nico Weber |
2020-08-05 | Revert "Unicode: s/codepoint/code_point/g" | Nico Weber |
2020-08-03 | Unicode: s/codepoint/code_point/g | Andreas Kling |
2020-06-15 | AK: Assert non-empty Utf32View, when initialized with non-zero length | Kevin Meyer |
2020-05-18 | AK: Make Utf32View::substring_view() with 0 length not crash | Andreas Kling |
2020-05-17 | AK: Add a very basic Utf32View class | Andreas Kling |