ladybird/Userland
Timothy Flynn a2e734d202 LibJS: Report string length as the code point length, not byte length
For example, U+180E is 3 bytes, but should have a string length of 1.
2021-07-17 16:59:59 +01:00
..
Applets ResourceGraph: Handle more than 4 GiB of memory 2021-07-14 18:24:55 +02:00
Applications FileManager+Spreadsheet: Unify cut-copy-paste order 2021-07-17 18:30:37 +04:30
Demos AK+Userland: Add generic AK::abs() function and use it 2021-07-08 10:11:00 +02:00
DevTools Profiler: Configure the TimelineContainer to be shrink to fit 2021-07-17 18:24:54 +04:30
DynamicLoader LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
Games Solitaire: Reduce overdraw when drawing initial cards 2021-07-15 21:47:36 +02:00
Libraries LibJS: Report string length as the code point length, not byte length 2021-07-17 16:59:59 +01:00
Services SpiceAgent: Add Clipboard as a build dependency 2021-07-15 11:51:16 +02:00
Shell Shell: Don't assume that only the current shell may continue children 2021-07-17 02:00:24 +04:30
Utilities wasm: Don't try to print the function results if it traps 2021-07-17 01:13:39 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00