Bastiaan van der Plaat
e267f8e68f
LibWeb: Add modifier keys to MouseEvent
2023-09-15 22:12:56 +02:00
Bastiaan van der Plaat
836a7b00dd
Ladybird+LibWeb: Add MouseEvent screenX and screenY support
2023-09-15 22:12:56 +02:00
Bastiaan van der Plaat
d63fb8fa61
Maps: Add show SerenityOS users feature
2023-09-13 21:41:37 +02:00
Bastiaan van der Plaat
dfb54083ee
Maps: Add markers to map widget
2023-09-13 21:41:37 +02:00
Cubic Love
842b2a01e6
Base: Add manpage for pkg
2023-09-12 20:03:12 +02:00
Tim Ledbetter
331991f9c4
find: Allow '+' and '-' prefix for -links
and -size
options
...
The presence of this prefix denotes that the value being tested is
strictly greater than or less than the given numeric value.
2023-09-09 11:02:18 -06:00
Tim Ledbetter
d277d2e1fb
find: Add !
operator to negate the following command
2023-09-09 10:57:17 -06:00
Liav A
fbc4370c44
Base: Remove remainders of /sys/kernel/variables from sys(7) manual page
...
The directory was renamed to be /sys/kernel/conf, so let's reflect this
in the manual page as well.
2023-09-09 10:25:41 -06:00
Liav A
13f9b9282e
Base: Remove remainders of /sys/kernel/constants from sys(7) manual page
...
There's no constants directory anymore under /sys/kernel, so bring all
the described nodes back to the "kernel" directory entries list.
2023-09-09 10:25:41 -06:00
Cubic Love
8eb10b135d
Maps: Add Application Icons
...
Add 16px and 32px application icons for Maps
2023-09-05 14:13:32 +02:00
Bastiaan van der Plaat
f9f9c38de3
Maps: Add new basic maps application and map widget
2023-09-03 18:10:58 +02:00
Cubic Love
0b66656ca9
FlappyBug: Improve Application Icons
...
Add new 16px and 32px application icons for Flappy Bug
2023-09-02 07:25:53 +02:00
Cubic Love
6fa1a5c7d2
FlappyBug: Improve Character Assets
...
Add new sprites of Flappy Bug falling and flapping
2023-09-02 07:25:53 +02:00
Tim Ledbetter
889e6ab43d
find: Add the -empty
option
...
This predicate returns true for empty regular files or directories.
2023-09-01 23:48:44 +02:00
Tim Ledbetter
64bb5652a1
find: Add the -newer
, -anewer
and -cnewer
options
...
These return true if the last modification time, last access time or
creation time of a file is greater than the given reference file.
If the `-L` option is in use and the given reference file is a
symbolic link then the timestamp of the file pointed to by the
symbolic link will be used.
2023-09-01 21:19:22 +02:00
Xexxa
7d313ff83d
Base: Add more emoji
...
🙈 - U+1F648 SEE-NO-EVIL MONKEY
🙉 - U+1F649 HEAR-NO-EVIL MONKEY
🙊 - U+1F64A SPEAK-NO-EVIL MONKEY
🚉 - U+1F689 STATION
🛩️ - U+1F6E9 SMALL AIRPLANE
🛫 - U+1F6EB AIRPLANE DEPARTURE
🛬 - U+1F6EC AIRPLANE ARRIVAL
2023-08-31 11:16:44 -04:00
Bastiaan van der Plaat
258a6cb126
FileManager: Use new window remember state
2023-08-30 06:49:51 -04:00
Cubic Love
b5ed86ab68
Base: Improve the King piece in Classic chess set
...
Make the King's crown more rounded.
2023-08-29 10:28:24 +02:00
Cubic Love
91269a8064
Chess: Capitalize chess set names + Rename 'stelar7' to 'Classic'
...
Now when selecting a chess set in Games Settings, the names of the sets
are capitalized which looks much neater.
The default set 'stelar7' has been renamed to 'Classic' to reflect its
default vanilla design, as opposed to more stylized sets.
This commit also updates any code references to this set.
2023-08-29 10:28:24 +02:00
Tim Ledbetter
aa7c2f1f0d
find: Allow unit suffixes to be used with the -size
option
...
The argument supplied to the `-size` option may now be one of the
following suffixes:
* b: 512-byte blocks. This is the default unit if no suffix is used.
* c: bytes
* w: two-byte words
* k: kibibytes (1024 bytes)
* M: mebibytes (1024 kibibytes)
* G: gibibytes (1024 mebibytes)
Sizes are rounded to the specified unit before comparison. The unit
suffixes are case-sensitive.
2023-08-29 09:08:59 +02:00
Liav A
751aae77bc
Kernel: Rename /sys/kernel/variables => /sys/kernel/conf
...
The name "variables" is a bit awkward and what the directory entries are
really about is kernel configuration so let's make it clear with the new
name.
2023-08-27 22:50:22 +02:00
Tim Ledbetter
e6112446db
sort: Add the -z
option to split lines on \0
rather than a newline
2023-08-27 15:42:46 -04:00
Tim Ledbetter
edd49c1531
find: Add the -readable
, -writable
and -executable
options
2023-08-27 09:46:11 -04:00
Tim Ledbetter
8955560801
useradd: Allow group name or number to be used with the -g
option
2023-08-26 19:01:22 -04:00
Cubic Love
2b8a9ff2ae
Base: Improve Hearts Icon
...
Before the Hearts icon was quite angular, now it is a more rounded
heart with a subtle gradient.
2023-08-23 05:25:28 +02:00
Shannon Booth
7690f76f92
LibWeb/Tests: Move unresolvable % width on inline-block to layout test
...
Removing the last test fomr Base/res/html/tests :^)
2023-08-21 13:51:12 +02:00
Shannon Booth
ed03dd0f99
LibWeb/Tests: Port two DOM cloneNode() test cases to text tests
2023-08-21 13:51:12 +02:00
Shannon Booth
a5fb0b4243
LibWeb/Tests: Port height:auto abspos flex container test to layout test
...
This test was written before we had layout test functionality.
2023-08-21 13:51:12 +02:00
Shannon Booth
6cee028ecc
LibWeb/Tests: Port HTMLCollection [[SameObject]] test to a text test
...
This test was written before we had the facility to write text tests -
port this test to a text test so that we test against it in CI.
2023-08-21 13:51:12 +02:00
Xexxa
b3a295a5bd
Base: Improve emoji
...
Change width to 10px, make emoji more consistent with
Base/res/icons/16x16/filetype-folder-open.png
📂 - U+1F4C2 OPEN FILE FOLDER
2023-08-21 08:27:04 +01:00
Xexxa
de46c59c23
Base: Improve emoji
...
Change width to 10px, make emoji more consistent with
Base/res/icons/16x16/filetype-folder.png and
📁 - U+1F4C1 FILE FOLDER
2023-08-21 08:27:04 +01:00
Xexxa
7a8ac67d52
Base: Improve emoji
...
Align emoji to bottom to match other left or right moving vehicles
🚒 - U+1F692 FIRE ENGINE
🚜 - U+1F69C TRACTOR
2023-08-21 08:27:04 +01:00
Xexxa
762a6674c2
Base: Improve emoji
...
Our emoji was 7px wide earlier. Now when we can use up to 10px some
emoji deserve a little more width.
🥩 - U+1F969 CUT OF MEAT
🧊 - U+1F9CA ICE
2023-08-21 08:27:04 +01:00
Xexxa
77f307f1b1
Base: Improve emoji
...
Add shadow and remove unnecessary padding
🪓 - U+1FA93 AXE
2023-08-21 08:27:04 +01:00
Xexxa
4153f35c31
Base: Improve emoji
...
Change bottom padding to match 🚖 U+1F696 and 🚘 U+1F698
🚔 - U+1F694 ONCOMING POLICE CAR
2023-08-21 08:27:04 +01:00
Xexxa
72bb740982
Base: Improve emoji
...
Make U+1F4A9 look more like a shit...
💩 - U+1F4A9 PILE OF POO
2023-08-21 08:27:04 +01:00
Xexxa
885563ea9c
Base: Add emoji
...
🦾 - U+1F9BE MECHANICAL ARM
🦿 - U+1F9BF MECHANICAL LEG
🧑🔧 - U+1F9D1 U+200D U+1F527 MECHANIC
🧑🚀 - U+1F9D1 U+200D U+1F680 ASTRONAUT
🚤 - U+1F6A4 SPEEDBOAT
🚠 - U+1F6A0 MOUNTAIN CABLEWAY
🚡 - U+1F6A1 AERIAL TRAMWAY
🪅 - U+1FA85 PIÑATA
🧣 - U+1F9E3 SCARF
2023-08-21 08:27:04 +01:00
MacDue
a93ba23e10
Base: Add some examples of SVG gradients with different spreadMethods
...
The radial gradients here are rendered correctly as focal radius is
zero, so the focal point is the center of the start circle.
2023-08-20 20:04:10 +02:00
kleines Filmröllchen
834a3227f8
Base: Update Audio subsystem documentation
2023-08-18 08:09:19 +01:00
Tim Ledbetter
9aaf516bdd
Base: Render checksum man page synopsis using a multi-line code block
...
This is consistent with other man pages and makes the synopsis render
correctly in the terminal.
2023-08-16 01:04:13 +02:00
Nicolas Ramz
fda5590313
LibGfx/ILBM: Add an IFF-ILBM decoder :)
...
IFF was a generic container fileformat that was popular on the Amiga
since it was the only file format supported by Deluxe Paint.
ILBM is an image format popular in the late eighties/nineties
that uses the IFF container.
This is a very first version of the decoder that only supports
(byterun) compressed files with bpp <= 8.
Only the minimal chunks are decoded: CMAP, BODY, BMHD.
I am planning to add support for the following variants:
- EHB (32 colours + lighter 32 colours)
- HAM6 / HAM8 (special mode that allowed to display the whole Amiga
4096 colours / 262 144 colours palette)
- TrueColor (24bit)
Things that could be fun to do:
- Still images could be animated using color cycle information
2023-08-15 18:36:11 +01:00
Bastiaan van der Plaat
eafdb06d87
LibWeb: Add directory entries page when visiting a local directory
2023-08-15 10:41:54 +01:00
Bastiaan van der Plaat
e4c3a52cfa
LibWeb: Add resource_directory_url for internal HTML pages
...
The error.html page now uses the resource_directory_url this
variable contains the relative path to /Base/res/ on the host
system as a file:// url. This is needed for future pages to load
resource files like icons. For the error.html page this was not
really needed because it lies over this own URL in FrameLoader.cpp.
2023-08-15 10:41:54 +01:00
Zaggy1024
af01cf70eb
Base: Fix a typo in the futex()
documentation
2023-08-14 22:16:11 -04:00
Sergey Bugaev
32de3ddd33
Base: Document futex(2) :^)
2023-08-14 13:46:17 -06:00
kleines Filmröllchen
70f31c89a3
aconv: Support FLAC encoding
...
The main write loop is refactored so that adding further formats via the
new Encoder interface should be much simpler.
2023-08-12 12:25:26 -06:00
kleines Filmröllchen
54eab251f6
Base: Document new GML usage method
...
This is now preferred over the old one.
2023-08-11 21:33:48 +02:00
kleines Filmröllchen
1e67435ff5
Meta: Rename compile_gml to stringify_gml
...
This is what this function really does, it doesn't compile anything.
2023-08-11 21:33:48 +02:00
kleines Filmröllchen
489fce0ed2
Base: Document IPC syntax formally and informally
2023-08-11 08:31:46 -06:00
Xexxa
8d17ede197
Base: Improve emoji
...
Remove unnecessary left/right padding
❣️ - U+2763 HEART EXCLAMATION
🚶 - U+1F6B6 PERSON WALKING
🚴 - U+1F6B4 PERSON BIKING
🌻 - U+1F33B SUNFLOWER
🪻 - U+1FABB HYACINTH
🍉 - U+1F349 WATERMELON
🍍 - U+1F34D PINEAPPLE
🫒 - U+1FAD2 OLIVE
🌽 - U+1F33D EAR OF CORN
🌯 - U+1F32F BURRITO
🍘 - U+1F358 RICE CRACKER
🧁 - U+1F9C1 CUPCAKE
🍫 - U+1F36B CHOCOLATE BAR
🍭 - U+1F36D LOLLIPOP
🍼 - U+1F37C BABY BOTTLE
🧋 - U+1F9CB BUBBLE TEA
🧃 - U+1F9C3 BEVERAGE BOX
🥢 - U+1F962 CHOPSTICKS
💈 - U+1F488 BARBER POLE
🌛 - U+1F31B FIRST QUARTER MOON FACE
🌜 - U+1F31C LAST QUARTER MOON FACE
🌡️ - U+1F321 THERMOMETER
🪐 - U+1FA90 RINGED PLANET
⚡ - U+26A1 HIGH VOLTAGE
💧 - U+1F4A7 DROPLET
🧨 - U+1F9E8 FIRECRACKER
🥇 - U+1F947 1ST PLACE MEDAL
🥈 - U+1F948 2ND PLACE MEDAL
🥉 - U+1F949 3RD PLACE MEDAL
🏓 - U+1F3D3 PING PONG
🪀 - U+1FA80 YO-YO
♟️ - U+265F CHESS PAWN
🧦 - U+1F9E6 SOCKS
💄 - U+1F484 LIPSTICK
📱 - U+1F4F1 MOBILE PHONE
🔌 - U+1F50C ELECTRIC PLUG
💡 - U+1F4A1 LIGHT BULB
📍 - U+1F4CD ROUND PUSHPIN
🔩 - U+1F529 NUT AND BOLT
🪝 - U+1FA9D HOOK
🧪 - U+1F9EA TEST TUBE
🔭 - U+1F52D TELESCOPE
🩸 - U+1FA78 DROP OF BLOOD
💊 - U+1F48A PILL
🩹 - U+1FA79 ADHESIVE BANDAGE
🧼 - U+1F9FC SOAP
🪥 - U+1FAA5 TOOTHBRUSH
♀️ - U+2640 FEMALE SIGN
♂️ - U+2642 MALE SIGN
➕ - U+2795 PLUS
➗ - U+2797 DIVIDE
❓ - U+2753 RED QUESTION MARK
❔ - U+2754 WHITE QUESTION MARK
❕ - U+2755 WHITE EXCLAMATION MARK
❗ - U+2757 RED EXCLAMATION MARK
◼️ - 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
🚩 - U+1F6A9 TRIANGULAR FLAG
2023-08-10 07:52:36 -04:00