Age | Commit message (Collapse) | Author |
|
VideoPlayer will now show up in the Media category, and `vp` is now
an alias for it.
|
|
|
|
|
|
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.
|
|
This adds .gitconfig to git in the file icon provider.
|
|
This adds 16x16 and 32x32 file type icons for assembly files.
|
|
This adds a file icon for CMakeLists.txt files.
|
|
This adds 16x16 and 32x32 Git file icons for files like .gitignore, etc.
|
|
This adds a file type icon for shell scripts.
|
|
This adds a file type icon for Ruby (.rb) files.
|
|
Every other dropdown in settings is capitalized apart from this one.
This commit fixes that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of defaulting to "bold variant of the system default font",
let's allow the user to set any font they want as the titlebar font.
|
|
Various changes are needed to support this:
- The directory is created by Core::Account on login (and located in
/tmp).
- Service's sockets are now deleted on exit (to allow re-creation)
- SystemServer needs to handle SIGTERM to correctly destroy services.
|
|
|
|
|
|
This is not needed now.
|
|
This service is responsible for loading network configuration from a
/etc/Network.ini config file. It sets up static IP address + mask or
starts DHCPClient depending on configuration.
|
|
Long live the DisplayConnector object!
|
|
|
|
This will allow using the console tty and WindowServer regardless of
your kernel command line. Also this fixes a bug where, when booting in
text mode, the console was in graphical mode, and would not accept
input.
|
|
This will allow us to change between a couple of properties, for now
it's only Device and Virtual. (How about Remote :^) ) These get handled
by a different screen backend in the Screen.
|
|
|
|
Previously the CI would hang on the "Check manpages for completeness"
step on any utility that unveils the /tmp/portal/lookup file because
it was not created during the generate-manpages SystemMode.
This will allow utilities that resolve hostnames (e.g. netstat, arp) to
pass the export-argsparser-mangpages.sh check.
|
|
|
|
The CA certificates list now contains the actual certificate data for
approximatly a hundred certificate authorities. These certificates were
generated from https://mkcert.org, which uses the Mozilla CA certificate
list.
This also updates the code for reading the CA certificates.
|
|
This resource graph applet shows incoming network traffic graphically,
and the tooltip shows both TX and RX. The data of all adapters is
combined. The scale of the applet auto-adapts to the shown traffic load.
Co-authored-by: bgianfo <bgianf@serenityos.org>
|
|
|
|
|
|
|
|
|
|
This directory has to be writable if we want to install ports that have
been built inside Serenity. It's owned by root anyway, so having it be
read-only does not provide many security benefits.
|
|
Also give them the sound icon.
|
|
Adds 16x16 and 32x32 filetype icons for Web Assembly files.
|
|
There's a fair amount of VERIFY/TODO calls in LibSQL that will crash the
SQL server if we hit an unimplemented feature or some bug. Restart the
server if this happens to help with debugging / development.
|
|
Add 16x16 and 32x32 file icons for C files.
|
|
|
|
Add 16x16 and 32x32 file icons for PHP files.
|
|
Add CSS icon and add replacement JSON icon as the colors conflict.
Update HackStudioWidget.cpp
|
|
|