summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/Cell.h
AgeCommit message (Expand)Author
2023-04-29Spreadsheet: Add CellChange constructor for changes in type metadatahuttongrabiel
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-06-26Spreadsheet: Display a detailed view of a cell error on hoverAli Mohammad Pur
2022-04-13Spreadsheet: Make undo operation handle multiple cells at a timemartinfalisse
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-21Spreadsheet: Add undo/redo implementationZack Penn
2022-02-08Spreadsheet: No longer use vm.exception() to signal exception statedavidot
2021-12-12Spreadsheet: Avoid using Value.to_string_without_side_effects()Ali Mohammad Pur
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling