summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/SpreadsheetView.cpp
AgeCommit message (Expand)Author
2021-03-28LibGUI: Make GUI::Widget::event() protectedAndreas Kling
2021-03-24Spreadsheet: Ensure that cell exists on drop event for text dataDavid Isaksson
2021-03-22Spreadsheet: Only append new columns/rows every 50msAnotherTest
2021-03-18Spreadsheet: Set default width for columnsthankyouverycool
2021-02-24Spreadsheet: Store the column index in a Position instead of its nameAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling