summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/SpreadsheetModel.h
AgeCommit message (Expand)Author
2023-05-15Userland: Port `Model::column_name()` to StringKarol Kosek
2023-04-29Spreadsheet: Add CellUndoMetadataCommand classhuttongrabiel
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-26Spreadsheet: Display a detailed view of a cell error on hoverAli Mohammad Pur
2022-04-13Spreadsheet: Implement undo functionality where missingmartinfalisse
2022-04-13Spreadsheet: Make undo operation handle multiple cells at a timemartinfalisse
2022-02-21Spreadsheet: Add undo/redo implementationZack Penn
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling