Commit graph

1967 commits

Author SHA1 Message Date
Ali Chraghi f3f3b32a00 Base: Add SQL filetype icon 2022-03-27 23:16:38 +01:00
Ali Chraghi cee460ab0b Base: Add Database filetype icon 2022-03-27 23:16:38 +01:00
djwisdom 153370e7f4 Base: Update Basic Latin 0020 char to font SatoriMonoRegular 2022-03-27 09:16:03 -07:00
djwisdom a6e91caf5b Base: Update Basic Latin 0020 char to font SatoriBold 2022-03-27 09:16:03 -07:00
djwisdom 6f58aecd8b Base: Update Basic Latin 0020 char to font SatoriRegular 2022-03-27 09:16:03 -07:00
djwisdom cc3eb3d7d8 Base: Update Basic Latin 004F char to font SatoriMonoBold 2022-03-27 09:16:03 -07:00
djwisdom 050bc99d56 Base: Add Latin-1 Supplement chars to font Ataraxia
00A1-00FF
https://www.unicode.org/charts/PDF/U0080.pdf
2022-03-27 09:16:03 -07:00
Karol Kosek 813b9c400d Base: Add Multilingual layout to Colemak
This commit will add additional key combinations from the Colemak
Multilingual page, except of the dead keys.

https://colemak.com/Multilingual
2022-03-27 09:12:50 -07:00
Andreas Kling 1883efe010 Base: Add Acid3 to default Browser bookmarks 2022-03-26 20:47:52 +01:00
Ali Mohammad Pur 8233da3398 Kernel: Add a 'no_error' pledge promise
This makes pledge() ignore promises that would otherwise cause it to
fail with EPERM, which is very useful for allowing programs to run under
a "jail" so to speak, without having them termiate early due to a
failing pledge() call.
2022-03-26 21:34:56 +04:30
Ali Mohammad Pur 37073437c1 Base: Regenerate automatically generated manpages 2022-03-26 21:34:56 +04:30
Karol Kosek 55ac11a0ae Base: Add inline properties to custom-properties test page 2022-03-26 17:30:49 +01:00
Timothy Flynn 4f786a7f66 Base: Add U+00A0 (NBSP) to Roman Regular 10 font
The other Roman fonts already have this code point.
2022-03-25 20:09:31 +00:00
Tim Schumacher 9ff2560123 Base: Unignore all files by default
Some of the .gitignore rules of the main directory were leaking into the
Base directory, causing inconsistencies between what is ignored and what
is already checked-in.

Resolve that by explicitly unignoring all files in the Base directory
unless overwritten by a .gitignore file in a subdirectory.
2022-03-24 20:11:39 -07:00
Lady Gegga 16e4f9d9da Base: Add Supplemental Arrows-C glyphs to font tengchaH Regular 12
1F800-1F807, 1F810-1F813, 1F820-1F823, 1F850-1F859, 1F860-1F867,
1F880-1F887
https://www.unicode.org/charts/PDF/U1F800.pdf
2022-03-24 23:38:00 +00:00
Lady Gegga 14b5db2864 Base: Add Transport and Map Symbols to font tengchaH Regular 12
1F6C8 https://www.unicode.org/charts/PDF/U1F680.pdf
2022-03-24 23:38:00 +00:00
Lady Gegga d71dab4cd4 Base: Add Miscellaneous Symbols and Pictographs to font tengchaH
1F5DA, 1F5DB, 1F4A3, 1F4A4
https://www.unicode.org/charts/PDF/U1F300.pdf
2022-03-24 23:38:00 +00:00
Lady Gegga 8919d5c7db Base: Add Dingbats to font tengchaH Regular 12
2700, 2702, 2710-2712, 2714, 2716, 275B-2761, 2772, 2773
https://www.unicode.org/charts/PDF/U2700.pdf
2022-03-24 23:38:00 +00:00
Lady Gegga a015d538ea Base: Add Control Pictures to font tengchaH Regular 12
2400-2426 https://www.unicode.org/charts/PDF/U2400.pdf
2022-03-24 23:38:00 +00:00
Lady Gegga 2ee4ea84db Base: Add General Punctuation characters to font tengchaH Regular 12
2012-2015, 2018-201F, 2030, 2031, 203C, 203D, 2042, 2045-2049, 2051,
204B-204F, 2055
https://www.unicode.org/charts/PDF/U2000.pdf
2022-03-24 23:38:00 +00:00
Lady Gegga 935816d17b Base: Add Georgian characters to font tengchaH Regular 12
10B2-10BE https://www.unicode.org/charts/PDF/U10A0.pdf
2022-03-24 23:38:00 +00:00
Lady Gegga bd697a24b7 Base: Add Latin Extended-A characters to font tengchaH Regular 12
0100-0101, 010C, 010D, 0126, 0132, 0133, 0141-0144, 0160, 0161,
0179, 017B, 017D, 017F
https://www.unicode.org/charts/PDF/U0100.pdf
2022-03-24 23:38:00 +00:00
Lady Gegga 82e6c2d43c Base: Add C1 Controls and Latin-1 Supplement chars to font tengchaH
00B5, 00B6, 00B8, 00BC-00BE, 00C7, 00CA-00CF, 00D1-00D5, 00D9-00E3,
00E7-00EA, 00EC-00EF, 00F0-00F5, 00F8-00FB, 00FE
https://www.unicode.org/charts/PDF/U0080.pdf
2022-03-24 23:38:00 +00:00
Idan Horowitz f9c6f37bac Kernel: Add a 'disable_kaslr' kernel command line parameter
This parameter can be used to disable the KASLR mechanism.
2022-03-24 23:36:56 +00:00
Andreas Kling 6cffabef03 LibWeb: Support CSS vertical-align values "top" and "bottom" 2022-03-24 22:57:01 +01:00
Sahan Fernando 05f9146af8 3DFileViewer: Enable smooth shading in viewer + teapot model 2022-03-24 19:22:27 +01:00
Sam Atkins c914e732d2 LibWeb+Base: Fix An+B of foo parsing
When I wrote the An+B parser, it was guaranteed to have no
non-whitespace tokens after it. This is no longer true with the `of
foo` syntax, so this patch corrects the logic when there is no `+B`
segment.

This makes this case shown on Twitter work correctly. :^)
https://twitter.com/simevidas/status/1506657566012678151
2022-03-24 18:08:45 +01:00
Sam Atkins 4d8789b173 Base: Add a text-shadow test page 2022-03-24 18:08:34 +01:00
kleines Filmröllchen 7eb672c457 Base: Add a quote from Ali, the mememaster extr'ordinaire 2022-03-23 17:31:40 -07:00
Idan Horowitz d6eeb05bf9 Base: Add KASLR to Mitigations(7) 2022-03-23 19:49:49 +02:00
Idan Horowitz b880b64446 Base: Add UMIP to Mitigations(7) 2022-03-23 19:49:49 +02:00
Lady Gegga 025cfacd46 Base: Add Slovakian and Ukrainian flags
Slovakian flags:
Banská Bystrica, Bratislava, Košice, Nitra, Prešov, Trnava, Trenčín,
Žilina
Ukrainian flags:
Vinnychchyna, Volyn, Luhanshchyna, Dnipropetrovshchyna,
Zhytomyrshchyna, Zakarpattia, Zaporizhzhya, Prykarpattia,
Kiev, Kyivshchyna, Kirovohradschyna, Sevastopol, Lvivshchyna,
Mykolayivschyna, Odeshchyna, Poltavshchyna, Rivnenshchyna,
Sumshchyna, Ternopilshchyna, Kharkivshchyna, Khersonshchyna,
Khmelnychchyna, Cherkashchyna, Chernihivshchyna, Chernivtsi Oblast
2022-03-22 15:35:42 +00:00
int16 8a523568cb Mount: Add wxallowed mount option to mount documentation 2022-03-22 12:20:19 +01:00
Linus Groh 883768c646 Base: Use technically accurate term in unveil(2) man page 2022-03-22 11:16:19 +00:00
Simon Wanner bc5d39493b Base: Add a test page for CSS transforms
This also acts as a little stress test for flexbox layout :^)
2022-03-22 02:06:21 +01:00
Brian Gianforcaro 95b295971d Everywhere: Move tests to /home/anon/Tests 2022-03-20 22:20:59 +01:00
Brian Gianforcaro 16bee0ba79 Everywhere: Move js/web/wasm tests under /home/anon/Tests 2022-03-20 22:20:59 +01:00
Brian Gianforcaro 67fc81a65a Everywhere: Move cpp-tests under /home/anon/Tests 2022-03-20 22:20:59 +01:00
Tim Schumacher a128d4931d Base: Install symlinks instead of aliasing rgrep and egrep 2022-03-20 11:50:47 -07:00
Sam Atkins 4827092554 Base: Add a :focus/:focus-within test page 2022-03-20 17:35:31 +00:00
Andreas Kling 29f91ceeed Base: Add some more common ad/tracking domains to anon's ad filters 2022-03-20 01:01:14 +01:00
Sam Atkins 11ab8ee80a Base: Add a man-page for cmp(1) 2022-03-19 11:01:49 -07:00
Lady Gegga 4644a53d0d Base: Add Tagbanwa to font Katica Regular 10
1760-1773 https://www.unicode.org/charts/PDF/U1760.pdf
2022-03-19 13:37:54 +00:00
Lady Gegga 5b4f512990 Base: Add Tagalog to font Katica Regular 10
1700-171F https://www.unicode.org/charts/PDF/U1700.pdf
2022-03-19 13:37:54 +00:00
Lady Gegga 847f4c0f16 Base: Add Chinese characters to font Katica Regular 10
4E40, 56E7, 592A, 5B52, 5EFE, 81E6, 8BA0
2022-03-19 13:37:54 +00:00
Lady Gegga e4de30ba91 Base: Update glyph spacing in font tengchaH Regular 12
From 1 to 2.
2022-03-19 13:37:54 +00:00
Lady Gegga d4bdbc40b9 Base: Update glyphs in font tengchaH Regular 12
Adjust 0030, 0033, 0035, 0037 to be 6px wide (matching the other
digits).
2022-03-19 13:37:54 +00:00
djwisdom 00eca26085 Base+Fonts: Glyphs 00A0-017F temporarily removed
Will put them back again after adjusting the style of the glyphs.
2022-03-19 00:51:41 +01:00
djwisdom e00f459e36 Base+Fonts: Remove Satori Code fonts 2022-03-19 00:51:41 +01:00
djwisdom ed850026d8 Base: Updated Satori font 2022-03-19 00:51:41 +01:00