index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
Spreadsheet
/
SpreadsheetView.h
Age
Commit message (
Expand
)
Author
2023-01-12
Userland: Replace remaining Core::Timer::construct()s with try_create()
Sam Atkins
2023-01-07
Spreadsheet: Remove cursor keys from is_navigation
Cody Hein
2022-06-26
Spreadsheet: Display a detailed view of a cell error on hover
Ali Mohammad Pur
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-19
Spreadsheet: Implement extend functionality
martinfalisse
2022-03-19
Spreadsheet: Cut instead of copy when dragging a cell's items
martinfalisse
2022-03-19
Spreadsheet: Rename variables to better describe their function
martinfalisse
2022-03-19
Spreadsheet: On cut end select same cells in target location
martinfalisse
2022-03-19
Spreadsheet: Select the correct cell on click
martinfalisse
2022-03-19
Spreadsheet: Add states for cursor hovering
martinfalisse
2022-02-21
Spreadsheet: Add undo/redo implementation
Zack Penn
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2021-08-10
Spreadsheet: Call SheetModel::update() instead of invalidate()
sin-ack
2021-07-11
TableView: Do not select input on keydown
Jelle Raaijmakers
2021-07-04
Spreadsheet: Add function for moving cursor
zawwwu
2021-06-17
Spreadsheet: Do not cancel drag-select when moving over a cell corner
Ali Mohammad Pur
2021-05-31
Spreadsheet: Keep value when clicking out of a cell
Brandon Hamilton
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-22
Spreadsheet: Do not assume that a worksheet always exists
AnotherTest
2021-03-22
Spreadsheet: Only append new columns/rows every 50ms
AnotherTest
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling