Xexxa
2c8e161f2d
Base: Add more emoji subdivision flags
...
🏴 - U+1F3F4 U+E006E U+E006F U+E0030 U+E0032 U+E007F NO-02
Akershus
🏴 - U+1F3F4 U+E006E U+E006F U+E0030 U+E0037 U+E007F NO-07
Vestfold
🏴 - U+1F3F4 U+E006E U+E006F U+E0030 U+E0038 U+E007F NO-08
Telemark
🏴 - U+1F3F4 U+E006E U+E006F U+E0031 U+E0031 U+E007F NO-11
Rogaland
🏴 - U+1F3F4 U+E006E U+E006F U+E0032 U+E0030 U+E007F NO-20
Finnmark
🏴 - U+1F3F4 U+E006E U+E006F U+E0033 U+E0038 U+E007F NO-38
Vestfold og Telemark
🏴 - U+1F3F4 U+E007A U+E0077 U+E0068 U+E0061 U+E007F ZW-HA
Harare
2022-11-16 21:43:33 +00:00
Xexxa
4e3498c388
Base: Add new yaks to emoji-serenity.txt
...
- U+10CD24 Yakslow
- U+10CD25 Buffyak
- U+10CD26 Yaktrap
- U+10CD6A Yakthink
- U+10CD6B Hyperyakkie
2022-11-16 21:43:33 +00:00
Timothy Flynn
894bddf62c
Base: Add a simple test page for window.prompt
...
The window prototypes alert, confirm, and prompt must "pause" execution
until a response is received from the user. This test page is meant to
ensure that a timeout queued before a prompt is not executed until after
that prompt is closed.
2022-11-16 17:23:56 +00:00
martinfalisse
70559e9d14
Base: Add test for grid-gap and auto-fit
2022-11-16 00:53:00 +01:00
Samuel Bowman
025c16a6f9
Base: Mark PartitionEditor as requiring root
2022-11-14 14:58:10 +00:00
Moustafa Raafat
f5a2603714
Keymaps: Add Arabic keymap
2022-11-13 17:51:52 -07:00
jahway603
e9ca641d45
Base: Add manpages for which(1) and stat(1)
2022-11-07 19:19:09 +00:00
MacDue
d5cf403f70
Base: Add some repeating-conic-gradient()
test cases
2022-11-07 13:13:22 +00:00
Brianna
5822bc9cb5
Base: Add media emojis
...
Added
🔀 - U+1F500 Shuffle Tracks Button
🔁 - U+1F501 Repeat Button
🔂 - U+1F502 Repeat Single
🔃 - U+1F503 Clockwise Vertical Arrows
🔄 - U+1F504 Counterclockwise Arrows Button
🔙 - U+1F519 Back Arrow
Fixed color consistency
🔠 - U+1F520 Input latin uppercase
🔡 - U+1F521 Input latin lowercase
🔢 - U+1F522 Input numbers
🔣 - U+1F523 Input symbols
🔤 - U+1F524 Input latin letters
2022-11-07 12:26:01 +00:00
martinfalisse
0586730a92
Base: Add tests for grid gap
2022-11-07 10:06:07 +01:00
Slimey
e00b16460c
Base+VideoPlayer: Add an icon for video player
...
Co-authored-by: TreuKS <ks2225@protonmail.com>
2022-11-06 22:27:22 -08:00
Slimey
fb71df5cb1
Base: Add appropriate entries for VideoPlayer
...
VideoPlayer will now show up in the Media category, and `vp` is now
an alias for it.
2022-11-06 16:27:18 +01:00
Slimey
ce75a04908
Base+Ports: Rename 'Sound' category to 'Media'
2022-11-06 16:27:18 +01:00
martinfalisse
13ac078202
Base: Add test for sizing children of grid
2022-11-06 13:23:33 +01:00
MacDue
d66b219453
Base: Add some extra conic-gradient()
test cases
...
This adds a test of a conic-gradient() with just a center position
and no starting angle.
This also adds a gradient that gives each quadrant a different color,
this is very sensitive to the center position being correct.
2022-11-06 01:42:55 +00:00
Liav A
8d8b0d0a34
Userland: Add support for jails
...
This happens in two ways:
1. LibCore now has two new methods for creating Jails and attaching
processes to a Jail.
2. We introduce 3 new utilities - lsjails, jail-create and jails-attach,
which list jails, create jails and attach processes to a Jail,
respectively.
2022-11-05 18:00:58 -06:00
Liav A
942e262e86
Base: Add information about the new /sys/kernel/jails node
2022-11-05 18:00:58 -06:00
Oleg Kosenkov
46c6176fad
Games: Add BrickGame
2022-11-05 16:35:13 -06:00
Andreas Kling
7809cc6557
LibWeb: Use preferred flex item sizes as min/max-content contribution
...
When a flex item has a specific preferred size, that size should be its
contribution to the containers intrinsic sizes.
This fixes an issue on Patreon where the logo would cover the entire
viewport since the SVG had a large intrinsic size but the flex item
containing it had a small specified size in CSS.
2022-11-05 11:42:19 +01:00
Timothy Flynn
9564f04fa6
Base: Add a disabled button to the button.html test page
2022-11-03 19:15:43 +00:00
Nico Weber
daeaefad17
Everywhere: Clean up "the the" comment typos
2022-11-03 17:38:32 +00:00
implicitfield
7eca8f7e62
Games: Add Flood
2022-11-03 01:02:56 -06:00
demostanis
e03f014e7a
Base: Update tail(1) man page
2022-11-02 21:29:20 -06:00
MacDue
d6334dcab1
Base: Add some conic-gradient()
HTML examples
2022-11-01 23:07:05 +00:00
premek
92efa21727
Base: Add Black&White Square Button emoji
...
🔲 - U+1F532 Black Square Button
🔳 - U+1F533 White Square Button
2022-11-01 11:00:17 +00:00
martinfalisse
937fcfc75c
LibWeb+Base: Use line names for positioning grid items
...
When there are grid tracks with line names, use these to resolve
line-names passed to positioned grid items.
2022-11-01 11:19:41 +01:00
Timothy Flynn
2d7ad6dbe6
CI: Remove the manpage generator error file upon success
...
On some systems, just specifying "2> error_file" will create the file,
even if nothing is logged to it.
2022-10-31 18:25:01 -04:00
Timothy Flynn
9e9a07415e
CI: Ensure the manpage generation step shuts down the VM on failure
...
Currently, if the script fails, it simply runs "exit 1". This exits the
script, but keeps the VM running, so CI hangs until it times out.
Instead of exiting, write a failure status to an error log and shutdown.
CI can then read that error log and fail the run if needed.
2022-10-31 22:10:14 +00:00
premek
429bd32016
Base: Add Scissors & arrows emoji
...
✂️ - U+2702 Scissors
➡️ - U+27A1 Right Arrow
⤴️ - U+2934 Right Arrow Curving Up
⤵️ - U+2935 Right Arrow Curving Down
⬅️ - U+2B05 Left Arrow
⬆️ - U+2B06 Up Arrow
⬇️ - U+2B07 Down Arrow
2022-10-31 10:39:42 +00:00
implicitfield
cea7386ea8
Base: Set PATH in text mode
2022-10-31 00:02:34 +01:00
premek
63122d0276
Base: Add Houses, Safety pin emoji
...
🧷 - U+1F9F7 Safety Pin
🏘 - U+1F3D8 House Buildings
2022-10-29 23:49:21 +01:00
Xexxa
c2e2b9d2ae
Base: Add more yak emoji
...
- U+10CD24 Yakslow
- U+10CD25 Buffyak
- U+10CD26 Yaktrap
- U+10CD6A Yakthink
- U+10CD6B Hyperyakkie
2022-10-29 18:54:08 +01:00
Xexxa
35dbef9808
Base: Add more emoji
...
🧔♀️ - U+1F9D4 U+200D U+2640 WOMAN: BEARD
🧝♂️ - U+1F9DD U+200D U+2642 MAN ELF
🧗 - U+1F9D7 PERSON CLIMBING
🦕 - U+1F995 SAUROPOD
🦖 - U+1F996 T-REX
💱 - U+1F4B1 CURRENCY EXCHANGE
🌬️ - U+1F32C WIND FACE
2022-10-29 18:54:08 +01:00
Xexxa
a1ffb7a5d3
Base: Adjust size of emoji U+26A7
...
⚧️ - U+26A7 TRANSGENDER SYMBOL
2022-10-29 18:54:08 +01:00
Xexxa
dcad3ee05f
Base: Add U+2264 and U+2265 to Katica Regular 12
...
2264-2265 https://www.unicode.org/charts/PDF/U2200.pdf
2022-10-29 18:54:08 +01:00
premek
bddc9d6c52
Spreadsheet: Fix maxIf and minIf name in documentation
2022-10-29 06:29:11 +03:30
codelikecraze
7fd0035600
Base: Add Transgender Emoji (⚧ U+2617)
...
This commit adds a trans emoji
2022-10-27 20:40:27 +01:00
Beckett Normington
3c76f58999
Base: Add elephant emoji (U+1F418)
...
Emoji added:
🐘 - U+1F418 ELEPHANT
2022-10-27 13:08:36 +02:00
kleines Filmröllchen
90d967baf1
Base: Document scheduler_{get,set}_parameters syscalls
2022-10-27 11:30:19 +01:00
Timothy Flynn
23afb59a3d
Base: Remove invalid U+1F5CBC emoji image
...
This code point is invalid. It was meant to be U+1F5BC, but we already
have an icon for that emoji.
2022-10-26 18:40:20 +01:00
Liav A
a0c41fc3f0
Base: Describe the moved SysFS power_state node in SysFS document
2022-10-25 15:33:34 -06:00
Liav A
75f01692b4
Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory
...
Let's put the power_state global node into the /sys/kernel directory,
because that directory represents all global nodes and variables being
related to the Kernel. It's also a mutable node, that is more acceptable
being in the mentioned directory due to the fact that all other files in
the /sys/firmware directory are just firmware blobs and are not mutable
at all.
2022-10-25 15:33:34 -06:00
Liav A
8c21d974b2
Base: Remove all global entries from the ProcFS document
2022-10-25 15:33:34 -06:00
Liav A
1c5e09f789
Base: Use new global variables at /sys/kernel/ directory
2022-10-25 15:33:34 -06:00
Liav A
a0ed543993
sysctl: Use /sys/kernel/variables/ directory instead of /proc/sys
2022-10-25 15:33:34 -06:00
Liav A
4556fdc891
Base: Document the new /sys/kernel/ directory
2022-10-25 15:33:34 -06:00
Mykola
97c0f603e3
Base: Add just a bit more emojis
...
Added:
1F4D6 # 📖 E0.6 open book
1F4F9 # 📹 E0.6 video camera
1F52C # 🔬 E1.0 microscope
1F52D # 🔭 E1.0 telescope
1F697 # 🚗 E0.6 automobile
1F69B # 🚛 E1.0 articulated lorry
1F9FE # 🧾 E11.0 receipt
1F9FF # 🧿 E11.0 nazar amulet
1FAA1 # 🪡 E13.0 sewing needle
1FAD3 # 🫓 E13.0 flatbread
2022-10-25 12:55:07 +01:00
electrikmilk
e2ebc8826f
Base: Add 25 emojis
...
🫁 - U+1FAC1 LUNGS
🧟 - U+1F9DF ZOMBIE
🪷 - U+1FAB7 LOTUS
🫙 - U+1FAD9 JAR
🚖 - U+1F696 ONCOMING TAXI
🚢 - U+1F6A2 SHIP
🧸 - U+1F9F8 TEDDY BEAR
🪗 - U+1FA97 ACCORDION
↗️ - U+2197 UP-RIGHT ARROW
↘️ - U+2198 DOWN-RIGHT ARROW
↙️ - U+2199 DOWN-LEFT ARROW
↖️ - U+2196 UP-LEFT ARROW
↕️ - U+2195 UP-DOWN ARROW
↔️ - U+2194 LEFT-RIGHT ARROW
🪯 - U+1FAAF KHANDA
⭕ - U+2B55 HOLLOW RED CIRCLE
➰ - U+27B0 CURLY LOOP
✳️ - U+2733 EIGHT-SPOKED ASTERISK
Ⓜ️ - U+24C2 CIRCLED M
◼️ - U+25FC BLACK MEDIUM SQUARE
◻️ - U+25FB WHITE MEDIUM SQUARE
◾ - U+25FE BLACK MEDIUM-SMALL SQUARE
◽ - U+25FD WHITE MEDIUM-SMALL SQUARE
▪️ - U+25AA BLACK SMALL SQUARE
▫️ - U+25AB WHITE SMALL SQUARE
2022-10-23 00:44:06 +02:00
Liav A
07387ec19a
Kernel+Base: Introduce MS_NOREGULAR mount flag
...
This flag doesn't conform to any POSIX standard nor is found in any OS
out there. The idea behind this mount flag is to ensure that only
non-regular files will be placed in a filesystem, which includes device
nodes, symbolic links, directories, FIFOs and sockets. Currently, the
only valid case for using this mount flag is for TmpFS instances, where
we want to mount a TmpFS but disallow any kind of regular file and only
allow other types of files on the filesystem.
2022-10-22 19:18:15 +02:00
Smrtnyk
ae950816b5
Base: Add SameSite cookie test cases
2022-10-22 18:17:01 +02:00