1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 08:31:00 +00:00
serenity/Applications/Spreadsheet
2020-08-28 09:22:17 +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: Add support for multiple sheets 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
JSIntegration.cpp Spreadsheet: Add support for multiple sheets 2020-08-27 10:27:20 +02:00
JSIntegration.h Spreadsheet: Add support for multiple sheets 2020-08-27 10:27:20 +02:00
main.cpp Base+LibGUI+Spreadsheet: Add icons for Spreadsheet 2020-08-27 10:27:20 +02:00
Spreadsheet.cpp Spreadsheet: Add support for multiple sheets 2020-08-27 10:27:20 +02:00
Spreadsheet.h Spreadsheet: Track selections across sheet switches 2020-08-27 10:27:20 +02:00
SpreadsheetModel.cpp Spreadsheet: Show errors and make them red 2020-08-27 10:27:20 +02:00
SpreadsheetModel.h Spreadsheet: Don't advertise the SpreadsheetModel as sortable 2020-08-27 10:38:36 +02:00
SpreadsheetView.cpp Spreadsheet: Draw cell borders as 1px thin line :^) 2020-08-27 19:28:04 +02:00
SpreadsheetView.h Spreadsheet: Add support for changing multiple cells at once 2020-08-27 10:27:20 +02:00
SpreadsheetWidget.cpp Spreadsheet: Do not clear cells when ctrl-selecting 2020-08-28 09:22:17 +02:00
SpreadsheetWidget.h Spreadsheet: Do not clear cells when ctrl-selecting 2020-08-28 09:22:17 +02:00
Workbook.cpp Spreadsheet: Add support for multiple sheets 2020-08-27 10:27:20 +02:00
Workbook.h Spreadsheet: Add support for multiple sheets 2020-08-27 10:27:20 +02:00