ladybird/Applications/Spreadsheet
asynts f005548d56 Spreadsheet: Use new format functions.
In a few places I also simplified a few format strings:

    -outln("{} item{}", items, items.size() == 1 ? ' ' : 's');
    +outln("{} item(s)", items);

In my opinion this is more readable and in some places it incorrectly
wrote '0 item' which is "fixed" now. In other places the placeholder
space looked weird.
2020-10-06 15:28:39 +02:00
..
CellType LibJS: Remove js_string(Interpreter&, ...) 2020-09-27 20:26:58 +02:00
Cell.cpp LibJS: Remove js_string(Interpreter&, ...) 2020-09-27 20:26:58 +02:00
Cell.h Spreadsheet: Let the cells know their own position in the sheet 2020-09-28 17:41:48 +02:00
CellSyntaxHighlighter.cpp Spreadsheet: Add a syntax highlighter to the cell editor 2020-08-24 19:15:07 +02:00
CellSyntaxHighlighter.h Spreadsheet: Add a syntax highlighter to the cell editor 2020-08-24 19:15:07 +02:00
CellTypeDialog.cpp Spreadsheet: Use new format functions. 2020-10-06 15:28:39 +02:00
CellTypeDialog.h Spreadsheet: Add conditional formatting 2020-09-25 23:55:33 +02:00
CMakeLists.txt Spreadsheet: Add the 'Date' cell type 2020-09-25 23:55:33 +02:00
CondFormatting.json Spreadsheet: Add conditional formatting 2020-09-25 23:55:33 +02:00
ConditionalFormatting.h Spreadsheet: Add conditional formatting 2020-09-25 23:55:33 +02:00
CondView.json Spreadsheet: Add conditional formatting 2020-09-25 23:55:33 +02:00
Forward.h Spreadsheet: Add conditional formatting 2020-09-25 23:55:33 +02:00
HelpWindow.cpp Spreadsheet: Use new format functions. 2020-10-06 15:28:39 +02:00
HelpWindow.h Spreadsheet: Don't store help window's widgets in raw pointers 2020-08-28 13:56:19 +02:00
JSIntegration.cpp Spreadsheet: Let the cells know their own position in the sheet 2020-09-28 17:41:48 +02:00
JSIntegration.h Spreadsheet: Let the cells know their own position in the sheet 2020-09-28 17:41:48 +02:00
main.cpp Spreadsheet: Use new format functions. 2020-10-06 15:28:39 +02:00
Position.h Spreadsheet: Let the cells know their own position in the sheet 2020-09-28 17:41:48 +02:00
Spreadsheet.cpp Spreadsheet: Use new format functions. 2020-10-06 15:28:39 +02:00
Spreadsheet.h Spreadsheet: Let the cells know their own position in the sheet 2020-09-28 17:41:48 +02:00
SpreadsheetModel.cpp Spreadsheet: Add conditional formatting 2020-09-25 23:55:33 +02:00
SpreadsheetModel.h Spreadsheet: Don't advertise the SpreadsheetModel as sortable 2020-08-27 10:38:36 +02:00
SpreadsheetView.cpp Spreadsheet: Add conditional formatting 2020-09-25 23:55:33 +02:00
SpreadsheetView.h Spreadsheet: Add (limited) support for custom cell formatting 2020-08-29 17:42:03 +02:00
SpreadsheetWidget.cpp Spreadsheet: Use new format functions. 2020-10-06 15:28:39 +02:00
SpreadsheetWidget.h Spreadsheet: Do not clear cells when ctrl-selecting 2020-08-28 09:22:17 +02:00
Workbook.cpp LibJS: Rename InterpreterScope => InterpreterExecutionScope 2020-09-21 14:35:12 +02:00
Workbook.h LibJS: Rename InterpreterScope => InterpreterExecutionScope 2020-09-21 14:35:12 +02:00