serenity/Userland/Services/Taskbar
Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library
This URL library ends up being a relatively fundamental base library of
the system, as LibCore depends on LibURL.

This change has two main benefits:
 * Moving AK back more towards being an agnostic library that can
   be used between the kernel and userspace. URL has never really fit
   that description - and is not used in the kernel.
 * URL _should_ depend on LibUnicode, as it needs punnycode support.
   However, it's not really possible to do this inside of AK as it can't
   depend on any external library. This change brings us a little closer
   to being able to do that, but unfortunately we aren't there quite
   yet, as the code generators depend on LibCore.
2024-03-18 14:06:28 -04:00
..
ClockWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ClockWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
main.cpp Taskbar: Use AppFile::spawn_with_escalation 2024-02-23 09:47:27 +01:00
QuickLaunchWidget.cpp Taskbar: Fix bug where dropping item in quick launch widget would crash 2024-01-30 22:39:52 +00:00
QuickLaunchWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ShutdownDialog.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ShutdownDialog.h Taskbar: Use Process::spawn_or_show_error() for shutdown actions 2023-03-24 22:06:38 +00:00
TaskbarButton.cpp LibGfx+Userland: Add width_rounded_up() helper 2023-04-15 15:24:50 +02:00
TaskbarButton.h
TaskbarWindow.cpp Userland/TaskbarWindow: Show context menu on right click 2024-01-30 18:45:19 -07:00
TaskbarWindow.h Userland: Convert config listener callbacks to use StringView 2023-06-27 15:37:00 +01:00
WindowIdentifier.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
WindowList.cpp
WindowList.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30