Timothy Flynn
|
683c08744a
Userland: Avoid some conversions from rvalue strings to StringView
|
1 year ago |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 year ago |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 year ago |
Karol Kosek
|
2f35348104
Userland: Store MIME keys as String in Core::MimeData
|
1 year ago |
Karol Kosek
|
4f638d3af2
Userland: Take StringView in MimeData::data() and has_{format,text,urls}
|
1 year ago |
Andreas Kling
|
97ebfd9f0f
LibJS: Make Value::to_string_without_side_effects() infallible
|
1 year ago |
Sam Atkins
|
f33824d2e9
LibGUI+Userland: Propagate errors in Model::column_name()
|
2 years ago |
Andreas Kling
|
87ac906ee6
LibJS: Make Error stack traces lazier
|
2 years ago |
Karol Kosek
|
945f05ed76
Userland: Port `Model::column_name()` to String
|
2 years ago |
huttongrabiel
|
7c204745ee
Spreadsheet: Add CellUndoMetadataCommand class
|
2 years ago |
Timothy Flynn
|
a2f1b80c36
Assistant+Spreadsheet: Convert usages of Value::TDSWOSE to Value::TSWOSE
|
2 years ago |
Timothy Flynn
|
b245300ba1
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
|
2 years ago |
Tim Ledbetter
|
d32961777b
Spreadsheet: Don't recalculate column sizes when no data has changed
|
2 years ago |
Timothy Flynn
|
afeb7273cc
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andreas Kling
|
b0b022507b
LibJS: Reduce AST memory usage by shrink-wrapping source range info
|
2 years ago |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Ali Mohammad Pur
|
db4a5aafc8
Spreadsheet: Display a detailed view of a cell error on hover
|
3 years ago |
martinfalisse
|
22575c9370
Spreadsheet: Make undo operation handle multiple cells at a time
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Zack Penn
|
e41dfa6599
Spreadsheet: Add undo/redo implementation
|
3 years ago |
Lenny Maiorani
|
160bda7228
Applications: Use default constructors/destructors
|
3 years ago |
davidot
|
4ef1e8f226
Spreadsheet: No longer use vm.exception() to signal exception state
|
3 years ago |
Linus Groh
|
85f0fc2b83
LibJS: Return Optional<T> from Completion::{value,target}(), not T
|
3 years ago |
Ali Mohammad Pur
|
5f1a34bba3
Spreadsheet: Avoid using Value.to_string_without_side_effects()
|
3 years ago |
Linus Groh
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 years ago |
Ben Wiederhake
|
4ef9a1ba48
Spreadsheet: Avoid making StringView of temporary ByteBuffer
|
3 years ago |