summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Collapse)Author
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-03Base+Manpages: Add basic GML documentationelectrikmilk
First draft of GML documentation, just to get things started.
2022-03-02Base: Fix typo in FlappyBug documentationKasper Karlsson
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-02Kernel: Change PCI access commandline option to also represent no accessLiav A
This change allow the user to request the kernel to not use any PCI resources/devices at all. Also, don't try to initialize devices that rely on PCI if disabled.
2022-03-02Browser: Add storage inspectorRafał Babiarz
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: Remove TelnetServer and WebServer from the generated manpage listIdan Horowitz
These are no longer autogenerated.
2022-02-28Base: Remove usermod and wc from the generated manpage listSam Atkins
These now have customizations that CI doesn't like.
2022-02-28Base: Make it obvious which pseudo-element tests are unimplementedSam Atkins
(Sorry Linus!)
2022-02-28Base: Clarify that TelnetServer must be run as rootKyle Anthony Williams
2022-02-28Base: Add gist to and modify description of usermod man pageKyle Anthony Williams
This patch brings the man page usermod into line with its siblings useradd and usermod.
2022-02-28Base: Move EchoServer man page to section 8Kyle Anthony Williams
2022-02-28Base: Combine TelnetServer man pages :^)Kyle Anthony Williams
Two different man pages for TelnetServer could be found in sections 1 and 8 of Serenity's manual. This patch combines both and places the page in section 8.
2022-02-28Base: Change gist of Shell man pageKyle Anthony Williams
Pre-patch, the man page encased the name of the program in quotes, which is inconsistent with other man pages, unnecessarily repeated "Shell" in the gist, and included "the" in the gist, which is also inconsistent with other man pages.
2022-02-28Base: Add gists to man pages that lack oneKyle Anthony Williams
Sources: Eyes: https://www.x.org/releases/X11R7.6/doc/man/man1/xeyes.1.xhtml wc: FreeBSD manual.
2022-02-28Base: Move WebServer man page to section 8Kyle Anthony Williams
2022-02-28Base: Add "Open" link to Eyes, Help man pagesKyle Anthony Williams
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 emojis to emoji.txtLady Gegga
Add all yak emojis and more flags
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