serenity/Base/etc
Tom 07badd9530 WindowServer: Add the ability to animate cursors
This adds the ability to specify cursor attributes as part of their
file names, which allows us to remove hard coded values like the hot
spot from the code. The attributes can be specified between the last
two dots of the file name. Each attribute begins with a character,
followed by one or more digits that specify a uint value.

Supported attributes:
x: The x-coordinate of the cursor hotspot
y: The y-coordinate of the cursor hotspot
f: The number of animated frames horizontally in the image
t: The number of milliseconds per frame

For example, the filename wait.f14t100.png specifies that the image
contains 14 frames that should be cycled through at a rate of 100ms.
The hotspot is not specified, so it defaults to the center.
2020-12-17 19:40:05 +01:00
..
WindowServer WindowServer: Add the ability to animate cursors 2020-12-17 19:40:05 +01:00
ca_certs.ini LibTLS: (Almost) verify certificate chain against root CA certificates 2020-10-30 23:42:03 +01:00
FileIconProvider.ini Base: Remove *.hsp files 2020-12-10 20:43:19 +01:00
fstab utmpupdate: Add a program for updating /var/run/utmp 2020-09-06 16:10:27 +02:00
group utmpupdate: Add a program for updating /var/run/utmp 2020-09-06 16:10:27 +02:00
hosts
LookupServer.ini LookupServer: Support multiple nameservers 2020-10-25 18:52:20 +01:00
motd Base: Update motd since it was a little outdated :^) 2020-06-24 22:55:45 +02:00
passwd Userland: Make su require passwords 2020-07-28 17:07:22 +02:00
protocols
services Everywhere: Fix more typos 2020-10-03 12:36:49 +02:00
shellrc DevTools: Remove VisualBuilder and FormCompiler 2020-10-01 21:07:12 +02:00
SystemServer.ini CrashDaemon: Add service that acts on new coredumps 2020-12-14 23:05:53 +01:00