ladybird/Userland/Applications/Spreadsheet
Timothy Flynn 7cab86ad28 Userland: Unveil /proc/all in applications which require it
These were missed in 7af5eef. It is needed for any application using
e.g. FileSystemAccessServer.
2022-10-03 17:09:21 +01:00
..
CellType LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2022-08-23 13:58:30 +01:00
Readers Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
Tests Spreadsheet: Throw if lookup value doesn't exist and no default is given 2022-06-26 22:21:17 +01:00
Writers Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
Cell.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
Cell.h Spreadsheet: Display a detailed view of a cell error on hover 2022-06-26 22:21:17 +01:00
CellSyntaxHighlighter.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CellSyntaxHighlighter.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CellTypeDialog.cpp Spreadsheet: Make conditional-formatting condition-list scrollable 2022-06-30 11:53:50 +02:00
CellTypeDialog.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData 2022-09-05 14:37:16 -04:00
CondFormatting.gml Spreadsheet: Make conditional-formatting condition-list scrollable 2022-06-30 11:53:50 +02:00
ConditionalFormatting.h Spreadsheet: Add toolbar actions to change the cell style 2022-09-27 13:38:11 +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: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ExportDialog.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Forward.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HelpWindow.cpp AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
HelpWindow.h LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
ImportDialog.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ImportDialog.h Spreadsheet: Use FileSystemAccessClient for the reading of files 2022-01-15 22:20:15 +03:30
JSIntegration.cpp LibJS: Turn initialize_global_object() into a regular initialize() 2022-08-28 16:36:56 +01:00
JSIntegration.h LibJS: Turn initialize_global_object() into a regular initialize() 2022-08-28 16:36:56 +01:00
main.cpp Userland: Unveil /proc/all in applications which require it 2022-10-03 17:09:21 +01:00
Position.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01: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+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
Spreadsheet.h Spreadsheet: Implement undo functionality where missing 2022-04-13 09:26:44 +04:30
SpreadsheetModel.cpp LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2022-08-23 13:58:30 +01:00
SpreadsheetModel.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
SpreadsheetView.cpp Spreadsheet: Display a detailed view of a cell error on hover 2022-06-26 22:21:17 +01:00
SpreadsheetView.h Spreadsheet: Display a detailed view of a cell error on hover 2022-06-26 22:21:17 +01:00
SpreadsheetWidget.cpp Spreadsheet: Add toolbar actions to change the cell style 2022-09-27 13:38:11 +03:30
SpreadsheetWidget.h Spreadsheet: Add toolbar actions to change the cell style 2022-09-27 13:38:11 +03:30
Workbook.cpp LibJS: Remove {Bytecode::,}Interpreter::global_object() 2022-08-23 13:58:30 +01:00
Workbook.h Spreadsheet: Allow importing sheets into an existing workbook 2022-06-26 22:21:17 +01:00