1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 15:32:06 +00:00
serenity/Userland
Timothy Flynn a98d3a1a85 LibUnicode: Download and parse DerivedNormalizationProps UCD file
This file contains the last properties that LibUnicode is not parsing.
Much of the data in this file is not currently used; that is left as a
FIXME for when String.prototype.normalize is implemented. Until then,
only the code point properties are utilized for regular expression
pattern escapes.
2021-08-11 13:11:01 +02:00
..
Applets Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
Applications Spreadsheet: Call SheetModel::update() instead of invalidate() 2021-08-10 05:21:49 +04:30
Demos Mandelbrot: Only recalculate missing areas after panning 2021-08-10 09:48:12 +02:00
DevTools HackStudio: Make "Open project" action open in the current project path 2021-08-11 01:50:33 +02:00
DynamicLoader DynamicLoader: Make sure we don't link against libgcc_s 2021-08-08 16:41:51 +02:00
Games Solitaire: Don't allow the player to draw cards while mouse is down 2021-08-07 16:59:46 +02:00
Libraries LibUnicode: Download and parse DerivedNormalizationProps UCD file 2021-08-11 13:11:01 +02:00
Services SystemServer: Change group ownership on all framebuffer devices 2021-08-10 21:30:53 +02:00
Shell Shell: Make sure TTY echo is enabled when running external commands 2021-08-04 03:14:59 +04:30
Utilities Kernel: Add syscall performance event type 2021-08-10 21:55:48 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00