summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet/SpreadsheetWidget.cpp
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2021-01-02Spreadsheet: Drop all references to example windows when closing themAnotherTest
2021-01-02Spreadsheet: Avoid OOB access and use-after-move in selectionAnotherTest
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-29Spreadsheet: Show a small inline doc window for the "current" functionAnotherTest
2020-12-29Spreadsheet: Highlight the source causing an exception in redAnotherTest
2020-12-23Spreadsheet: Prompt user before closing with unsaved changesXavier Cooney
2020-12-22Spreadsheet: Make it possible to rename sheetsAnotherTest
2020-12-12Spreadsheet: Reduce top bar default heightLinus Groh
2020-11-30Spreadsheet: Clear callbacks on persistent widgets before tearing tabs downAnotherTest
2020-11-08Spreadsheet: Update the view when using the cell editorAnotherTest
2020-10-31Spreadsheet: Add support for example views and hyperlinks in the docsAnotherTest
2020-10-06Spreadsheet: Use new format functions.asynts
2020-08-28Spreadsheet: Do not clear cells when ctrl-selectingAnotherTest
2020-08-27Spreadsheet: Add support for changing multiple cells at onceAnotherTest
2020-08-27Spreadsheet: Add support for multiple sheetsAnotherTest
2020-08-27Spreadsheet: Move sheet management to a Workbook classAnotherTest
2020-08-26Spreadsheet: Use a fixed-width font in the cell editorAndreas 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-25Spreadsheet: Add "Save As"AnotherTest
2020-08-25Spreadsheet: Implement state-preserving saves and loadsAnotherTest
2020-08-24Spreadsheet: Add a syntax highlighter to the cell editorAnotherTest
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