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
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
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-22
Spreadsheet: Save the cells under the correct name
AnotherTest
2021-03-22
Spreadsheet: Check for parse errors after parsing the source
AnotherTest
2021-03-22
Spreadsheet: Ignore empty cells when calculating data bounds
AnotherTest
2021-03-22
Spreadsheet: Add an import wizard, and add support for custom CSV files
AnotherTest
2021-03-22
Spreadsheet: Don't assume that the 'cells' field is an object
AnotherTest
2021-03-17
LibJS: Rename GlobalObject::initialize() => initialize_global_object()
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-01
Spreadsheet: Implement the cut operation for cells
Idan Horowitz
2021-02-25
Spreadsheet: Fix cell identifier label
Jelle Raaijmakers
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-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling