summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet/Spreadsheet.cpp
AgeCommit message (Expand)Author
2020-12-06Spreadsheet: Use JS::Parser::print_errors() for reporting syntax errorsLinus Groh
2020-11-30Spreadsheet: Implement infinit-scroll for columnsAnotherTest
2020-11-30Spreadsheet: Implement infinite-scroll for rowsAnotherTest
2020-11-24Spreadsheet: Allow copying from one cell to manyAnotherTest
2020-11-24Spreadsheet: Add support for importing from and exporting to CSV filesAnotherTest
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-08Spreadsheet: Add support for copying ranges of cells to other cellsAnotherTest
2020-11-03Spreadsheet: Serialise Positions to URLs and add Sheet::from_uri()AnotherTest
2020-10-15Everywhere: Add missing <AK/TemporaryChange.h> includesAndreas Kling
2020-10-06Spreadsheet: Use new format functions.asynts
2020-10-04LibJS: Remove Interpreter::call()Andreas Kling
2020-09-28Spreadsheet: Let the cells know their own position in the sheetAnotherTest
2020-09-27AK: Remove the ctype adapters and use the actual ctype functions insteadBenoît Lormeau
2020-09-27LibJS: Remove js_string(Interpreter&, ...)Andreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-25Spreadsheet: Save and load cell types and formatting optionsAnotherTest
2020-09-22LibJS: Move the current exception from Interpreter to VMAndreas Kling
2020-08-28Spreadsheet: Reorganise the sources a bitAnotherTest
2020-08-27Spreadsheet: Add support for multiple sheetsAnotherTest
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-25LibJS: Make Interpreter::throw_exception() a void functionLinus Groh
2020-08-25Spreadsheet: Implement state-preserving saves and loadsAnotherTest
2020-08-24Spreadsheet: Avoid crashing when a cell is created mid-updateAnotherTest
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