Jaime Valenzuela Durán
7c32400431
Base+LibGUI+LibGfx: Improve disabled text readability
...
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 10:25:14 +01:00
u9g
4147b56e79
Spreadsheet: Allow integer() to throw in weird cases
...
Also makes numericResolve use parseInt to avoid using our own integer()
2022-03-05 05:46:35 +03:30
u9g
75a02300ba
Spreadsheet: Add find, findIndex, indexOf, & has to CommonRange
2022-03-05 05:46:35 +03:30
u9g
87c818c571
Spreadsheet: Put common Range(s) functionality into CommonRange class
2022-03-05 05:46:35 +03:30
Karol Kosek
fd57ecfdcf
Base: Reduce Comma (U+002C) width from 12px to 4px in Katica Bold 12
...
Previous value was pretty much an overkill.
Changing it to 4px, to align it nicely with the semicolon. :^)
2022-03-04 23:07:27 +01:00
Timothy Flynn
8156ec5da8
Base: Replace setInterval test page with a more thorough timer test page
...
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 19:51:26 +01:00
u9g
9fcd3f7920
Spreadsheet: Prevent infinite loop in Range ctor
2022-03-04 04:29:20 +03:30
u9g
12ef20b869
Spreadsheet: Improve R function to support all of the examples
2022-03-04 04:29:20 +03:30
u9g
93115ee044
Spreadsheet: Add Range(s).toArray()
2022-03-04 04:29:20 +03:30
electrikmilk
58a865f349
Base+Manpages: Add basic GML documentation
...
First draft of GML documentation, just to get things started.
2022-03-03 14:59:00 -08:00
Kasper Karlsson
0b91a46a0c
Base: Fix typo in FlappyBug documentation
2022-03-02 22:21:25 -08:00
MacDue
7a538c1e39
Base: Correctly set border thickness in Cupertino theme
...
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 21:56:57 +01:00
networkException
698c88ddb2
Base: Add the flag emoji for Hesse (DE-HE)
2022-03-02 21:06:05 +01:00
u9g
4eb2c70a03
Spreadsheet: Make Range(s).forEach() return Position objects
2022-03-02 21:49:17 +03:30
u9g
d047f26a74
Spreadsheet: Add Range(s).at(ix)
2022-03-02 21:49:17 +03:30
Liav A
f6e635938f
Kernel: Change PCI access commandline option to also represent no access
...
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 18:41:54 +01:00
Rafał Babiarz
c2e2a964f2
Browser: Add storage inspector
2022-03-02 18:11:17 +01:00
kleines Filmröllchen
835e99c86c
Base: Add CatDog Artist and Inspector
...
Co-Authored-By: sin-ack <sin-ack@protonmail.com>
2022-03-02 18:10:02 +01:00
Sam Atkins
973f3c3642
LibWeb: Correct handling of negative step values in nth-foo() selectors
...
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 17:39:57 +01:00
Lady Gegga
6a4978764f
Base: Add Phags-pa to font Katica Regular 10
...
A840-A877 https://www.unicode.org/charts/PDF/UA840.pdf
2022-03-02 15:47:58 +00:00
Lady Gegga
edea967aa9
Base: Add various flag emojis :^)
...
Add flags for Scania, Vulcan and SerenityOS!
2022-03-02 15:47:58 +00:00
Maciej
99f52e52d2
Base: Add all IPA Extensions glyphs to KaticaRegular10
...
U+2050-U+02AF
PDF: https://www.unicode.org/charts/PDF/U0250.pdf
2022-03-01 23:06:59 +01:00
xSlendiX
4813bd5274
Base: Add open recent icon
...
This commit adds a new icon named "open-recent". It is used for
menus with the same name.
2022-03-01 21:20:11 +00:00
ReimarPB
cdae7229df
Keymaps: Add µ key to Danish keymap
2022-03-01 21:18:25 +00:00
ReimarPB
fcfe17c625
Keymaps: Add keys to alt map on Danish layout
2022-03-01 21:18:25 +00:00
Sam Atkins
e65ff4b8d1
Base: Remove my copyright from this HTML file
...
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-03-01 15:14:18 +00:00
Lady Gegga
f1e6b05e98
Base: Add Sundanese to font Katica Regular 10
...
1B80-1BBF https://www.unicode.org/charts/PDF/U1B80.pdf
2022-02-28 20:24:21 -08:00
Lady Gegga
d24a6a9eae
Base: Add Sundanese Supplement to font Katica Regular 10
...
1CC0-1CC7 https://www.unicode.org/charts/PDF/U1CC0.pdf
2022-02-28 20:24:21 -08:00
Idan Horowitz
5238e38886
Base: Remove TelnetServer and WebServer from the generated manpage list
...
These are no longer autogenerated.
2022-02-28 20:30:35 +02:00
Sam Atkins
6940660dec
Base: Remove usermod and wc from the generated manpage list
...
These now have customizations that CI doesn't like.
2022-02-28 18:36:28 +01:00
Sam Atkins
5563381b28
Base: Make it obvious which pseudo-element tests are unimplemented
...
(Sorry Linus!)
2022-02-28 16:50:19 +01:00
Kyle Anthony Williams
3b61fbf15f
Base: Clarify that TelnetServer must be run as root
2022-02-28 14:01:41 +01:00
Kyle Anthony Williams
a732d26a7b
Base: Add gist to and modify description of usermod man page
...
This patch brings the man page usermod into line with its
siblings useradd and usermod.
2022-02-28 14:01:41 +01:00
Kyle Anthony Williams
0abdecf2b6
Base: Move EchoServer man page to section 8
2022-02-28 14:01:41 +01:00
Kyle Anthony Williams
0c33b494b8
Base: Combine TelnetServer man pages :^)
...
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 14:01:41 +01:00
Kyle Anthony Williams
f5c517015d
Base: Change gist of Shell man page
...
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 14:01:41 +01:00
Kyle Anthony Williams
2266020bc0
Base: Add gists to man pages that lack one
...
Sources:
Eyes: https://www.x.org/releases/X11R7.6/doc/man/man1/xeyes.1.xhtml
wc: FreeBSD manual.
2022-02-28 14:01:41 +01:00
Kyle Anthony Williams
aae047e347
Base: Move WebServer man page to section 8
2022-02-28 14:01:41 +01:00
Kyle Anthony Williams
aedf6042a9
Base: Add "Open" link to Eyes, Help man pages
2022-02-28 14:01:41 +01:00
roughjericho
7012a5eb0b
Base: Tweak the Plum theme's Ruler color
...
Fixes cell borders in Spreadsheet being the same color as the rest of
the cell when the Plum theme is being used.
2022-02-28 13:46:58 +01:00
Karol Kosek
0d0e5323dd
Base: Flip U+2190 and U+2192 horizontaly in Katica Regular 10
...
Two arrows (LEFTWARDS ARROW and RIGHTWARDS ARROW) were pointing
in the opposite direction.
https://www.unicode.org/charts/PDF/U2190.pdf
2022-02-27 23:41:17 +00:00
electrikmilk
7440b632fe
Base: Complete Spacing Modifier Letters in Katica
...
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-27 17:08:48 +01:00
Lady Gegga
e0de892f8f
Base: Add emojis to emoji.txt
...
Add all yak emojis and more flags
2022-02-26 23:44:48 +00:00
Lady Gegga
7628499434
Base: Add various flag emojis
...
Add flags for Klingon empire, Faroe Islands, Iceland, Taiwan,
Åland Islands, Armenia, North Macedonia, Vietnam, Greenland,
Crimea, Donechchyna, Catalonia, Basque Country, Quebec
2022-02-26 23:44:48 +00:00
u9g
d2adf54e73
Spreadsheet: Add sumProduct(If) functions
2022-02-27 02:48:32 +03:30
u9g
99425c5adc
Spreadsheet: Add max(If)/min(If) function for ranges
2022-02-27 02:48:32 +03:30
u9g
6c35419236
Spreadsheet: Add Range(s).first() functions
2022-02-27 02:48:32 +03:30
electrikmilk
ee64279958
Base: Add various flag emojis
...
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-26 20:22:41 +01:00
Arne Elster
835ffbb365
Base: Update audio subsystem documentation
2022-02-26 16:01:26 +01:00
Arne Elster
3cc66b9726
Base: Associate mp3 files with SoundPlayer
...
Also give them the sound icon.
2022-02-26 16:01:26 +01:00