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.cpp
Age
Commit message (
Expand
)
Author
2022-01-03
Spreadsheet: Background fill color after reaching vertical end
martinfalisse
2021-12-08
Spreadsheet: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-10
Spreadsheet: Call SheetModel::update() instead of invalidate()
sin-ack
2021-08-06
Everywhere: Replace Model::update() with Model::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-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-28
LibGUI: Make GUI::Widget::event() protected
Andreas Kling
2021-03-24
Spreadsheet: Ensure that cell exists on drop event for text data
David Isaksson
2021-03-22
Spreadsheet: Only append new columns/rows every 50ms
AnotherTest
2021-03-18
Spreadsheet: Set default width for columns
thankyouverycool
2021-02-24
Spreadsheet: Store the column index in a Position instead of its name
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling