index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Spreadsheet
/
SpreadsheetView.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2020-12-22
Spreadsheet: Improve sheet update efficiency
AnotherTest
2020-12-17
LibGUI: Move selection behavior from TableView up to AbstractView
Andreas Kling
2020-11-30
Spreadsheet: Invert the drag-selection trigger
AnotherTest
2020-11-30
Spreadsheet: Implement drag-to-select
AnotherTest
2020-11-30
Spreadsheet: Clear the cell and commit when the delete key is pressed
AnotherTest
2020-11-30
Spreadsheet: Implement infinit-scroll for columns
AnotherTest
2020-11-30
Spreadsheet: Implement infinite-scroll for rows
AnotherTest
2020-11-08
Spreadsheet: Add support for copying ranges of cells to other cells
AnotherTest
2020-11-03
Spreadsheet: Enable Drag&Drop and Copy/Paste
AnotherTest
2020-10-25
LibGUI: Make table view row height+padding font-size-relative
Andreas Kling
2020-09-25
Spreadsheet: Add conditional formatting
AnotherTest
2020-09-12
Spreadsheet: Allow customising the cell foreground and background colors
AnotherTest
2020-08-29
Spreadsheet: Add (limited) support for custom cell formatting
AnotherTest
2020-08-29
Spreadsheet: Make cells right-aligned by default
Andreas Kling
2020-08-28
Spreadsheet: Have cursor movement keys commit and stop cell editing
Andreas Kling
2020-08-28
Spreadsheet: Enable "tab key navigation" in the spreadsheet tables
Andreas Kling
2020-08-28
Spreadsheet: Make Return move the cursor one step down
Andreas Kling
2020-08-28
Spreadsheet: Enable the "any key pressed" edit trigger in spreadsheets
Andreas Kling
2020-08-28
Spreadsheet: Let GUI::TableView paint the grid and cursor :^)
Andreas Kling
2020-08-27
Spreadsheet: Draw cell borders as 1px thin line :^)
Andreas Kling
2020-08-27
Spreadsheet: Draw cell cursor and selected cells differently
Andreas Kling
2020-08-27
Spreadsheet: Add support for changing multiple cells at once
AnotherTest
2020-08-27
Spreadsheet: Track selections across sheet switches
AnotherTest
2020-08-27
Spreadsheet: Show errors and make them red
AnotherTest
2020-08-26
Spreadsheet: Tweak row height slightly
Andreas Kling
2020-08-26
Spreadsheet: Don't ignore selections in the A column :^)
Andreas Kling
2020-08-26
Spreadsheet: Enable row headers for the spreadsheet TableView
Andreas Kling
2020-08-26
Spreadsheet: Get rid of the "row numbers" column
Andreas Kling
2020-08-26
LibGUI: Rename table view's "cell painting delegate" to "column *"
Andreas Kling
2020-08-26
Spreadsheet: Focus the spreadsheet table on startup
Andreas Kling
2020-08-24
Spreadsheet: Fix crash when a row number is selected
AnotherTest
2020-08-24
Spreadsheet: Add a topbar with a text editor
AnotherTest
2020-08-24
Spreadsheet: Start making a spreadsheet application
AnotherTest