redsnout
ae3b9ad69f
Calculator: Fix Broken Euler's Number icon
...
In #14248 a new image was added to represent Euler's Number. Running
optipng on the image results in a smaller file size but causes
calculator to throw the following error message:
Calculator(39:39): Exiting with runtime error: PNGImageDecoderPlugin:
Palette index out of range.
This commit provides a fixed image file.
2022-06-10 22:09:20 +01:00
redsnout
fd641f6f17
Calculator: Replace "Euler's Constant" with "Euler's Number" in menu
...
This is meant to address #14234 by renaming the "Euler's Constant"
menu item to "Euler's Number". This commit removes the existing
"eulers.png" and replaces with a new "eulers_number.png" for clarity.
2022-06-10 20:03:37 +01:00
Andrew Dykema
8c37e508f2
Calculator: Add Phi constant
2022-06-09 19:17:43 +01:00
kleines Filmröllchen
a7a5721149
LibWeb: Dispatch mouse events to topmost element instead of hit target
...
This improves our spec compliance by allowing the user to click
non-element nodes (like text) and having the click be registered with
the parent element (like a div or button). This makes Fandom's cookie
accept button work if you click the text. Additionally, the events test
page contains a test to check the target element, which would previously
not exist when we fired the event at a non-element.
2022-06-05 22:31:06 +01:00
Xexxa
0239c79d3d
Base: Add Misc. Symbols and Pictographs to font Katica Regular 10
...
1F32B, 1F32D, 1F336, 1F33E, 1F33F, 1F34E, 1F34F, 1F350, 1F35E, 1F369,
1F36D, 1F388, 1F397, 1F398, 1F39A, 1F39B, 1F39E, 1F3A2, 1F3A5, 1F3A7,
1F3A8, 1F3B2, 1F3B3, 1F3BF, 1F3C3, 1F3CA, 1F3CB, 1F3CC, 1F3DB, 1F3E0,
1F3E1, 1F3E5, 1F451, 1F452, 1F453, 1F484, 1F49F, 1F4A5, 1F4AB, 1F4B0,
1F4B1, 1F4B2, 1F4B3, 1F4B4, 1F4B5, 1F4B6, 1F4B7, 1F4BA, 1F4CC, 1F4D2,
1F4D3, 1F4DB, 1F4DE, 1F4E1, 1F4E2, 1F4E3, 1F4E4, 1F4E5, 1F4E6, 1F4E7,
1F4EE, 1F4F0, 1F4F8, 1F4F9, 1F4FB, 1F4FC, 1F4FD, 1F4FE
https://www.unicode.org/charts/PDF/U1F300.pdf
2022-06-02 23:13:22 +02:00
Karol Kosek
a232395b77
LibWeb: Check recursively if CSS functions contain var()
or attr()
...
Previously, `var()` inside functions like `rgb()` wasn't resolved.
This will set the background color for badges in the New category on
https://ports.serenityos.net . :^)
2022-06-02 22:31:41 +02:00
Xexxa
a3a6ee9865
Base: Add emoji yowl (10CD23)
2022-05-31 10:19:47 +01:00
Xexxa
3951ddabec
Base: Add Geometric Shapes Extended to font Katica Regular 12
...
1F785-1F78A https://www.unicode.org/charts/PDF/U1F780.pdf
2022-05-31 10:19:47 +01:00
Xexxa
203edaf257
Base: Add Misc. Symbols and Pictographs to font Katica Regular 12
...
1F517, 1F49F, 1F4AF, 1F4DB
https://www.unicode.org/charts/PDF/U1F300.pdf
2022-05-31 10:19:47 +01:00
Xexxa
c8d108360f
Base: Add General Punctuation to font Katica Regular 12
...
2010, 2012, 2013, 2015, 2016, 2017, 2030, 2031, 2042, 2051,
2055, 204E, 204F, 205C
https://www.unicode.org/charts/PDF/U2000.pdf
2022-05-31 10:19:47 +01:00
Xexxa
019e3479d3
Base: Add Mathematical Alphanumeric Symbols to font Katica Regular 10
...
1D49C, 1D49E, 1D49F, 1D4A2, 1D4A5, 1D4B0, 1D4B2, 1D4D0-1D4E9,
1D567, 1D568, 1D608-1D63B
https://www.unicode.org/charts/PDF/U1D400.pdf
2022-05-31 10:19:47 +01:00
Karol Kosek
c5a249a949
Base: Add Latin Extended-A to Katica Bold 12
...
0100-017E: https://www.unicode.org/charts/PDF/U0100.pdf
2022-05-29 21:06:15 +01:00
Karol Kosek
fac283b20a
Base: Update some glyphs with Cedillas and Carons in Katica Regular 12
...
This is to make the glyphs more consistent within the font family.
Modified: U+0136, U+013D, U+013E, U+0145, U+0146, U+0156, U+0157
2022-05-29 21:06:15 +01:00
Rafał Babiarz
4fcdbd57e9
Base: Add test page for Web Storage API
2022-05-28 23:54:06 +01:00
Xexxa
d90131bce1
Base: Add Tai Le to font Katica Regular 10
...
1950-1974 https://www.unicode.org/charts/PDF/U1950.pdf
2022-05-28 21:54:39 +02:00
Xexxa
9824227871
Base: Add Oriya to font Katica Regular 10
...
0B01-0B77 https://www.unicode.org/charts/PDF/U0B00.pdf
2022-05-28 21:54:39 +02:00
Xexxa
ee8aa63cbe
Base: Add the Philippine flag
2022-05-28 21:54:39 +02:00
djwisdom
cf68e01970
Base: Make kill process icon using hand as gun gesture
...
This was suggested by dither8 on Discord https://bit.ly/3ynR3sb
2022-05-27 22:18:26 +01:00
MacDue
bdac8c53ea
Base: Add hover icons to Cupertino theme
...
Simple hover effect with slight brightening + glow.
2022-05-21 18:11:36 +02:00
adoni
67c8adb561
Base: Add Contrast theme
2022-05-13 09:59:45 +02:00
Eli Youngs
21671d9b91
Spreadsheet: Interpret numbers as floats, not integers
2022-05-08 16:45:21 +02:00
Eli Youngs
21c605bfda
Spreadsheet: Update statistical functions to take variadic arguments
2022-05-08 16:45:21 +02:00
Joel Hansen
b944e8f505
Base: Improve Silver theme colors
...
- HighlightWindow text and strip colors now dark blue.
- MovingWindowShadow color made lighter, so that it's more visible.
- RubberBand now has silver colors.
2022-05-07 20:06:47 +02:00
Joel Hansen
325e206e4e
Base: Improve Desert theme colors
...
Improve HighlightWindowBorder colors for better visibility.
2022-05-07 20:06:47 +02:00
Joel Hansen
d017e9f2c7
Base: Add hover variants for Light theme
2022-05-07 20:06:47 +02:00
Joel Hansen
afa490de0c
Base: Add hover variants for the Silver theme
2022-05-07 20:06:47 +02:00
Joel Hansen
eb3d289f00
Base: Improve Plum theme colors
...
- Make ruler lighter for visibility
- Make gutter same color as ruler for consistency
- Improve HighlightWindow colors
2022-05-07 20:06:47 +02:00
Joel Hansen
9c53be36d3
Base: Define WindowTitleShadow in Sunshine theme
...
Add *WindowTitleShadow values for the Sunshine theme. Make
InactiveWindowTitleShadow color lighter
2022-05-07 20:06:47 +02:00
Joel Hansen
54ff2a8ddd
Base: Use lighter color for HoverHighlight on the ChillyChilly theme
2022-05-07 20:06:47 +02:00
Joel Hansen
7080fbff3d
Base: Reorganize Silver theme
2022-05-07 20:06:47 +02:00
VAN BOSSUYT Nicolas
020235a841
Base: Improve icons consistency
2022-05-07 13:45:33 +02:00
MacDue
9736a088fb
Base: Add hovered versions of the Coffee title bar icons
2022-05-03 22:00:14 +02:00
electrikmilk
8ae492ba4d
Base: Add More Emojis
...
Adds Cat face emojis U+1F63B, U+1F63C, U+1F63D, U+1F63E, U+1F639,
U+1F640
Adds Party Popper emoji U+1F389
Adds Rocket Emoji U+1F680
2022-05-02 12:45:21 +02:00
djwisdom
d83f2e2ea6
Base: SatoriMono10 Regular add glyphs to widen coverage
...
Box Drawing
2500-257F
https://www.unicode.org/charts/PDF/U2500.pdf
2022-04-30 16:24:07 +02:00
djwisdom
f96c25db6a
Base: SatoriMono10 Bold add glyphs to widen coverage
...
Box Drawing
2500-257F
https://www.unicode.org/charts/PDF/U2500.pdf
2022-04-30 16:24:07 +02:00
djwisdom
ba1ea40bd7
Base: Ataraxia10 Light add glyphs to widen coverage
...
Box Drawing
2500-257F
https://www.unicode.org/charts/PDF/U2500.pdf
2022-04-30 16:24:07 +02:00
djwisdom
b9fdc9daa4
Base: Ataraxia10 Bold add glyphs to widen coverage
...
Box Drawing
2500-257F
https://www.unicode.org/charts/PDF/U2500.pdf
2022-04-30 16:24:07 +02:00
Karol Kosek
249d34ec09
Base: Rename Estonian emoji flag code sequence to 'EE'
...
Previously, the Estonian flag used just a single E.
2022-04-30 16:23:58 +02:00
Lady Gegga
9cd6d225f9
Base: Add Adlam to Katica Regular 10
...
1E900-1E95F https://www.unicode.org/charts/PDF/U1E900.pdf
2022-04-30 16:22:48 +02:00
Lady Gegga
3e0f5d7ff9
Base: Add Bassa Vah to Katica Regular 10
...
16AD0-16AF5 https://www.unicode.org/charts/PDF/U16AD0.pdf
2022-04-30 16:22:48 +02:00
Joel Hansen
45f3fffbad
Base: Improvements to the Light theme
...
- Adding more suitable "icons-only" buttons.
- Adding WindowShadow from default theme.
2022-04-28 22:14:43 +02:00
MacDue
735e3e9c74
Base: Evenly space title bar icons in Coffee theme
2022-04-26 14:57:41 +02:00
djwisdom
c27a5012ad
Base: Update Lucidity Bold add glyphs to widen coverage
...
Tifinagh
2D30-2D67,2D6F,2D70
https://www.unicode.org/charts/PDF/U2D30.pdf
2022-04-25 23:46:27 +02:00
djwisdom
3a71d902be
Base: Update Lucidity Regular add glyphs to widen coverage
...
Tifinagh
2D30-2D67,2D6F,2D70
https://www.unicode.org/charts/PDF/U2D30.pdf
2022-04-25 23:46:27 +02:00
djwisdom
3fe0a49664
Base: Update Ataraxia8 Light add glyphs to widen coverage
...
Tifinagh
2D30-2D67,2D6F,2D70
https://www.unicode.org/charts/PDF/U2D30.pdf
2022-04-25 23:46:21 +02:00
djwisdom
056c61df32
Base: Update Ataraxia8 Bold add glyphs to widen coverage
...
Tifinagh
2D30-2D67,2D6F,2D70
https://www.unicode.org/charts/PDF/U2D30.pdf
2022-04-25 23:46:21 +02:00
diogenes
c0dfec5cc0
Base: Add Cyrillic Supplement glyphs to Katica 10
...
This represents Unicode glyphs U+0500-052F
2022-04-25 23:46:04 +02:00
MacDue
c80815fbb9
Base: Set TitleButtonsIconOnly for Cupertino theme
2022-04-25 23:45:24 +02:00
MacDue
cbfd5c4ecf
Base: Remove background from Coffee theme title buttons
2022-04-25 23:45:24 +02:00
MacDue
5998e7f8a2
Base: Add HighlightWindowBorder colors to Gruvbox Dark theme
2022-04-25 13:04:53 -07:00