index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Spreadsheet
/
SpreadsheetModel.h
Age
Commit message (
Expand
)
Author
2023-05-15
Userland: Port `Model::column_name()` to String
Karol Kosek
2023-04-29
Spreadsheet: Add CellUndoMetadataCommand class
huttongrabiel
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-26
Spreadsheet: Display a detailed view of a cell error on hover
Ali Mohammad Pur
2022-04-13
Spreadsheet: Implement undo functionality where missing
martinfalisse
2022-04-13
Spreadsheet: Make undo operation handle multiple cells at a time
martinfalisse
2022-02-21
Spreadsheet: Add undo/redo implementation
Zack Penn
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling