Age | Commit message (Collapse) | Author |
|
U+1F1E6 - U+1F1FF
https://www.unicode.org/charts/PDF/U1F100.pdf
|
|
U+1F1E6 - U+1F1FF
https://www.unicode.org/charts/PDF/U1F100.pdf
|
|
Supplemental Arrows-C
U+1F800-U+1F80B, U+1F810-U+1F813, U+1F850-U+1F859,
U+1F860-U1F867, U+1F894-U+1F897, U+1F8A0-U+1F8A7
https://www.unicode.org/charts/PDF/U1F800.pdf
|
|
Supplemental Arrows-C
U+1F800-U+1F80B, U+1F810-U+1F813, U+1F850-U+1F859,
U+1F860-U1F867, U+1F894-U+1F897, U+1F8A0-U+1F8A7
https://www.unicode.org/charts/PDF/U1F800.pdf
|
|
* A border-radius + a border on a <img> tag
- The border-radius on the <img> should shrink to line up with
the border.
* A border-radius + a border on a div with overflow: hidden
- The clipping border-radius should shrink (same as the image).
|
|
Remove the static PNG bitmaps we've been using for GUI radio buttons
and replace them with on-the-fly pixel painting.
This fixes a long-standing issue where radio buttons always looked the
same, regardless of system theme settings. :^)
|
|
Previously they were the same as in the Katica Regular font.
0028, 0029, 002F, 003C, 003E, 005B-005E, 007B-007D
|
|
0020, 0028-002F, 003A-003E, 0049, 004C
|
|
|
|
The button color here now just creates issues on dark themes,
and the margin on the progress bar does nothing.
|
|
This adds an example of a progress bar with just `appearance none`,
and one with `appearance none` and some custom styling.
|
|
00A4, 00A6, 00AA-00AD, 00AF, 00B1-00B3, 00B5, 00B8-00BE, 00C0-00FF
https://www.unicode.org/charts/PDF/U0080.pdf
|
|
This adds a new application PartitionEditor which will eventually be
used to create and edit partition tables. Since LibPartition does not
know how to write partition tables yet, it is currently read-only.
Devices are discovered by scanning /dev for block device files.
Since block devices are chmod 600, PartitionEditor be must run as root.
By default Serenity uses the entire disk for the ext2 filesystem
without a partition table. This isn't useful for testing as the
partition list for the default disk will be empty. To test properly,
I created a few disk images using various partitioning schemes
(MBR, EBR, and GPT) and attached them using the following command:
export SERENITY_EXTRA_QEMU_ARGS="
-drive file=/path/to/mbr.img,format=raw,index=1,media=disk
-drive file=/path/to/ebr.img,format=raw,index=2,media=disk
-drive file=/path/to/gpt.img,format=raw,index=3,media=disk"
|
|
This adds a test for overflow: hidden + border-radius clipping
child positioned elements, and child backgrounds.
|
|
Adds tests for:
- Multi-stop gradient at arbitrary angles (CPU brr)
- Default/calculated color stops
- to <corner>
- Pre-multiplied alpha mixing
|
|
|
|
|
|
|
|
|
|
|
|
This will allow this demo to be reused for other tests.
|
|
|
|
This completes the entire Thai unicode range for KaticaRegular10 :^)
|
|
This completes the entire Thai unicode range for KaticaBold10 :^)
|
|
`calc(<percentage> + -<length>)` did work before, but a direct
`calc(<percentage> - <length>)` was broken. Let's have a test for both.
|
|
|
|
|
|
|
|
Just "Playground" is too generic and doesn't match the general rule of
"application name equals display name minus spaces".
|
|
And explicitly state which value wasn't found and where in the error.
|
|
Now the range A0:C4 in a sheet named "foo" can be represented as:
R`sheet("foo"):A0:C4`
This makes it possible to do cross-sheet lookups and more.
|
|
|
|
1D360–1D378 https://www.unicode.org/charts/PDF/U1D360.pdf
Co-authored-by: python-69 <102885151+python-69@users.noreply.github.com>
|
|
2580–259F https://www.unicode.org/charts/PDF/U2580.pdf
Co-authored-by: python-69 <102885151+python-69@users.noreply.github.com>
|
|
1A00-1A1F https://www.unicode.org/charts/PDF/U1A00.pdf
Co-authored-by: python-69 <102885151+python-69@users.noreply.github.com>
|
|
This now also shows the same box-shadows on the right on top of a
background to test the clipping underneath the content.
|
|
|
|
This patch adds a basic dialog to change brightness, contrast and gamma
correction for the selected layer.
|
|
These all save at least a couple of kilobytes.
|
|
|
|
|
|
0020-007E https://www.unicode.org/charts/PDF/U0000.pdf
|
|
1D522, 1D525, 1D52A, 1D51C, 1D4EA, 1D4F8, 1D4F7, 1D4FC, 1D4FD,
1D516-1D51C
https://www.unicode.org/charts/PDF/U1D400.pdf
|
|
1f785-1F78B https://www.unicode.org/charts/PDF/U1F780.pdf
1F517 https://www.unicode.org/charts/PDF/U1F300.pdf
|
|
2713, 2714 https://www.unicode.org/charts/PDF/U2700.pdf
|
|
A few glyphs is "cut" with painted part outside of the view.
0023, 0026, 0040, 004B, 004D, 004E, 004F, 0051, 0052, 0057,
006D, 0077
|
|
|
|
These games were not very playable and definitely not fun.
|
|
|
|
|