summaryrefslogtreecommitdiff
path: root/Base/res
AgeCommit message (Collapse)Author
2022-07-29Base: Update LucidityRegular12 add Regional Indicator glyphsdjwisdom
U+1F1E6 - U+1F1FF https://www.unicode.org/charts/PDF/U1F100.pdf
2022-07-29Base: Update AtaraxiaLight10 add Regional Indicator glyphsdjwisdom
U+1F1E6 - U+1F1FF https://www.unicode.org/charts/PDF/U1F100.pdf
2022-07-29Base: Update SatoriRegular add Supplemental Arrows-Cdjwisdom
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
2022-07-29Base: Update SatoriMonoRegular add Supplemental Arrows-Cdjwisdom
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
2022-07-26Base: Add some more border-radius test casesMacDue
* 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).
2022-07-25LibGfx+Base: Draw radio buttons programmaticallyAndreas Kling
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. :^)
2022-07-24Base: Italicize some symbol glyphs in font Katica Italic 10Karol Kosek
Previously they were the same as in the Katica Regular font. 0028, 0029, 002F, 003C, 003E, 005B-005E, 007B-007D
2022-07-24Base: Reduce spacing in some glyphs in font Katica Italic 10Karol Kosek
0020, 0028-002F, 003A-003E, 0049, 004C
2022-07-24Base: Make U+002E FULL STOP a 1x1 dot in font Katica Italic 10Karol Kosek
2022-07-24Base: Remove some unnecessary styling from progressbar.htmlMacDue
The button color here now just creates issues on dark themes, and the margin on the progress bar does nothing.
2022-07-23Base: Add some more progress bar demosMacDue
This adds an example of a progress bar with just `appearance none`, and one with `appearance none` and some custom styling.
2022-07-22Base: Add Latin-1 Supplement to font Roman Regular 10Karol Kosek
00A4, 00A6, 00AA-00AD, 00AF, 00B1-00B3, 00B5, 00B8-00BE, 00C0-00FF https://www.unicode.org/charts/PDF/U0080.pdf
2022-07-21PartitionEditor: Add the beginnings of a partition editor :^)Samuel Bowman
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"
2022-07-19Base: Add some more border-radius test casesMacDue
This adds a test for overflow: hidden + border-radius clipping child positioned elements, and child backgrounds.
2022-07-18Base: Add some more fun gradient demosMacDue
Adds tests for: - Multi-stop gradient at arbitrary angles (CPU brr) - Default/calculated color stops - to <corner> - Pre-multiplied alpha mixing
2022-07-17Base: Add simple gradients test pageMacDue
2022-07-11Base: Improve visibility of PlaceholderText in themesKarol Kosek
2022-07-09Applications: Add a new NetworkSettings applicationMaciej
2022-07-04Base: Example of border-radius on iframe and canvas elementsMacDue
2022-07-04Base: Add some border-radius + overflow: hidden HTML examplesMacDue
2022-07-04Base: Move fun canvas demo JavaScript to seperate fileMacDue
This will allow this demo to be reused for other tests.
2022-07-04Base: Add some background-clip + border-radius HTML examplesMacDue
2022-07-02Base: Add U+0E4E, U+0E5B glyphs to KaticaRegular10 fontThitat Auareesuksakul
This completes the entire Thai unicode range for KaticaRegular10 :^)
2022-07-02Base: Add U+0E4E, U+0E4F, U+0E5B glyphs to KaticaBold10 fontThitat Auareesuksakul
This completes the entire Thai unicode range for KaticaBold10 :^)
2022-06-30Base: Add example for `calc(<percentage> - <length>)` to calc.htmlLinus Groh
`calc(<percentage> + -<length>)` did work before, but a direct `calc(<percentage> - <length>)` was broken. Let's have a test for both.
2022-06-30Base: Fix label/actual style mismatches in calc.htmlLinus Groh
2022-06-30Base: Add new Canadian keyboard mappingsjmdeejay
2022-06-29LibWeb: Use CSO if running script is null in HostPromiseRejectionTrackerLuke Wilde
2022-06-28Playground: Rename the application to GMLPlaygroundLinus Groh
Just "Playground" is too generic and doesn't match the general rule of "application name equals display name minus spaces".
2022-06-26Spreadsheet: Throw if lookup value doesn't exist and no default is givenAli Mohammad Pur
And explicitly state which value wasn't found and where in the error.
2022-06-26Spreadsheet: Make it possible to refer to ranges in other sheetsAli Mohammad Pur
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.
2022-06-26Base+Browser+BrowserSettings: Add default page for new tabXexxa
2022-06-24Base: Add Counting Rod Numerals to font Katica Regular 10Xexxa
1D360–1D378 https://www.unicode.org/charts/PDF/U1D360.pdf Co-authored-by: python-69 <102885151+python-69@users.noreply.github.com>
2022-06-24Base: Add Block Elements to font Katica Regular 10Xexxa
2580–259F https://www.unicode.org/charts/PDF/U2580.pdf Co-authored-by: python-69 <102885151+python-69@users.noreply.github.com>
2022-06-24Base: Add Buginese to font Katica Regular 10Xexxa
1A00-1A1F https://www.unicode.org/charts/PDF/U1A00.pdf Co-authored-by: python-69 <102885151+python-69@users.noreply.github.com>
2022-06-23Base: Add box-shadow + border-radius HTML examplesMacDue
This now also shows the same box-shadows on the right on top of a background to test the clipping underneath the content.
2022-06-22Base: Add a quote to the fortunes databaseAli Mohammad Pur
2022-06-21PixelPaint: Add level sliders for brightness, contrast and gammaTorstennator
This patch adds a basic dialog to change brightness, contrast and gamma correction for the selected layer.
2022-06-18Base: Optimize a bunch of PNGskleines Filmröllchen
These all save at least a couple of kilobytes.
2022-06-16Base: Add <img> tag + border-radius HTML exampleMacDue
2022-06-16Base: Add background-image + border-radius HTML examplesMacDue
2022-06-16Base: Add new font Katica Bold Oblique 10Xexxa
0020-007E https://www.unicode.org/charts/PDF/U0000.pdf
2022-06-16Base: Add Mathematical Alphanumeric Symbols to font Katica Regular 10Xexxa
1D522, 1D525, 1D52A, 1D51C, 1D4EA, 1D4F8, 1D4F7, 1D4FC, 1D4FD, 1D516-1D51C https://www.unicode.org/charts/PDF/U1D400.pdf
2022-06-16Base: Add 1f785-1F78B, 1F517 to Katica Bold 12Xexxa
1f785-1F78B https://www.unicode.org/charts/PDF/U1F780.pdf 1F517 https://www.unicode.org/charts/PDF/U1F300.pdf
2022-06-16Base: Add 2713, 2714 to Katica Bold 10Xexxa
2713, 2714 https://www.unicode.org/charts/PDF/U2700.pdf
2022-06-16Base: Remove painted parts outside of view in Katica Bold 10Xexxa
A few glyphs is "cut" with painted part outside of the view. 0023, 0026, 0040, 004B, 004D, 004E, 004F, 0051, 0052, 0057, 006D, 0077
2022-06-15LibWeb: Test parsing of CSS Level 4 rgb and hsl syntaxThomas Fach-Pedersen
2022-06-15Userland+Base: Remove Breakout and Pong gamesAndreas Kling
These games were not very playable and definitely not fun.
2022-06-15Base: Update Chillychilly Theme for better aestheticsdjwisdom
2022-06-14Base: Add an elliptical outline border HTML exampleMacDue