summaryrefslogtreecommitdiff
path: root/Base
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: Remove stray GML file that sneaked into `Base/home/anon`ForLoveOfCats
2022-03-09Base: Add flags and RGI status to emoji.txtLady Gegga
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+Meta: Make /usr/local read-writeDaniel Bertalan
This directory has to be writable if we want to install ports that have been built inside Serenity. It's owned by root anyway, so having it be read-only does not provide many security benefits.
2022-03-08date: Allow using a custom format stringDaniel Bertalan
This commit adds an optional string positional argument which is used a custom format string for the date.
2022-03-08Utilities/lspci: Iterate over /sys/bus/pci instead of reading /proc/pciLiav A
This opens many opportunities to add more data printed in lspci in a flexible manner - so instead of reading an ever-expanding JSON encoded file, we can add more features and let the utility read the directory entries from sysfs. This also allows not only filtering data on devices but to easily filter non-wanted devices when printing the output.
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-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