1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:47:35 +00:00
serenity/Base/res
Ben Wiederhake 2f92c8cad5 Base: Replace unnecessary escapes by actual codepoints
I used this arcane incantation by @emanuele6:

    < <(grep -hoP -e '\\u[A-Za-z0-9]{4}' ./*.json) grep -i -ve '\\u001b' \
    | sort -u \
    | while read -r; do
        sed -i "s,\\$REPLY,$(eval "echo $'$REPLY'"),g" ./*.json
    done

Plus some manual editing to re-align everything. Thanks! :)
2021-02-01 09:54:32 +01:00
..
apps LibGfx: Make it possible to apply an (integer) scale to a Painter 2021-01-12 23:32:54 +01:00
cursors Base: Add 2x images for arrow cursor and window buttons 2021-01-20 10:28:27 +01:00
emoji Base: Add information box emoji 2020-07-06 23:40:35 +02:00
fonts LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fonts 2020-10-25 10:12:03 +01:00
graphics Base: Create /res/graphics/ and relocate system art assets 2020-08-27 15:38:02 +02:00
html Everywhere: Fix typos 2021-01-22 18:41:29 +01:00
icons Base: Move house on home-directory*.png icons to the left 2021-01-23 08:29:27 +01:00
js/Spreadsheet Spreadsheet: Add a 'contents' getter/setter to Position 2020-12-29 00:58:43 +01:00
keymaps Base: Replace unnecessary escapes by actual codepoints 2021-02-01 09:54:32 +01:00
themes Revert "Themes: Tweak "Sunshine" theme colors slightly" 2021-01-12 08:49:18 +01:00
wallpapers Base: Add back the OG grid wallpaper from back in the day, now as a PNG 2020-04-30 12:31:02 +02:00
pci.ids Misc: Import pci.ids file version 2019.08.08 2019-08-14 13:12:54 +02:00
serenity.ansi.txt RetroFetch: Add a silly neofetch-like program. 2019-05-13 04:54:48 +02:00
welcome.txt DevTools: Remove VisualBuilder and FormCompiler 2020-10-01 21:07:12 +02:00