thankyouverycool
2d706ba753
Base: Add 32x32 workspaces settings icon
2022-08-16 16:41:47 +02:00
Ryan Liptak
24424d265d
Base: Add 16 new emoji
...
😁 - U+1F601 GRINNING FACE WITH SMILING EYES
😮💨 - U+1F62E U+200D U+1F4A8 FACE EXHALING
😵💫 - U+1F635 U+200D U+1F4AB FACE WITH SPIRAL EYES
😶🌫️ - U+1F636 U+200D U+1F32B U+FE0F FACE IN CLOUDS
🤗 - U+1F917 SMILING FACE WITH OPEN HANDS
🤧 - U+1F927 SNEEZING FACE
🤪 - U+1F92A ZANY FACE
🤫 - U+1F92B SHUSHING FACE
🤭 - U+1F92D FACE WITH HAND OVER MOUTH
🥱 - U+1F971 YAWNING FACE
🥲 - U+1F972 SMILING FACE WITH TEAR
🥳 - U+1F973 PARTYING FACE
🥴 - U+1F974 WOOZY FACE
🥸 - U+1F978 DISGUISED FACE
🥺 - U+1F97A PLEADING FACE
🧐 - U+1F9D0 FACE WITH MONOCLE
2022-08-16 14:06:18 +01:00
kleines Filmröllchen
2d3d4ecef5
Base: Add audio MIME type associations
2022-08-16 13:58:51 +01:00
djwisdom
8ae2771097
Base: Add new emojis U+1F7E0-U+1F7EB
...
🟠 - U+1F7E0 ORANGE CIRLE
🟡 - U+1F7E1 YELLOW CIRLE
🟢 - U+1F7E2 GREEN CIRLE
🟣 - U+1F7E3 PURPLE CIRLE
🟤 - U+1F7E4 BROWN CIRLE
🟥 - U+1F7E5 RED SQUARE
🟦 - U+1F7E6 BLUE SQUARE
🟧 - U+1F7E7 ORANGE SQUARE
🟨 - U+1F7E8 YELLOW SQUARE
🟩 - U+1F7E9 GREEN SQUARE
🟪 - U+1F7EA PURPLE SQUARE
🟫 - U+1F7EB BROWN SQUARE
Coverage: https://emoji.serenityos.net
2022-08-16 09:52:58 +01:00
Ryan Liptak
213e037f80
Base: Add new emoji U+1F923
...
🤣 - U+1F923 ROLLING ON THE FLOOR LAUGHING
2022-08-16 09:52:29 +01:00
djwisdom
1885445a79
Base: Add new emojis U+1F534-U+1F539
...
Add new emojis:
🔴 - U+1F534 RED CIRCLE
🔵 - U+1F535 BLUE CIRCLE
🔶 - U+1F536 LARGE ORANGE DIAMOND
🔷 - U+1F537 LARGE BLUE DIAMOND
🔸 - U+1F538 SMALL ORANGE DIAMOND
🔹 - U+1F539 SMALL BLUE DIAMOND
Coverage: https://emoji.serenityos.net
2022-08-15 21:48:48 +01:00
djwisdom
6511aa4e18
Base: Add more emojis U+1F344,45,47-4C
...
🍄 - U+1F344 MUSHROOM
🍅 - U+1F345 TOMATO
🍇 - U+1F347 GRAPES
🍈 - U+1F348 MELON
🍉 - U+1F349 WATERMELON
🍊 - U+1F34A TANGERINE
🍋 - U+1F34B LEMON
🍌 - U+1F34C BANANA
Coverage: https://emoji.serenityos.net
2022-08-15 09:55:54 +01:00
Lucas CHOLLET
22f8ead2f4
Base: Launch SQLServer at session start-up
2022-08-14 21:52:35 +01:00
Lucas CHOLLET
267a2c7c32
Base: Launch LanguageServers at session start-up
2022-08-14 21:52:35 +01:00
Lucas CHOLLET
4f87f03bd1
Base: Launch AudioServer at session start-up
2022-08-14 21:52:35 +01:00
Lucas CHOLLET
c248569d6b
Base: Launch InspectorServer at session start-up
2022-08-14 21:52:35 +01:00
Lucas CHOLLET
b01822bdd4
Base: Launch NotificationServer at session start-up
2022-08-14 21:52:35 +01:00
Lucas CHOLLET
1da9375400
Base: Launch ImageDecoder at session start-up
2022-08-14 21:52:35 +01:00
Lucas CHOLLET
e8115bfdb1
Base: Launch FileSystemAccessServer at session start-up
2022-08-14 21:52:35 +01:00
Lucas CHOLLET
e9e94ef3cc
Base: Launch WebSocket at session start-up
2022-08-14 21:52:35 +01:00
Lucas CHOLLET
ac7b0e69e5
Base: Launch WebContent at session start-up
2022-08-14 21:52:35 +01:00
Lucas CHOLLET
266e18e0b6
Base: Launch Request at session start-up
2022-08-14 21:52:35 +01:00
Lucas CHOLLET
07e89ad538
Base: Launch ConfigServer at session start-up
2022-08-14 21:52:35 +01:00
Lucas CHOLLET
1b36348d8b
LibCore+LibIPC: Recognise %uid in path
...
This patch allows to insert "%uid" in `IPC_CLIENT_CONNECTION`
declaration and in SystemServer's ini files. This pattern is replaced
then replaced by the UID of the owner of the service. It opens a path
for seamlessly managed, per-user portal.
2022-08-14 21:52:35 +01:00
Lucas CHOLLET
c5b7c9f479
LibCore+LaunchServer: Move portal directory to /tmp/user/%uid
...
The `/tmp/user` directory is owned by root, this solution prevents
malicious users to interfere with other users' portals.
This commit also moves `launch`'s portal in the user directory.
2022-08-14 21:52:35 +01:00
Luke Wilde
b14fedd02a
Base: Add about ~200 ads and trackers to the default content filter list
2022-08-14 19:58:00 +01:00
Sam Atkins
9075dea3a8
Base: Add a test page for Path2D
...
Neither of the tests here actually passes properly right now. It's a
little more aspirational...
In the first one, the circle draws in the wrong place due apparently to
existing bugs in `CanvasRenderingContext2D::ellipse()`.
In the second, I just haven't yet implemented creating a Path2D from an
SVG path string, because that's going to take a fair bit of untangling
first.
2022-08-14 11:30:40 +02:00
martinfalisse
eef0edae7a
Base: Clean up Clip test page after absolutely positioned divs fix
...
Clean up the Clip test page after adding the logic necessary so that
absolutely positioned divs are correctly positioned.
2022-08-14 11:22:52 +02:00
Liav A
6164729d06
Everywhere: Get rid of the fbdev kernel boot argument remainders
2022-08-14 01:03:23 +01:00
electrikmilk
a5cef2c41a
Base: Add Icon for Partition Editor
...
This adds a 16x16 and 32x32 icon that is missing for the Partition
Editor.
2022-08-14 00:52:56 +01:00
Sam Atkins
913412e0c5
Browser+Base: Allow opening multiple URLs at once from command line
...
This lets you run `br example.com wikipedia.org some/local/file.html` in
one go and have them all opened as tabs.
2022-08-13 23:32:52 +02:00
Hendiadyoin1
e62e01ccec
Base: Add a quote to the fortunes database
2022-08-13 09:09:28 +01:00
Xexxa
5b7736f5c4
Base: Add more emoji
...
🇮🇩 - U+1F1EE_U+1F1E9 ID Indonesia
🇲🇫 - U+1F1F2_U+1F1EB MF St. Martin
🇺🇲 - U+1F1FA_U+1F1F2 UM U.S. Outlying Islands
🅰️ - U+1F170 A BUTTON (BLOOD TYPE)
🅱️ - U+1F171 B BUTTON (BLOOD TYPE)
🅾️ - U+1F17E O BUTTON (BLOOD TYPE)
🅿️ - U+1F17F P BUTTON
🆎 - U+1F18E AB BUTTON (BLOOD TYPE)
🆑 - U+1F191 CL BUTTON
🆔 - U+1F194 ID BUTTON
🆖 - U+1F196 NG BUTTON
🆗 - U+1F197 OK BUTTON
🆘 - U+1F198 SOS BUTTON
🆙 - U+1F199 UP! BUTTON
🆚 - U+1F19A VS BUTTON
🈁 - U+1F201 JAPANESE “HERE” BUTTON
🈂️ - U+1F202 JAPANESE “SERVICE CHARGE” BUTTON
🈳 - U+1F233 JAPANESE “VACANCY” BUTTON
🈴 - U+1F234 JAPANESE “PASSING GRADE” BUTTON
🈶 - U+1F236 JAPANESE “NOT FREE OF CHARGE” BUTTON
🈷️ - U+1F237 JAPANESE “MONTHLY AMOUNT” BUTTON
🈸 - U+1F238 JAPANESE “APPLICATION” BUTTON
🉑 - U+1F251 JAPANESE “ACCEPTABLE” BUTTON
🌱 - U+1F331 SEEDLING
📊 - U+1F4CA BAR CHART
🕐 - U+1F550 ONE O’CLOCK
🕑 - U+1F551 TWO O’CLOCK
🕒 - U+1F552 THREE O’CLOCK
🕓 - U+1F553 FOUR O’CLOCK
🕔 - U+1F554 FIVE O’CLOCK
🕕 - U+1F555 SIX O’CLOCK
🕖 - U+1F556 SEVEN O’CLOCK
🕗 - U+1F557 EIGHT O’CLOCK
🕘 - U+1F558 NINE O’CLOCK
🕙 - U+1F559 TEN O’CLOCK
🕚 - U+1F55A ELEVEN O’CLOCK
🕛 - U+1F55B TWELVE O’CLOCK
🕜 - U+1F55C ONE-THIRTY
🕝 - U+1F55D TWO-THIRTY
🕞 - U+1F55E THREE-THIRTY
🕟 - U+1F55F FOUR-THIRTY
🕠 - U+1F560 FIVE-THIRTY
🕡 - U+1F561 SIX-THIRTY
🕢 - U+1F562 SEVEN-THIRTY
🕣 - U+1F563 EIGHT-THIRTY
🕤 - U+1F564 NINE-THIRTY
🕥 - U+1F565 TEN-THIRTY
🕦 - U+1F566 ELEVEN-THIRTY
🕧 - U+1F567 TWELVE-THIRTY
🪜 - U+1FA9C LADDER
2022-08-13 08:10:51 +01:00
Beckett Normington
2e0ed98bc5
Base: Add seven new emoji
...
This commit adds seven more emojis to the system.
🌈 - U+1F308 RAINBOW
🌲 - U+1F332 EVERGREEN TREE
🔺 - U+1F53A UP-POINTING RED TRIANGLE
🔻 - U+1F53B DOWN-POINTING RED TRIANGLE
🚥 - U+1F6A5 HORIZONTAL TRAFFIC LIGHT
🚦 - U+1F6A6 VERTICAL TRAFFIC LIGHT
🇨🇮 - U+1F1E8 U+1F1EE CI Côte d'Ivoire
2022-08-12 12:48:07 +01:00
Liav A
488f22941b
SystemMonitor: Remove GML references to the deleted Hardware tab
2022-08-12 12:24:40 +02:00
MacDue
c5d1cf7a5a
Base: Add some more linear-gradient()
transition hint demos
...
This adds a demo of making a 'rainbow' with hard edges using
transition hints, along with an animated demo of moving the
transition hint.
2022-08-12 12:24:15 +02:00
MacDue
4f83b70c7f
Base: Remove modifications from fancy progress bar demo
...
This restores the demo to being the same as on css-tricks.com.
2022-08-12 12:24:15 +02:00
Xexxa
18258a53c6
Base: Add more emoji
...
🌭 - U+1F32D HOT DOG
🌮 - U+1F32E TACO
🌯 - U+1F32F BURRITO
🌴 - U+1F334 PALM TREE
🍟 - U+1F35F FRENCH FRIES
🍪 - U+1F36A COOKIE
🍳 - U+1F373 COOKING
🏜️ - U+1F3DC DESERT
🏝️ - U+1F3DD DESERT ISLAND
💾 - U+1F4BE FLOPPY DISK
🥦 - U+1F966 BROCCOLI
🧱 - U+1F9F1 BRICK
🪑 - U+1FA91 CHAIR
🪵 - U+1FAB5 WOOD
🫑 - U+1FAD1 BELL PEPPER
🫒 - U+1FAD2 OLIVE
⭐ - U+2B50 STAR
2022-08-12 11:18:22 +01:00
Xexxa
5099f1da2a
Base: Add more emoji
...
🗽 - U+1F5FD STATUE OF LIBERTY
🌛 - U+1F31B FIRST QUARTER MOON FACE
🕊 - U+1F54A DOVE
✋ - U+270B RAISED HAND
🍔 - U+1F354 HAMBURGER
⛽ - U+26FD FUEL PUMP
🌜 - U+1F31C LAST QUARTER MOON FACE
💣 - U+1F4A3 BOMB
🤖 - U+1F916 ROBOT
👽 - U+1F47D ALIEN
🧲 - U+1F9F2 MAGNET
🕯 - U+1F56F CANDLE
🛡 - U+1F6E1 SHIELD
🍍 - U+1F34D PINEAPPLE
🍓 - U+1F353 STRAWBERRY
📌 - U+1F4CC PUSHPIN
📍 - U+1F4CD ROUND PUSHPIN
🇦🇪 - U+1F1E6 U+1F1EA AE United Arab Emirates
🇧🇻 - U+1F1E7 U+1F1FB BV BOUVET ISLAND
🇧🇮 - U+1F1E7 U+1F1EE BI Burundi
🇨🇵 - U+1F1E8 U+1F1F5 CP Clipperton Island
🇨🇷 - U+1F1E8 U+1F1F7 CR Costa Rica
🇨🇺 - U+1F1E8 U+1F1FA CU Cuba
🇩🇴 - U+1F1E9 U+1F1F4 DO Dominican Republic
🇰🇳 - U+1F1F0 U+1F1F3 KN St. Kitts & Nevis
🇱🇦 - U+1F1F1 U+1F1E6 LA Laos
🇱🇧 - U+1F1F1 U+1F1E7 LB Lebanon
🇵🇦 - U+1F1F5 U+1F1E6 PA Panama
🇵🇼 - U+1F1F5 U+1F1FC PW Palau
🇸🇯 - U+1F1F8 U+1F1EF SJ SVALBARD & JAN MAYEN
🇸🇹 - U+1F1F8 U+1F1F9 ST São Tomé & Príncipe
🇸🇾 - U+1F1F8 U+1F1FE SY Syria
🐱 🐶 - U+1F431 U+200D U+1F436 CATDOG FACE
2022-08-11 21:23:24 +01:00
djwisdom
37c5fd42ae
Base: Add new emojis U+1FA71-73,U+1FA79
...
First time emoji contribution using mostly PixelPaint
https://unicode.org/charts/PDF/U1FA70.pdf
U+1FA71 - ONE-PIECE SWIMSUIT
U+1FA72 - BRIEFS
U+1FA73 - SHORTS
U+1FA79 - ADHESIVE BANDAGE
2022-08-11 20:43:53 +01:00
Beckett Normington
bf53c47fd7
Base: Add a few fun emojis
...
This commit adds a few useful emojis to the system.
🍎 - U+1F34E RED APPLE
🍏 - U+1F34E GREEN APPLE
🍐 - U+1F350 PEAR
🍷 - U+1F377 WINE GLASS
💖 - U+1F496 SPARKLING HEART
☕ - U+2615 HOT BEVERAGE
✨ - U+2728 SPARKLES
2022-08-11 20:43:17 +01:00
thankyouverycool
8b5280b5dd
Base: Add icons for animation and theming options
2022-08-09 12:08:21 +02:00
MacDue
613feb1854
Base: Replace linear-gradient() pattern demo with cooler one
...
The previous demo didn't work that well, not due to any LibWeb
issue (same in other browsers), it just was a broken demo.
This demo shows the neat tricks you can do with linear-gradient()s
much better.
2022-08-08 21:56:08 -04:00
MacDue
ff6f56ef7a
Base: Add linear-gradient + background-size demo
2022-08-08 22:39:06 +02:00
MacDue
4b9c0aac7a
Base: Add linear-gradient list-marker demo
2022-08-08 22:39:06 +02:00
MacDue
da79883b60
Base: Add the styled progress bar demo from css-tricks.com
...
See: https://css-tricks.com/html5-progress-element/ this is a neat
demo of a pure CSS progress bar that makes use of linear-gradients,
background-repeat, and background-size. All of which now work :^)
2022-08-08 22:39:06 +02:00
demostanis
6744402dbf
Base: Replace getopt with getopt_long in man page
2022-08-08 16:35:28 -04:00
Tom
4d1ceaaa43
Base: Add test page for CSS clip property
2022-08-07 22:40:11 +02:00
MacDue
6dd854faec
Base: Add an example -webkit-linear-gradient()
2022-08-07 20:47:31 +02:00
djwisdom
834d936bbc
Base: Add HexEditor manual
2022-08-07 17:31:17 +00:00
FrHun
cf62d08b2a
Base: Add symbols that were previously emoji pngs
2022-08-05 21:47:03 +01:00
FrHun
bfe99ebc3e
Base: Remove black only symbols from emojis
2022-08-05 21:47:03 +01:00
Beckett Normington
8f3639e7eb
Base: Add yet more colorized emojis
...
This commit adds more colorized emojis.
🌻 - U+1F33B SUNFLOWER
🐌 - U+1F40C SNAIL
👑 - U+1F451 CROWN
📵 - U+1F4F5 NO MOBILE PHONES
🥇 - U+1F947 FIRST PLACE MEDAL
🥈 - U+1F948 SECOND PLACE MEDAL
🥑 - U+1F951 AVOCADO
🥕 - U+1F955 CARROT
🩸 - U+1FA78 DROP OF BLOOD
2022-08-05 21:42:21 +01:00
djwisdom
449935e096
Base: Update FontEditor manual use images with improved resolution
2022-08-05 13:56:15 +02:00
Beckett Normington
e6871c1af7
Base: Add various misc. emojis
...
This commit adds various color emojis to the system.
🎨 - U+1F3A8 ARTIST PALETTE
💡 - U+1F4A1 ELECTRIC LIGHT BULB
🤍 - U+1F90D WHITE HEART
🤎 - U+1F90E BROWN HEART
🥝 - U+1F95D KIWIFRUIT
🍩 - U+1F369 DOUGHNUT
🎄 - U+1F384 CHRISTMAS TREE
🤤 - U+1F924 DROOLING FACE
🥓 - U+1F953 BACON
I'm happy that we're improving our support for color emoji. :^)
2022-08-05 10:21:09 +01:00