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-04-13
Spreadsheet: Implement undo functionality where missing
martinfalisse
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
WindowServer+LibGUI: Expose raw scroll wheel values to applications
circl
2022-03-20
Spreadsheet: Only update the selection on primary mousedown
Ali Mohammad Pur
2022-03-19
Spreadsheet+LibGUI: Calculate cell position given scroll position
martinfalisse
2022-03-19
Spreadsheet: Handle case when drag-and-drop location is out of bounds
martinfalisse
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: Set cursor manually so that correct cells are outlined
martinfalisse
2022-03-19
Spreadsheet: Select the correct cell on click
martinfalisse
2022-03-19
Spreadsheet: Display different cursors depending on action
martinfalisse
2022-03-19
Spreadsheet: Add states for cursor hovering
martinfalisse
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
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