ladybird/Userland/Applications/Spreadsheet
Karol Kosek 6a4b125fe5 Spreadsheet: Make save functions take a Core::File instead of a filename
This allows us to use FileSystemAccessClient functions.
2022-05-24 03:36:04 +04:30
..
CellType Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Readers Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Tests Spreadsheet: Add CommonRange#unique() 2022-03-09 10:22:20 +03:30
Writers Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Cell.cpp Spreadsheet: Make undo operation handle multiple cells at a time 2022-04-13 09:26:44 +04:30
Cell.h Spreadsheet: Make undo operation handle multiple cells at a time 2022-04-13 09:26:44 +04:30
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 LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
CellTypeDialog.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
CondFormatting.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
ConditionalFormatting.h LibGUI: Rename ScrollableWidget => AbstractScrollableWidget 2021-05-03 21:03:13 +02:00
CondView.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
csv_export.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
csv_import.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
ExportDialog.cpp Spreadsheet: Recognize sheets files by mime type, not by file extension 2022-05-22 03:08:53 +04:30
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 LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
HelpWindow.h LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
ImportDialog.cpp Spreadsheet: Recognize sheets files by mime type, not by file extension 2022-05-22 03:08:53 +04:30
ImportDialog.h Spreadsheet: Use FileSystemAccessClient for the reading of files 2022-01-15 22:20:15 +03:30
JSIntegration.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
JSIntegration.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
main.cpp Spreadsheet: Use TRY() on file load and save 2022-05-24 03:36:04 +04:30
Position.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
select_format_page.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
Spreadsheet.cpp Spreadsheet: Implement undo functionality where missing 2022-04-13 09:26:44 +04:30
Spreadsheet.h Spreadsheet: Implement undo functionality where missing 2022-04-13 09:26:44 +04:30
SpreadsheetModel.cpp Spreadsheet: Make undo operation handle multiple cells at a time 2022-04-13 09:26:44 +04:30
SpreadsheetModel.h Spreadsheet: Implement undo functionality where missing 2022-04-13 09:26:44 +04:30
SpreadsheetView.cpp LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
SpreadsheetView.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SpreadsheetWidget.cpp Spreadsheet: Make save functions take a Core::File instead of a filename 2022-05-24 03:36:04 +04:30
SpreadsheetWidget.h Spreadsheet: Make save functions take a Core::File instead of a filename 2022-05-24 03:36:04 +04:30
Workbook.cpp Spreadsheet: Make save functions take a Core::File instead of a filename 2022-05-24 03:36:04 +04:30
Workbook.h Spreadsheet: Make save functions take a Core::File instead of a filename 2022-05-24 03:36:04 +04:30