summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Collapse)Author
2022-11-07Base: Add manpages for which(1) and stat(1)jahway603
2022-11-07Base: Add some `repeating-conic-gradient()` test casesMacDue
2022-11-07Base: Add media emojisBrianna
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-07Base: Add tests for grid gapmartinfalisse
2022-11-06Base+VideoPlayer: Add an icon for video playerSlimey
Co-authored-by: TreuKS <ks2225@protonmail.com>
2022-11-06Base: Add appropriate entries for VideoPlayerSlimey
VideoPlayer will now show up in the Media category, and `vp` is now an alias for it.
2022-11-06Base+Ports: Rename 'Sound' category to 'Media'Slimey
2022-11-06Base: Add test for sizing children of gridmartinfalisse
2022-11-06Base: Add some extra `conic-gradient()` test casesMacDue
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-05Userland: Add support for jailsLiav A
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-05Base: Add information about the new /sys/kernel/jails nodeLiav A
2022-11-05Games: Add BrickGameOleg Kosenkov
2022-11-05LibWeb: Use preferred flex item sizes as min/max-content contributionAndreas Kling
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-03Base: Add a disabled button to the button.html test pageTimothy Flynn
2022-11-03Everywhere: Clean up "the the" comment typosNico Weber
2022-11-03Games: Add Floodimplicitfield
2022-11-02Base: Update tail(1) man pagedemostanis
2022-11-01Base: Add some `conic-gradient()` HTML examplesMacDue
2022-11-01Base: Add Black&White Square Button emojipremek
๐Ÿ”ฒ - U+1F532 Black Square Button ๐Ÿ”ณ - U+1F533 White Square Button
2022-11-01LibWeb+Base: Use line names for positioning grid itemsmartinfalisse
When there are grid tracks with line names, use these to resolve line-names passed to positioned grid items.
2022-10-31CI: Remove the manpage generator error file upon successTimothy Flynn
On some systems, just specifying "2> error_file" will create the file, even if nothing is logged to it.
2022-10-31CI: Ensure the manpage generation step shuts down the VM on failureTimothy Flynn
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-31Base: Add Scissors & arrows emojipremek
โœ‚๏ธ - 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-31Base: Set PATH in text modeimplicitfield
2022-10-29Base: Add Houses, Safety pin emojipremek
๐Ÿงท - U+1F9F7 Safety Pin ๐Ÿ˜ - U+1F3D8 House Buildings
2022-10-29Base: Add more yak emojiXexxa
๔Œดค - U+10CD24 Yakslow ๔Œดฅ - U+10CD25 Buffyak ๔Œดฆ - U+10CD26 Yaktrap ๔Œตช - U+10CD6A Yakthink ๔Œตซ - U+10CD6B Hyperyakkie
2022-10-29Base: Add more emojiXexxa
๐Ÿง”โ€โ™€๏ธ - 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-29Base: Adjust size of emoji U+26A7Xexxa
โšง๏ธ - U+26A7 TRANSGENDER SYMBOL
2022-10-29Base: Add U+2264 and U+2265 to Katica Regular 12Xexxa
2264-2265 https://www.unicode.org/charts/PDF/U2200.pdf
2022-10-29Spreadsheet: Fix maxIf and minIf name in documentationpremek
2022-10-27Base: Add Transgender Emoji (โšง U+2617)codelikecraze
This commit adds a trans emoji
2022-10-27Base: Add elephant emoji (U+1F418)Beckett Normington
Emoji added: ๐Ÿ˜ - U+1F418 ELEPHANT
2022-10-27Base: Document scheduler_{get,set}_parameters syscallskleines Filmrรถllchen
2022-10-26Base: Remove invalid U+1F5CBC emoji imageTimothy Flynn
This code point is invalid. It was meant to be U+1F5BC, but we already have an icon for that emoji.
2022-10-25Base: Describe the moved SysFS power_state node in SysFS documentLiav A
2022-10-25Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directoryLiav A
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-25Base: Remove all global entries from the ProcFS documentLiav A
2022-10-25Base: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25sysctl: Use /sys/kernel/variables/ directory instead of /proc/sysLiav A
2022-10-25Base: Document the new /sys/kernel/ directoryLiav A
2022-10-25Base: Add just a bit more emojisMykola
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-23Base: Add 25 emojiselectrikmilk
๐Ÿซ - 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-22Kernel+Base: Introduce MS_NOREGULAR mount flagLiav A
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-22Base: Add SameSite cookie test casesSmrtnyk
2022-10-22Base: Rename jp(1) manual page to json(1)Liav A
2022-10-21Base: Add cool emojiMykola
Added: 1F32B # ๐ŸŒซ E0.7 fog 1F361 # ๐Ÿก E0.6 dango 1F3A3 # ๐ŸŽฃ E0.6 fishing pole 1F3B4 # ๐ŸŽด E0.6 flower playing cards 1F413 # ๐Ÿ“ E1.0 rooster 1F456 # ๐Ÿ‘– E0.6 jeans 1F45C # ๐Ÿ‘œ E0.6 handbag 1F5EF # ๐Ÿ—ฏ E0.7 right anger bubble 1F6B0 # ๐Ÿšฐ E1.0 potable water 1F6B1 # ๐Ÿšฑ E1.0 non-potable water 1F6FB # ๐Ÿ›ป E13.0 pickup truck 1F9C6 # ๐Ÿง† E12.0 falafel 1F9F4 # ๐Ÿงด E11.0 lotion bottle 1FAB0 # ๐Ÿชฐ E13.0 fly 1FAB1 # ๐Ÿชฑ E13.0 worm 1FAD4 # ๐Ÿซ” E13.0 tamale 2618 # โ˜˜ E1.0 shamrock 1F684 # ๐Ÿš„ E0.6 high-speed train 1F685 # ๐Ÿš… E0.6 bullet train 1F686 # ๐Ÿš† E1.0 train
2022-10-21Base: Add WC emoji and other blue block onesJelle Besseling
Added: 1F6BE # ๐Ÿšพ E1.0 Water closet 1F6C2 # ๐Ÿ›‚ E1.0 Passport control 1F6C3 # ๐Ÿ›ƒ E1.0 Customs 1F6C4 # ๐Ÿ›„ E1.0 Baggage claim 1F6C5 # ๐Ÿ›… E1.0 Left luggage 1F6B9 # ๐Ÿšน E1.0 Men's room 1F6D7 # ๐Ÿ›— E13.0 Elevator
2022-10-21Base: Add some clock emojiJelle Besseling
Added: 23F0 # โฐ E1.0 Alarm Clock 23F1 # โฑ๏ธ E1.0 Stopwatch 23F2 # โฒ๏ธ E1.0 Timer Clock
2022-10-21Base: Add more emojiXexxa
๐Ÿ• - U+1F415 DOG ๐Ÿฉ - U+1F429 POODLE ๐ŸฆŒ - U+1F98C DEER ๐Ÿ– - U+1F416 PIG ๐Ÿ - U+1F401 MOUSE ๐Ÿ€ - U+1F400 RAT ๐Ÿ‡ - U+1F407 RABBIT ๐Ÿฟ๏ธ - U+1F43F CHIPMUNK ๐Ÿฆฅ - U+1F9A5 SLOTH ๐Ÿฃ - U+1F423 HATCHING CHICK ๐Ÿฅ - U+1F425 FRONT-FACING BABY CHICK ๐ŸฆŽ - U+1F98E LIZARD ๐Ÿฆ— - U+1F997 CRICKET ๐Ÿชณ - U+1FAB3 COCKROACH ๐Ÿงฎ - U+1F9EE ABACUS
2022-10-20Snake: Use emoji for in-game food graphicsXexxa