summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/Spreadsheet.cpp
AgeCommit message (Expand)Author
2021-06-17Spreadsheet: Correctly resolve nonstandard column namesAli Mohammad Pur
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-06-01Spreadsheet: Remove usage of URL::set_path()Max Wipfli
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-01Spreadsheet: Use String::bijective_base_from for column name resolutionTobias Christiansen
2021-04-24LibJS: Consolidate exception function names and source rangesLinus Groh
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-22Spreadsheet: Save the cells under the correct nameAnotherTest
2021-03-22Spreadsheet: Check for parse errors after parsing the sourceAnotherTest
2021-03-22Spreadsheet: Ignore empty cells when calculating data boundsAnotherTest
2021-03-22Spreadsheet: Add an import wizard, and add support for custom CSV filesAnotherTest
2021-03-22Spreadsheet: Don't assume that the 'cells' field is an objectAnotherTest
2021-03-17LibJS: Rename GlobalObject::initialize() => initialize_global_object()Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-01Spreadsheet: Implement the cut operation for cellsIdan Horowitz
2021-02-25Spreadsheet: Fix cell identifier labelJelle Raaijmakers
2021-02-24Spreadsheet: Store the column index in a Position instead of its nameAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Applications: Move to Userland/Applications/Andreas Kling