1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 03:21:01 +00:00
serenity/Base/res
u9g 7590c0fff8 Spreadsheet: Make ranges vertically end-inclusive
With the spreadsheet:
```
A0:1
B0:2
A1:2
B1:3
```
Before: sum(range("A0","B1")) === 3
After: sum(range("A0","B1")) === 8
2022-02-15 03:03:21 +03:30
..
apps Base: Add missing FileTypes for PixelPaint 2022-02-01 23:44:39 +00:00
color-palettes Base: Add pastel color palette 2022-02-10 10:22:17 +00:00
cursor-themes Base: Add missing HiDPI versions of cursors 2022-02-05 23:28:06 +02:00
devel/templates Base: Port serenity-application template to LibMain 2022-01-07 20:59:21 +01:00
emoji Base: Add 10CD1B-10CD1D, 10CD68 emojis to PUA codepoints 2022-02-05 21:15:45 +00:00
fonts Base: Add new bitmap font Comic Book 2022-02-14 15:34:53 +01:00
graphics ClockSettings: Display a map to show the current time zone's location 2022-02-03 16:11:15 +01:00
html LibWeb: Add SVG <polygon> element and test case :^) 2022-02-11 21:38:27 +01:00
icons Base+HexEditor: Add icons 2022-02-13 21:24:46 +00:00
js/Spreadsheet Spreadsheet: Make ranges vertically end-inclusive 2022-02-15 03:03:21 +03:30
keymaps Keymaps: Add Greek keymap 2022-01-23 00:46:14 +00:00
terminal-colors Base: Add the Monokai terminal color scheme 2022-01-28 13:17:37 +01:00
themes Base: Add more syntax highlighting color roles to the Default theme 2022-02-09 00:51:31 +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
fortunes.json Base: Add a quote to the fortunes database 2022-02-10 11:14:27 +00:00