summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/SpreadsheetView.cpp
AgeCommit message (Expand)Author
2022-01-03Spreadsheet: Background fill color after reaching vertical endmartinfalisse
2021-12-08Spreadsheet: Avoid implicitly copying ByteBufferBen Wiederhake
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-10Spreadsheet: Call SheetModel::update() instead of invalidate()sin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-11TableView: Do not select input on keydownJelle Raaijmakers
2021-07-04Spreadsheet: Add function for moving cursorzawwwu
2021-06-17Spreadsheet: Do not cancel drag-select when moving over a cell cornerAli Mohammad Pur
2021-05-31Spreadsheet: Keep value when clicking out of a cellBrandon Hamilton
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
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