index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Spreadsheet
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-12-20
LibGUI: Introduce GML - a simple GUI Markup Language :^)
Andreas Kling
2020-11-24
Spreadsheet: Add a CSV reader and writer
AnotherTest
2020-09-25
Spreadsheet: Add the 'Date' cell type
AnotherTest
2020-09-25
Spreadsheet: Add conditional formatting
AnotherTest
2020-09-12
Spreadsheet: Implement a specialised version of printf for formatting
AnotherTest
2020-08-29
Spreadsheet: Add (limited) support for custom cell formatting
AnotherTest
2020-08-28
Spreadsheet: Setup and prepare for cell types
AnotherTest
2020-08-28
Spreadsheet: Reorganise the sources a bit
AnotherTest
2020-08-27
Spreadsheet: Add support for multiple sheets
AnotherTest
2020-08-27
Spreadsheet: Move sheet management to a Workbook class
AnotherTest
2020-08-24
Spreadsheet: Add a syntax highlighter to the cell editor
AnotherTest
2020-08-24
Spreadsheet: Document runtime functions and add a help window
AnotherTest
2020-08-24
Spreadsheet: Start making a spreadsheet application
AnotherTest