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
/
main.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-04
Everywhere: Use GUI::CommonActions::make_about_action()
Andreas Kling
2021-01-02
Spreadsheet: Drop all references to example windows when closing them
AnotherTest
2020-12-23
Spreadsheet: Prompt user before closing with unsaved changes
Xavier Cooney
2020-12-22
Spreadsheet: struct Cell => class Cell
AnotherTest
2020-11-30
Spreadsheet: Force-update the spreadsheet widget after pasting
AnotherTest
2020-11-08
Spreadsheet: Add support for copying ranges of cells to other cells
AnotherTest
2020-11-03
Spreadsheet: Enable Drag&Drop and Copy/Paste
AnotherTest
2020-11-02
Applications: Use pledge and unveil
Brendan Coles
2020-11-02
Applications: Use GUI::Icon::default_icon to set application icon
Brendan Coles
2020-10-31
Spreadsheet: Add Help menu
Brendan Coles
2020-10-06
Spreadsheet: Use new format functions.
asynts
2020-08-27
Base+LibGUI+Spreadsheet: Add icons for Spreadsheet
AnotherTest
2020-08-27
Spreadsheet: Add support for multiple sheets
AnotherTest
2020-08-25
Spreadsheet: Add "Save As"
AnotherTest
2020-08-25
Spreadsheet: Implement state-preserving saves and loads
AnotherTest
2020-08-24
Spreadsheet: Add back the menubar
AnotherTest
2020-08-24
Spreadsheet: Document runtime functions and add a help window
AnotherTest
2020-08-24
Spreadsheet: Start making a spreadsheet application
AnotherTest