ladybird/Userland/Applications
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
..
3DFileViewer AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
About About: Display Application's Icon in File Manager 2023-09-02 16:27:08 +01:00
AnalogClock Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Assistant AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Browser AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
BrowserSettings AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Calculator AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Calendar AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
CalendarSettings Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
CertificateSettings LibCrypto: Store ASN1 certificate timestamps as UnixDateTime 2024-03-08 00:41:23 +01:00
CharacterMap AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ClockSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CrashReporter AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Debugger Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
DisplaySettings AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Escalator Escalator: Allow failed password attempts to be retried 2024-03-04 13:25:22 -05:00
FileManager AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
FontEditor AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
GamesSettings Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
Help AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
HexEditor AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ImageViewer AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
KeyboardMapper KeyboardMapper: Convert Utf-8 char in String to Utf-32 code point 2024-02-08 07:07:25 -07:00
KeyboardSettings KeyboardSettings: Port to GML compiler 2024-01-19 17:03:30 +01:00
Magnifier AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Mail AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
MailSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Maps AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
MapsSettings AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
MouseSettings Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
NetworkSettings Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
PartitionEditor PartitionEditor: Show better error when can't find partition table 2024-01-11 20:57:40 +00:00
PDFViewer AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Piano Userland: Port to automatic GML initializer where possible 2024-01-29 05:21:48 -07:00
PixelPaint AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Presenter AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Run AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Settings Settings: Add fullscreen option 2024-01-14 15:18:43 -07:00
SoundPlayer AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SpaceAnalyzer AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Spreadsheet AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SystemMonitor Applications: Add fullscreen option to Utilities 2024-01-14 15:18:43 -07:00
Terminal AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
TerminalSettings Userland: Propagate errors with TRY() where possible 2024-02-14 17:46:06 -05:00
TextEditor AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
ThemeEditor AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
VideoPlayer AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Welcome AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
CMakeLists.txt Maps: Add MapsSettings with multiple tile providers options 2023-09-18 12:46:41 -06:00