summaryrefslogtreecommitdiff
path: root/Base/res
AgeCommit message (Collapse)Author
2022-03-14LibWeb: Invalidate styles after CSSImportRule loadsSimon Wanner
This replicates the behavior of StyleSheetList::add_sheet, making sure the rules added by the imported style sheet are applied.
2022-03-13Base: Add syntax/code styling to Cupertino themeBen Maxwell
This makes code readable in Hack Studio. This commit also replaces the 'highlight' window colour with one that matches theme (the previous was the default).
2022-03-12Base: Finish Misc Technical glyphs in Katica 10diogenes
I finished off the Miscellaneous Technical section, that is U+2300 - U+23FF, itemized below. Now we have a bunch of APL glyphs :^) 2205 2300 - 2313 2319 231C - 2325 2329 - 232A 232C - 237F 238D - 2395 239B - 23CC 23D0 - 23E8 23AE 23FF 2B21
2022-03-11Base: Add some more Transport and Map to Katica 10diogenes
Added: 1F684 - 1F692, 1F694, 1F697 - 1F69C, 1F6A3 - 1F6A7, 1F6AC - 1F6AE, 1F6B0 - 1F6B2, 1F6BA, 1F6CB - 1F6CE, 1F6E2, 1F6E4
2022-03-09Base: Add various flagsLady Gegga
Add flags for Palestine, Leinster, Munster, Ulster, South Ostrobothnia, South Savonia, Kainuu, Kanta-Häme, Central Ostrobothnia, Central Finland, North Karelia, Northern Savonia, Päijänne Tavastia, Satakunta, Uusimaa
2022-03-09Spreadsheet: Add CommonRange#unique()u9g
2022-03-09Spreadsheet: Add SplitRange class and CommonRange#filteru9g
2022-03-08Base: Remove metadata from emojis to decrease filesizeLady Gegga
2022-03-07Base: Add ratio tests to media-query test pageSam Atkins
Note that only the first test actually functions currently. Single-number ratios instead get parsed as a `<number>`, and will do until the parser gets smarter. (The alternative, where all single-numbers get parsed as `<ratio>`, does make the tests succeed, but numbers are more common than ratios so I have given numbers preference for now.) Also simplified the styling and text a bit. Now, red = fail, green = success. No more "unstyled = fail" stuff.
2022-03-06Keymaps: Add Hebrew keymapIdan Horowitz
2022-03-05Base: Widen Plus Sign, Soliduses and Circumflex Accent in Katica Bold 12Karol Kosek
Previously, the characters looked the same as in the Regular font version. Codepoints of modified characters: U+002B, U+002F, U+005C and U+005E.
2022-03-05Base+LibGUI+LibGfx: Improve disabled text readabilityJaime Valenzuela Durán
Currently, disabled text colors are hardcoded. They look good in Default and light themes, but no so good in dark ones. This PR adds new variables for all themes to correctly display disabled text.
2022-03-05Spreadsheet: Allow integer() to throw in weird casesu9g
Also makes numericResolve use parseInt to avoid using our own integer()
2022-03-05Spreadsheet: Add find, findIndex, indexOf, & has to CommonRangeu9g
2022-03-05Spreadsheet: Put common Range(s) functionality into CommonRange classu9g
2022-03-04Base: Reduce Comma (U+002C) width from 12px to 4px in Katica Bold 12Karol Kosek
Previous value was pretty much an overkill. Changing it to 4px, to align it nicely with the semicolon. :^)
2022-03-04Base: Replace setInterval test page with a more thorough timer test pageTimothy Flynn
Ensure we test both setTimeout and setInterval (and their cancellation methods), and test scenarios such as raising exceptions in the callback, passing extra arguments, etc.
2022-03-04Spreadsheet: Prevent infinite loop in Range ctoru9g
2022-03-04Spreadsheet: Improve R function to support all of the examplesu9g
2022-03-04Spreadsheet: Add Range(s).toArray()u9g
2022-03-02Base: Correctly set border thickness in Cupertino themeMacDue
This has the same look as before, but the extra thickness is needed as the border radius no longer changes the thickness the window frame is painted.
2022-03-02Base: Add the flag emoji for Hesse (DE-HE)networkException
2022-03-02Spreadsheet: Make Range(s).forEach() return Position objectsu9g
2022-03-02Spreadsheet: Add Range(s).at(ix)u9g
2022-03-02Base: Add CatDog Artist and Inspectorkleines Filmröllchen
Co-Authored-By: sin-ack <sin-ack@protonmail.com>
2022-03-02LibWeb: Correct handling of negative step values in nth-foo() selectorsSam Atkins
This should be 1% on Acid3. :^) Added the `-5n+3` case to all `nth-of-whatever()` selector test pages, so we can easily check that it works.
2022-03-02Base: Add Phags-pa to font Katica Regular 10Lady Gegga
A840-A877 https://www.unicode.org/charts/PDF/UA840.pdf
2022-03-02Base: Add various flag emojis :^)Lady Gegga
Add flags for Scania, Vulcan and SerenityOS!
2022-03-01Base: Add all IPA Extensions glyphs to KaticaRegular10Maciej
U+2050-U+02AF PDF: https://www.unicode.org/charts/PDF/U0250.pdf
2022-03-01Base: Add open recent iconxSlendiX
This commit adds a new icon named "open-recent". It is used for menus with the same name.
2022-03-01Keymaps: Add µ key to Danish keymapReimarPB
2022-03-01Keymaps: Add keys to alt map on Danish layoutReimarPB
2022-03-01Base: Remove my copyright from this HTML fileSam Atkins
I didn't notice that CLion had auto-generated this, oops! As wonderful as my web design skills are, I don't actually want to enshrine my name at the top of this file for posterity.
2022-02-28Base: Add Sundanese to font Katica Regular 10Lady Gegga
1B80-1BBF https://www.unicode.org/charts/PDF/U1B80.pdf
2022-02-28Base: Add Sundanese Supplement to font Katica Regular 10Lady Gegga
1CC0-1CC7 https://www.unicode.org/charts/PDF/U1CC0.pdf
2022-02-28Base: Make it obvious which pseudo-element tests are unimplementedSam Atkins
(Sorry Linus!)
2022-02-28Base: Tweak the Plum theme's Ruler colorroughjericho
Fixes cell borders in Spreadsheet being the same color as the rest of the cell when the Plum theme is being used.
2022-02-27Base: Flip U+2190 and U+2192 horizontaly in Katica Regular 10Karol Kosek
Two arrows (LEFTWARDS ARROW and RIGHTWARDS ARROW) were pointing in the opposite direction. https://www.unicode.org/charts/PDF/U2190.pdf
2022-02-27Base: Complete Spacing Modifier Letters in Katicaelectrikmilk
This completes the 'Spacing Modifier Letters' block for Katica Regular 10. Adds U+02B9, U+02BA, U+02BE-U+02DF, U+02E4-U+02FF. Corrects U+02B6, Improves U+02B8.
2022-02-26Base: Add various flag emojisLady Gegga
Add flags for Klingon empire, Faroe Islands, Iceland, Taiwan, Åland Islands, Armenia, North Macedonia, Vietnam, Greenland, Crimea, Donechchyna, Catalonia, Basque Country, Quebec
2022-02-27Spreadsheet: Add sumProduct(If) functionsu9g
2022-02-27Spreadsheet: Add max(If)/min(If) function for rangesu9g
2022-02-27Spreadsheet: Add Range(s).first() functionsu9g
2022-02-26Base: Add various flag emojiselectrikmilk
Adds flags for Bahamas, England, Romania, Bangladesh, Estonia, Scotland, Belgium, Gabon, South Africa, Benin, Guinea, South Korea, India, Spain, Brazil, Ireland, Thailand, Bulgaria, Japan, Triangular, Canada, Latvia, Turkey, Chad, Lithuania, Venezuela, Luxembourg, Wales, Chile, Monaco, China, Nigeria, Yemen, Czechia, North Korea, Egypt, and Peru. Adds black, white, and checkered flags. Improved Norway and Germany flags.
2022-02-26Base: Associate mp3 files with SoundPlayerArne Elster
Also give them the sound icon.
2022-02-26Base: Make U+0126, U+0132, U+0152 and U+0153 wider in Katica Bold 10Karol Kosek
A follow-up to commit 4cab5bbeadc4fe508a08b0bfb4ca5d88a11466d6.
2022-02-26Base: Tweak Source Boldelectrikmilk
Tweak Source Bold to be more consistent with Source Regular.
2022-02-26Base: Tweak Source Regularelectrikmilk
Tweak '&' in Source Regular and add final character of Latin Extended-A.
2022-02-26Base: Add WASM file type iconelectrikmilk
Adds 16x16 and 32x32 filetype icons for Web Assembly files.
2022-02-26Base: Add :nth-of-type and :nth-last-of-type test pagesSam Atkins