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
/
Spreadsheet.cpp
Age
Commit message (
Expand
)
Author
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
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-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-08-23
LibJS: Remove {Bytecode::,}Interpreter::global_object()
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
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-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-20
Spreadsheet: Skip over "invalid" saved cell values
Ali Mohammad Pur
2022-03-19
Spreadsheet: Take into account cell order when copying and cutting
martinfalisse
2022-03-19
Spreadsheet: Cut instead of copy when dragging a cell's items
martinfalisse
2022-02-20
Spreadsheet: Remove Debug Statement
u9g
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-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-08
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Linus Groh
2021-12-12
Spreadsheet: Avoid using Value.to_string_without_side_effects()
Ali Mohammad Pur
2021-12-12
Spreadsheet: Replace hacky JS VM configuration with a more correct one
Ali Mohammad Pur
2021-12-12
Spreadsheet: Reimplement ranges as lazy objects instead of arrays
Ali Mohammad Pur
2021-12-12
Spreadsheet: Don't recreate the global environment on every evaluation
Ali Mohammad Pur
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-03
LibJS: Convert has_own_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-09-30
SpreadSheet: Fix that non first sheets could not access global functions
davidot
2021-09-30
SpreadSheet: Fix that the js integration abused global objects
davidot
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
2021-08-29
Spreadsheet: Save and load cell alignment
Mandar Kulkarni
2021-08-09
Spreadsheet: Make convert_from_string() return Optional<size_t>
Mandar Kulkarni
2021-08-09
Spreadsheet: Fix column index string to number conversion
Mandar Kulkarni
2021-07-06
LibJS: Remove the non-standard put helper and replace it's usages
Idan Horowitz
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-06-29
AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()
Max Wipfli
2021-06-29
AK: Use OrderedHashMap in JsonObject
Max Wipfli
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-17
Spreadsheet: Correctly resolve nonstandard column names
Ali Mohammad Pur
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-01
Spreadsheet: Remove usage of URL::set_path()
Max Wipfli
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-01
Spreadsheet: Use String::bijective_base_from for column name resolution
Tobias Christiansen
2021-04-24
LibJS: Consolidate exception function names and source ranges
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
[next]