summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/SpreadsheetView.h
AgeCommit message (Expand)Author
2023-01-12Userland: Replace remaining Core::Timer::construct()s with try_create()Sam Atkins
2023-01-07Spreadsheet: Remove cursor keys from is_navigationCody Hein
2022-06-26Spreadsheet: Display a detailed view of a cell error on hoverAli Mohammad Pur
2022-04-01Everywhere: Run clang-formatIdan Horowitz
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: Select the correct cell on clickmartinfalisse
2022-03-19Spreadsheet: Add states for cursor hoveringmartinfalisse
2022-02-21Spreadsheet: Add undo/redo implementationZack Penn
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-08-10Spreadsheet: Call SheetModel::update() instead of 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-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-22Spreadsheet: Do not assume that a worksheet always existsAnotherTest
2021-03-22Spreadsheet: Only append new columns/rows every 50msAnotherTest
2021-01-12Applications: Move to Userland/Applications/Andreas Kling