summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet
AgeCommit message (Expand)Author
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-26LibGUI: Rename table view's "cell painting delegate" to "column *"Andreas Kling
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-26Spreadsheet: Focus the spreadsheet table on startupAndreas Kling
2020-08-25LibJS: Make Interpreter::throw_exception() a void functionLinus Groh
2020-08-25Spreadsheet: Add "Save As"AnotherTest
2020-08-25Spreadsheet: Implement state-preserving saves and loadsAnotherTest
2020-08-24Spreadsheet: Add back the menubarAnotherTest
2020-08-24Spreadsheet: Fix crash when a row number is selectedAnotherTest
2020-08-24Spreadsheet: Avoid crashing when a cell is created mid-updateAnotherTest
2020-08-24Spreadsheet: Add a syntax highlighter to the cell editorAnotherTest
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-24Spreadsheet: Document runtime functions and add a help windowAnotherTest
2020-08-24Spreadsheet: Add a topbar with a text editorAnotherTest
2020-08-24Spreadsheet: Start making a spreadsheet applicationAnotherTest