summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet/main.cpp
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2021-01-02Spreadsheet: Drop all references to example windows when closing themAnotherTest
2020-12-23Spreadsheet: Prompt user before closing with unsaved changesXavier Cooney
2020-12-22Spreadsheet: struct Cell => class CellAnotherTest
2020-11-30Spreadsheet: Force-update the spreadsheet widget after pastingAnotherTest
2020-11-08Spreadsheet: Add support for copying ranges of cells to other cellsAnotherTest
2020-11-03Spreadsheet: Enable Drag&Drop and Copy/PasteAnotherTest
2020-11-02Applications: Use pledge and unveilBrendan Coles
2020-11-02Applications: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-10-31Spreadsheet: Add Help menuBrendan Coles
2020-10-06Spreadsheet: Use new format functions.asynts
2020-08-27Base+LibGUI+Spreadsheet: Add icons for SpreadsheetAnotherTest
2020-08-27Spreadsheet: Add support for multiple sheetsAnotherTest
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: Document runtime functions and add a help windowAnotherTest
2020-08-24Spreadsheet: Start making a spreadsheet applicationAnotherTest