summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet/CMakeLists.txt
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-20LibGUI: Introduce GML - a simple GUI Markup Language :^)Andreas Kling
2020-11-24Spreadsheet: Add a CSV reader and writerAnotherTest
2020-09-25Spreadsheet: Add the 'Date' cell typeAnotherTest
2020-09-25Spreadsheet: Add conditional formattingAnotherTest
2020-09-12Spreadsheet: Implement a specialised version of printf for formattingAnotherTest
2020-08-29Spreadsheet: Add (limited) support for custom cell formattingAnotherTest
2020-08-28Spreadsheet: Setup and prepare for cell typesAnotherTest
2020-08-28Spreadsheet: Reorganise the sources a bitAnotherTest
2020-08-27Spreadsheet: Add support for multiple sheetsAnotherTest
2020-08-27Spreadsheet: Move sheet management to a Workbook classAnotherTest
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: Start making a spreadsheet applicationAnotherTest