summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/SpreadsheetView.cpp
AgeCommit message (Expand)Author
2022-04-13Spreadsheet: Implement undo functionality where missingmartinfalisse
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-03-20Spreadsheet: Only update the selection on primary mousedownAli Mohammad Pur
2022-03-19Spreadsheet+LibGUI: Calculate cell position given scroll positionmartinfalisse
2022-03-19Spreadsheet: Handle case when drag-and-drop location is out of boundsmartinfalisse
2022-03-19Spreadsheet: Implement extend functionalitymartinfalisse
2022-03-19Spreadsheet: Cut instead of copy when dragging a cell's itemsmartinfalisse
2022-03-19Spreadsheet: Rename variables to better describe their functionmartinfalisse
2022-03-19Spreadsheet: On cut end select same cells in target locationmartinfalisse
2022-03-19Spreadsheet: Set cursor manually so that correct cells are outlinedmartinfalisse
2022-03-19Spreadsheet: Select the correct cell on clickmartinfalisse
2022-03-19Spreadsheet: Display different cursors depending on actionmartinfalisse
2022-03-19Spreadsheet: Add states for cursor hoveringmartinfalisse
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
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