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
/
Workbook.cpp
Age
Commit message (
Expand
)
Author
2022-08-23
LibJS: Remove {Bytecode::,}Interpreter::global_object()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-06-26
Spreadsheet: Allow importing sheets into an existing workbook
Ali Mohammad Pur
2022-05-24
Spreadsheet: Make save functions take a Core::File instead of a filename
Karol Kosek
2022-05-24
Spreadsheet: Remove unused Workbook::load() function
Karol Kosek
2022-05-24
Spreadsheet: Use TRY() on file load and save
Karol Kosek
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-01-22
Spreadsheet: Enable dynamic import of javascript modules
davidot
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-20
SpreadSheet: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-15
Spreadsheet: Use FileSystemAccessClient for the reading of files
Glenford Williams
2022-01-09
Spreadsheet: Properly pass parent window to Workbook
Glenford Williams
2021-12-12
Spreadsheet: Replace hacky JS VM configuration with a more correct one
Ali Mohammad Pur
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-08-20
LibCore: Make Core::File::open() return OSError in case of failure
Andreas Kling
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-06
LibJS: Remove the non-standard put helper and replace it's usages
Idan Horowitz
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-22
Spreadsheet: Add an export wizard, and support for custom CSV exports
AnotherTest
2021-03-22
Spreadsheet: Add an import wizard, and add support for custom CSV files
AnotherTest
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling