Age | Commit message (Collapse) | Author |
|
This commit adds a trans emoji
|
|
Emoji added:
๐ - U+1F418 ELEPHANT
|
|
|
|
This code point is invalid. It was meant to be U+1F5BC, but we already
have an icon for that emoji.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
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
|
|
๐ซ - 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
|
|
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.
|
|
|
|
|
|
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
|
|
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
|
|
Added:
23F0 # โฐ E1.0 Alarm Clock
23F1 # โฑ๏ธ E1.0 Stopwatch
23F2 # โฒ๏ธ E1.0 Timer Clock
|
|
๐ - 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
|
|
|
|
๐ - U+1F411 sheep
๐ - U+1F417 boar
๐ท - U+1F437 pig face
๐ป - U+1F43B bear face
๐ผ - U+1F43C panda face
|
|
Polygonal selection tool allows for the drawing of any arbitrary
polygonal shape. It tracks clicked points in a vector, upon double
clicking we finalize the polygon and generate the selection mask. The
user can press the escape key during selection to cancel.
The mask is generated as follows:
- First we calculate the size of the bounding rect needed to hold the
polygon
- We add 2 pixels to height/width to allow us a 1 pixel border, the
polygon will be centered in this bitmap
- Draw the polygon into the bitmap via Gfx::Painter, making sure to
connect final polygon point to the first to ensure an enclosed shape
- Generate a selection mask the size of the bitmap, with all pixels
initially selected
- Perform a flood fill from (0,0) which is guaranteed to be outside the
polygon
- For every pixel reached by the flood fill, we clear the selected pixel
from the selection mask
- Finally we merge the selection mask like other selection tools.
|
|
|
|
๐ญ - U+1F42D mouse face
๐ฆ - U+1F994 hedgehog
๐ฆค - U+1F9A4 dodo
๐ฆฉ - U+1F9A9 flamingo
๐ฆญ - U+1F9AD seal
|
|
It also tests a subset of PDF version 1.5 functionality, such as
compressed object streams.
|
|
That node was removed in a previous commit so let's remove it from this
document too.
|
|
Update the tests after adding minmax(), auto-fill and auto-fit
functionality to the LibWeb implementation of the CSS Grid.
|
|
Created a simple page where you can check
that the exceptions appear in the JS console.
|
|
I would say this serves me right, except I'm still committing to
master using the web editor. :thonk:
|
|
I may or may not be using the web editor... #yolo
|
|
This patch adds U+2504, U+256D, U+256E, U+256F and U+2570
to Csilla Regular, as well as U+2022 to Csilla Bold.
They are used by the Kakoune port.
|
|
|
|
The clipboard service hasn't been ported to user-based portals with
others services as it is needed at `GUI::Application` creation and thus
before the first login, as the `LoginServer` needs one.
This problem as been solved thanks to session-based portals, a clipboard
portal is now created at boot for the "login" session and another for
each "user" session.
With a user-based portal, the "login" portal would have needed to be
created for the `root` user, exposing us to security issues. It now, can
be owned by the `window` user.
|
|
|
|
|
|
๐จ๐ฑ - U+1F1E8 U+1F1F1 FLAG: CHILE
๐จ๐ด - U+1F1E8 U+1F1F4 FLAG: COLOMBIA
๐จ๐ต - U+1F1E8 U+1F1F5 FLAG: CLIPPERTON ISLAND
๐จ๐ท - U+1F1E8 U+1F1F7 FLAG: COSTA RICA
๐จ๐บ - U+1F1E8 U+1F1FA FLAG: CUBA
๐จ๐ผ - U+1F1E8 U+1F1FC FLAG: CURAรAO
๐จ๐ฟ - U+1F1E8 U+1F1FF FLAG: CZECHIA
๐ฉ๐ช - U+1F1E9 U+1F1EA FLAG: GERMANY
๐ฉ๐ฏ - U+1F1E9 U+1F1EF FLAG: DJIBOUTI
๐ฉ๐ฐ - U+1F1E9 U+1F1F0 FLAG: DENMARK
๐ฉ๐ด - U+1F1E9 U+1F1F4 FLAG: DOMINICAN REPUBLIC
๐ช๐ฆ - U+1F1EA U+1F1E6 FLAG: CEUTA & MELILLA
๐ช๐ฌ - U+1F1EA U+1F1EC FLAG: EGYPT
๐ช๐ธ - U+1F1EA U+1F1F8 FLAG: SPAIN
๐ซ๐ฒ - U+1F1EB U+1F1F2 FLAG: MICRONESIA
๐ซ๐ท - U+1F1EB U+1F1F7 FLAG: FRANCE
๐ฌ๐ฆ - U+1F1EC U+1F1E6 FLAG: GABON
๐ฌ๐ณ - U+1F1EC U+1F1F3 FLAG: GUINEA
๐ฌ๐ท - U+1F1EC U+1F1F7 FLAG: GREECE
๐ฌ๐น - U+1F1EC U+1F1F9 FLAG: GUATEMALA
๐ฌ๐ผ - U+1F1EC U+1F1FC FLAG: GUINEA-BISSAU
๐ฌ๐พ - U+1F1EC U+1F1FE FLAG: GUYANA
๐ญ๐ฐ - U+1F1ED U+1F1F0 FLAG: HONG KONG SAR CHINA
๐ญ๐ฒ - U+1F1ED U+1F1F2 FLAG: HEARD & MCDONALD ISLANDS
๐ญ๐บ - U+1F1ED U+1F1FA FLAG: HUNGARY
๐ฎ๐จ - U+1F1EE U+1F1E8 FLAG: CANARY ISLANDS
๐ฎ๐ฉ - U+1F1EE U+1F1E9 FLAG: INDONESIA
๐ฎ๐ท - U+1F1EE U+1F1F7 FLAG: IRAN
๐ฎ๐น - U+1F1EE U+1F1F9 FLAG: ITALY
๐ฐ๐ท - U+1F1F0 U+1F1F7 FLAG: SOUTH KOREA
๐ฑ๐ฐ - U+1F1F1 U+1F1F0 FLAG: SRI LANKA
๐ฑ๐น - U+1F1F1 U+1F1F9 FLAG: LITHUANIA
๐ฑ๐บ - U+1F1F1 U+1F1FA FLAG: LUXEMBOURG
๐ฑ๐ป - U+1F1F1 U+1F1FB FLAG: LATVIA
๐ฒ๐จ - U+1F1F2 U+1F1E8 FLAG: MONACO
๐ฒ๐ซ - U+1F1F2 U+1F1EB FLAG: ST. MARTIN
๐ฒ๐ฌ - U+1F1F2 U+1F1EC FLAG: MADAGASCAR
๐ฒ๐ฒ - U+1F1F2 U+1F1F2 FLAG: MYANMAR (BURMA)
๐ฒ๐บ - U+1F1F2 U+1F1FA FLAG: MAURITIUS
๐ฒ๐ผ - U+1F1F2 U+1F1FC FLAG: MALAWI
๐ณ๐ฆ - U+1F1F3 U+1F1E6 FLAG: NAMIBIA
๐ณ๐ช - U+1F1F3 U+1F1EA FLAG: NIGER
๐ณ๐ฑ - U+1F1F3 U+1F1F1 FLAG: NETHERLANDS
๐ณ๐ท - U+1F1F3 U+1F1F7 FLAG: NAURU
๐ต๐ช - U+1F1F5 U+1F1EA FLAG: PERU
๐ต๐ญ - U+1F1F5 U+1F1ED FLAG: PHILIPPINES
๐ต๐ฑ - U+1F1F5 U+1F1F1 FLAG: POLAND
๐ท๐ช - U+1F1F7 U+1F1EA FLAG: RรUNION
๐ธ๐ฎ - U+1F1F8 U+1F1EE FLAG: SLOVENIA
๐ธ๐ฐ - U+1F1F8 U+1F1F0 FLAG: SLOVAKIA
๐ธ๐ฑ - U+1F1F8 U+1F1F1 FLAG: SIERRA LEONE
๐ธ๐ด - U+1F1F8 U+1F1F4 FLAG: SOMALIA
๐ธ๐ท - U+1F1F8 U+1F1F7 FLAG: SURINAME
๐ธ๐ธ - U+1F1F8 U+1F1F8 FLAG: SOUTH SUDAN
๐ธ๐พ - U+1F1F8 U+1F1FE FLAG: SYRIA
๐น๐ฉ - U+1F1F9 U+1F1E9 FLAG: CHAD
๐น๐ด - U+1F1F9 U+1F1F4 FLAG: TONGA
๐น๐ท - U+1F1F9 U+1F1F7 FLAG: TURKEY
๐น๐ผ - U+1F1F9 U+1F1FC FLAG: TAIWAN
๐บ๐ฆ - U+1F1FA U+1F1E6 FLAG: UKRAINE
๐บ๐ณ - U+1F1FA U+1F1F3 FLAG: UNITED NATIONS
๐บ๐พ - U+1F1FA U+1F1FE FLAG: URUGUAY
๐บ๐ฟ - U+1F1FA U+1F1FF FLAG: UZBEKISTAN
๐ป๐จ - U+1F1FB U+1F1E8 FLAG: ST. VINCENT & GRENADINES
๐ป๐ช - U+1F1FB U+1F1EA FLAG: VENEZUELA
๐ผ๐ธ - U+1F1FC U+1F1F8 FLAG: SAMOA
๐พ๐ช - U+1F1FE U+1F1EA FLAG: YEMEN
๐ฟ๐ฆ - U+1F1FF U+1F1E6 FLAG: SOUTH AFRICA
|
|
๐ - U+1F4D4 NOTEBOOK WITH DECORATIVE COVER
๐ - U+1F4D5 CLOSED BOOK
๐ - U+1F4D7 GREEN BOOK
๐ - U+1F4D8 BLUE BOOK
๐ - U+1F4D9 ORANGE BOOK
๐ - U+1F4D3 NOTEBOOK
๐ - U+1F4D2 LEDGER
|
|
๐๏ธโ๐จ๏ธ - U+1F441 U+200D U+1F5E8 EYE IN SPEECH BUBBLE
๐ฆท - U+1F9B7 TOOTH
๐งโโ๏ธ - U+1F9DC U+200D U+2640 MERMAID
๐๏ธโโ๏ธ - U+1F3CC U+200D U+2642 MAN GOLFING
๐๏ธโโ๏ธ - U+1F3CC U+200D U+2640 WOMAN GOLFING
๐โโ๏ธ - U+1F3CA U+200D U+2642 MAN SWIMMING
๐โโ๏ธ - U+1F3CA U+200D U+2640 WOMAN SWIMMING
๐๏ธโโ๏ธ - U+1F3CB U+200D U+2642 MAN LIFTING WEIGHTS
๐๏ธโโ๏ธ - U+1F3CB U+200D U+2640 WOMAN LIFTING WEIGHTS
๐ฆ - U+1F993 ZEBRA
๐ฎ - U+1F42E COW FACE
๐ฅ - U+1F956 BAGUETTE BREAD
๐บ - U+1F3FA AMPHORA
๐ - U+1F682 LOCOMOTIVE
๐ - U+1F683 RAILWAY CAR
๐ถ - U+1F6F6 CANOE
๐๏ธ - U+1F6CD SHOPPING BAGS
๐ด - U+1F4B4 YEN BANKNOTE
๐ต - U+1F4B5 DOLLAR BANKNOTE
๐ถ - U+1F4B6 EURO BANKNOTE
๐ท - U+1F4B7 POUND BANKNOTE
๐ช - U+1FA9A CARPENTRY SAW
๐ฝ - U+1F6BD TOILET
๐ฟ - U+1F6BF SHOWER
โฃ๏ธ - U+2623 BIOHAZARD
๐ณ - U+1F4F3 VIBRATION MODE
โป๏ธ - U+267B RECYCLING SYMBOL
โ๏ธ - U+269C FLEUR-DE-LIS
|
|
๐๏ธ - U+1F3CC PERSON GOLFING
๐๏ธ - U+1F3CB PERSON LIFTING WEIGHTS
|
|
This commit also updates 'checksum' to use the Core::Stream::File API.
|
|
|
|
Add ability to use values passed to grid-template-columns and
grid-template-rows for CSS Grid layout within a repeat() function.
E.g. grid-template-columns: repeat(2, 50px); means to have two columns
of 50px width each.
|
|
When the indicated column-span is greater than the implicit grid (like
in cases when the grid has the default size of 1x1, and the column is
supposed to span any number greater than that), then previously were
crashing.
|
|
|
|
Add some tests to the test page to make sure that different combinations
of GridTrackPlacement don't cause out of bounds issues.
|
|
If a grid item has as its position value a 0 then it should be
invalidated.
|
|
Ensure that when a grid item is passed with a span and a fixed end
position, that if the resulting start of this item is less than 0 then
it won't throw. This is a temporary measure until the correct
functionality is implemented.
|
|
Implement span correctly when indicated in the grid-column-start,
grid-row-start, etc. CSS properties. Previously it had been implemented
as if span was something that went alongside the position property, but
actually it seems like if you do 'span 3' in the grid-column-start
property, for example, this means it literally spans 3 blocks, and the
3 has nothing to do with position.
|
|
|
|
๐ U+1F21A "free of charge"
๐ฏ U+1F22F "reserved" (or pointing finger)
๐ฒ U+1F232 "prohibited"
๐ต U+1F235 "no vacancy"
๐น U+1F239 "discount"
๐บ U+1F23A "open for business"
๐ U+1F250 "bargain"
|