index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Spreadsheet
/
Spreadsheet.cpp
Age
Commit message (
Expand
)
Author
2020-12-06
Spreadsheet: Use JS::Parser::print_errors() for reporting syntax errors
Linus Groh
2020-11-30
Spreadsheet: Implement infinit-scroll for columns
AnotherTest
2020-11-30
Spreadsheet: Implement infinite-scroll for rows
AnotherTest
2020-11-24
Spreadsheet: Allow copying from one cell to many
AnotherTest
2020-11-24
Spreadsheet: Add support for importing from and exporting to CSV files
AnotherTest
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-08
Spreadsheet: Add support for copying ranges of cells to other cells
AnotherTest
2020-11-03
Spreadsheet: Serialise Positions to URLs and add Sheet::from_uri()
AnotherTest
2020-10-15
Everywhere: Add missing <AK/TemporaryChange.h> includes
Andreas Kling
2020-10-06
Spreadsheet: Use new format functions.
asynts
2020-10-04
LibJS: Remove Interpreter::call()
Andreas Kling
2020-09-28
Spreadsheet: Let the cells know their own position in the sheet
AnotherTest
2020-09-27
AK: Remove the ctype adapters and use the actual ctype functions instead
Benoît Lormeau
2020-09-27
LibJS: Remove js_string(Interpreter&, ...)
Andreas Kling
2020-09-27
LibJS: Move most of Interpreter into VM
Andreas Kling
2020-09-25
Spreadsheet: Save and load cell types and formatting options
AnotherTest
2020-09-22
LibJS: Move the current exception from Interpreter to VM
Andreas Kling
2020-08-28
Spreadsheet: Reorganise the sources a bit
AnotherTest
2020-08-27
Spreadsheet: Add support for multiple sheets
AnotherTest
2020-08-26
LibJS: Add a helper for calling JS::Function's with arguments
AnotherTest
2020-08-25
LibJS: Make Interpreter::throw_exception() a void function
Linus Groh
2020-08-25
Spreadsheet: Implement state-preserving saves and loads
AnotherTest
2020-08-24
Spreadsheet: Avoid crashing when a cell is created mid-update
AnotherTest
2020-08-24
Spreadsheet: Document runtime functions and add a help window
AnotherTest
2020-08-24
Spreadsheet: Add a topbar with a text editor
AnotherTest
2020-08-24
Spreadsheet: Start making a spreadsheet application
AnotherTest