1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 07:50:59 +00:00
serenity/Applications/Spreadsheet
AnotherTest 394e4c04cd LibJS: Add a helper for calling JS::Function's with arguments
The fact that a `MarkedValueList` had to be created was just annoying,
so here's an alternative.
This patchset also removes some (now) unneeded MarkedValueList.h includes.
2020-08-26 08:45:01 +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 a syntax highlighter to the cell editor 2020-08-24 19:15:07 +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: Start making a spreadsheet application 2020-08-24 18:21:33 +02:00
SpreadsheetModel.h Spreadsheet: Start making a spreadsheet application 2020-08-24 18:21:33 +02:00
SpreadsheetView.cpp LibGUI: Rename table view's "cell painting delegate" to "column *" 2020-08-26 00:51:35 +02:00
SpreadsheetView.h Spreadsheet: Add a topbar with a text editor 2020-08-24 18:21:33 +02:00
SpreadsheetWidget.cpp LibGUI: Move table view headers into their own widget 2020-08-26 00:51:35 +02:00
SpreadsheetWidget.h Spreadsheet: Add "Save As" 2020-08-25 09:46:28 +02:00