ladybird/Userland/Applications/Spreadsheet
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
..
CellType Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Readers AK: Remove ByteString from GenericLexer 2024-01-12 17:03:53 -07:00
Tests Spreadsheet: Throw if lookup value doesn't exist and no default is given 2022-06-26 22:21:17 +01:00
Writers AK: Remove ByteString from GenericLexer 2024-01-12 17:03:53 -07:00
Cell.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
Cell.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CellSyntaxHighlighter.cpp LibJS: Make Error stack traces lazier 2023-05-28 10:03:11 +02:00
CellSyntaxHighlighter.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CellTypeDialog.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CellTypeDialog.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
CondFormatting.gml Spreadsheet: Make conditional-formatting condition-list scrollable 2022-06-30 11:53:50 +02:00
ConditionalFormatting.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CondView.gml Spreadsheet: Use new layout system 2022-06-30 11:51:25 +02:00
csv_export.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
csv_import.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
ExportDialog.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ExportDialog.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Forward.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HelpWindow.cpp Everywhere: Add deprecated_ prefix to JsonValue::to_byte_string 2024-01-12 17:41:34 -07:00
HelpWindow.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ImportDialog.cpp Spreadsheet: Use ByteString for file paths 2024-01-29 23:14:39 +00:00
ImportDialog.h Spreadsheet: Use ByteString for file paths 2024-01-29 23:14:39 +00:00
JSIntegration.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
JSIntegration.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
main.cpp Spreadsheet: Use ByteString for file paths 2024-01-29 23:14:39 +00:00
Position.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
select_format_page.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
Spreadsheet.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Spreadsheet.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SpreadsheetModel.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SpreadsheetModel.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
SpreadsheetView.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SpreadsheetView.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
SpreadsheetWidget.cpp Spreadsheet: Use ByteString for file paths 2024-01-29 23:14:39 +00:00
SpreadsheetWidget.h Spreadsheet: Use ByteString for file paths 2024-01-29 23:14:39 +00:00
Workbook.cpp Spreadsheet: Use ByteString for file paths 2024-01-29 23:14:39 +00:00
Workbook.h Spreadsheet: Use ByteString for file paths 2024-01-29 23:14:39 +00:00