1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:48:11 +00:00
serenity/Applications/Spreadsheet
2020-08-27 10:27:20 +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
CMakeLists.txt Spreadsheet: Move sheet management to a Workbook class 2020-08-27 10:27:20 +02:00
HelpWindow.cpp LibWeb: Move OutOfProcessWebView into the Web namespace 2020-08-24 18:21:33 +02:00
HelpWindow.h LibWeb: Move OutOfProcessWebView into the Web namespace 2020-08-24 18:21:33 +02:00
main.cpp Spreadsheet: Add "Save As" 2020-08-25 09:46:28 +02:00
Spreadsheet.cpp LibJS: Add a helper for calling JS::Function's with arguments 2020-08-26 08:45:01 +02:00
Spreadsheet.h Spreadsheet: Implement state-preserving saves and loads 2020-08-25 09:46:28 +02:00
SpreadsheetModel.cpp Spreadsheet: Get rid of the "row numbers" column 2020-08-26 17:00:40 +02:00
SpreadsheetModel.h Spreadsheet: Get rid of the "row numbers" column 2020-08-26 17:00:40 +02:00
SpreadsheetView.cpp Spreadsheet: Tweak row height slightly 2020-08-26 20:35:09 +02:00
SpreadsheetView.h Spreadsheet: Add a topbar with a text editor 2020-08-24 18:21:33 +02:00
SpreadsheetWidget.cpp Spreadsheet: Move sheet management to a Workbook class 2020-08-27 10:27:20 +02:00
SpreadsheetWidget.h Spreadsheet: Move sheet management to a Workbook class 2020-08-27 10:27:20 +02:00
Workbook.cpp Spreadsheet: Move sheet management to a Workbook class 2020-08-27 10:27:20 +02:00
Workbook.h Spreadsheet: Move sheet management to a Workbook class 2020-08-27 10:27:20 +02:00