Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-07 | Base: Add ratio tests to media-query test page | Sam 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-06 | Keymaps: Add Hebrew keymap | Idan Horowitz | |
2022-03-05 | Base: Widen Plus Sign, Soliduses and Circumflex Accent in Katica Bold 12 | Karol 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-05 | Base+LibGUI+LibGfx: Improve disabled text readability | Jaime 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-05 | Spreadsheet: Allow integer() to throw in weird cases | u9g | |
Also makes numericResolve use parseInt to avoid using our own integer() | |||
2022-03-05 | Spreadsheet: Add find, findIndex, indexOf, & has to CommonRange | u9g | |
2022-03-05 | Spreadsheet: Put common Range(s) functionality into CommonRange class | u9g | |
2022-03-04 | Base: Reduce Comma (U+002C) width from 12px to 4px in Katica Bold 12 | Karol Kosek | |
Previous value was pretty much an overkill. Changing it to 4px, to align it nicely with the semicolon. :^) | |||
2022-03-04 | Base: Replace setInterval test page with a more thorough timer test page | Timothy 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-04 | Spreadsheet: Prevent infinite loop in Range ctor | u9g | |
2022-03-04 | Spreadsheet: Improve R function to support all of the examples | u9g | |
2022-03-04 | Spreadsheet: Add Range(s).toArray() | u9g | |
2022-03-03 | Base+Manpages: Add basic GML documentation | electrikmilk | |
First draft of GML documentation, just to get things started. | |||
2022-03-02 | Base: Fix typo in FlappyBug documentation | Kasper Karlsson | |
2022-03-02 | Base: Correctly set border thickness in Cupertino theme | MacDue | |
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-02 | Base: Add the flag emoji for Hesse (DE-HE) | networkException | |
2022-03-02 | Spreadsheet: Make Range(s).forEach() return Position objects | u9g | |
2022-03-02 | Spreadsheet: Add Range(s).at(ix) | u9g | |
2022-03-02 | Kernel: Change PCI access commandline option to also represent no access | Liav 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-02 | Browser: Add storage inspector | Rafał Babiarz | |
2022-03-02 | Base: Add CatDog Artist and Inspector | kleines Filmröllchen | |
Co-Authored-By: sin-ack <sin-ack@protonmail.com> | |||
2022-03-02 | LibWeb: Correct handling of negative step values in nth-foo() selectors | Sam 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-02 | Base: Add Phags-pa to font Katica Regular 10 | Lady Gegga | |
A840-A877 https://www.unicode.org/charts/PDF/UA840.pdf | |||
2022-03-02 | Base: Add various flag emojis :^) | Lady Gegga | |
Add flags for Scania, Vulcan and SerenityOS! | |||
2022-03-01 | Base: Add all IPA Extensions glyphs to KaticaRegular10 | Maciej | |
U+2050-U+02AF PDF: https://www.unicode.org/charts/PDF/U0250.pdf | |||
2022-03-01 | Base: Add open recent icon | xSlendiX | |
This commit adds a new icon named "open-recent". It is used for menus with the same name. | |||
2022-03-01 | Keymaps: Add µ key to Danish keymap | ReimarPB | |
2022-03-01 | Keymaps: Add keys to alt map on Danish layout | ReimarPB | |
2022-03-01 | Base: Remove my copyright from this HTML file | Sam 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-28 | Base: Add Sundanese to font Katica Regular 10 | Lady Gegga | |
1B80-1BBF https://www.unicode.org/charts/PDF/U1B80.pdf | |||
2022-02-28 | Base: Add Sundanese Supplement to font Katica Regular 10 | Lady Gegga | |
1CC0-1CC7 https://www.unicode.org/charts/PDF/U1CC0.pdf | |||
2022-02-28 | Base: Remove TelnetServer and WebServer from the generated manpage list | Idan Horowitz | |
These are no longer autogenerated. | |||
2022-02-28 | Base: Remove usermod and wc from the generated manpage list | Sam Atkins | |
These now have customizations that CI doesn't like. | |||
2022-02-28 | Base: Make it obvious which pseudo-element tests are unimplemented | Sam Atkins | |
(Sorry Linus!) | |||
2022-02-28 | Base: Clarify that TelnetServer must be run as root | Kyle Anthony Williams | |
2022-02-28 | Base: Add gist to and modify description of usermod man page | Kyle Anthony Williams | |
This patch brings the man page usermod into line with its siblings useradd and usermod. | |||
2022-02-28 | Base: Move EchoServer man page to section 8 | Kyle Anthony Williams | |
2022-02-28 | Base: 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-28 | Base: Change gist of Shell man page | Kyle 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-28 | Base: Add gists to man pages that lack one | Kyle Anthony Williams | |
Sources: Eyes: https://www.x.org/releases/X11R7.6/doc/man/man1/xeyes.1.xhtml wc: FreeBSD manual. | |||
2022-02-28 | Base: Move WebServer man page to section 8 | Kyle Anthony Williams | |
2022-02-28 | Base: Add "Open" link to Eyes, Help man pages | Kyle Anthony Williams | |
2022-02-28 | Base: Tweak the Plum theme's Ruler color | roughjericho | |
Fixes cell borders in Spreadsheet being the same color as the rest of the cell when the Plum theme is being used. | |||
2022-02-27 | Base: Flip U+2190 and U+2192 horizontaly in Katica Regular 10 | Karol Kosek | |
Two arrows (LEFTWARDS ARROW and RIGHTWARDS ARROW) were pointing in the opposite direction. https://www.unicode.org/charts/PDF/U2190.pdf | |||
2022-02-27 | Base: Complete Spacing Modifier Letters in Katica | electrikmilk | |
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-26 | Base: Add emojis to emoji.txt | Lady Gegga | |
Add all yak emojis and more flags | |||
2022-02-26 | Base: Add various flag emojis | Lady 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-27 | Spreadsheet: Add sumProduct(If) functions | u9g | |
2022-02-27 | Spreadsheet: Add max(If)/min(If) function for ranges | u9g | |
2022-02-27 | Spreadsheet: Add Range(s).first() functions | u9g | |