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.cpp
Age
Commit message (
Expand
)
Author
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-22
LibJS: Reduce AST memory usage by shrink-wrapping source range info
Andreas Kling
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
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: Make undo operation handle multiple cells at a time
martinfalisse
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-21
Spreadsheet: Add undo/redo implementation
Zack Penn
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-08
Spreadsheet: No longer use vm.exception() to signal exception state
davidot
2022-01-03
LibJS: Return Optional<T> from Completion::{value,target}(), not T
Linus Groh
2021-12-12
Spreadsheet: Avoid using Value.to_string_without_side_effects()
Ali Mohammad Pur
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-09-11
Spreadsheet: Avoid making StringView of temporary ByteBuffer
Ben Wiederhake
2021-08-30
Spreadsheet: Don't invalidate the model on set_data()
Ali Mohammad Pur
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-24
Spreadsheet: Store the column index in a Position instead of its name
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling