summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet/SpreadsheetView.cpp
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2020-12-22Spreadsheet: Improve sheet update efficiencyAnotherTest
2020-12-17LibGUI: Move selection behavior from TableView up to AbstractViewAndreas Kling
2020-11-30Spreadsheet: Invert the drag-selection triggerAnotherTest
2020-11-30Spreadsheet: Implement drag-to-selectAnotherTest
2020-11-30Spreadsheet: Clear the cell and commit when the delete key is pressedAnotherTest
2020-11-30Spreadsheet: Implement infinit-scroll for columnsAnotherTest
2020-11-30Spreadsheet: Implement infinite-scroll for rowsAnotherTest
2020-11-08Spreadsheet: Add support for copying ranges of cells to other cellsAnotherTest
2020-11-03Spreadsheet: Enable Drag&Drop and Copy/PasteAnotherTest
2020-10-25LibGUI: Make table view row height+padding font-size-relativeAndreas Kling
2020-09-25Spreadsheet: Add conditional formattingAnotherTest
2020-09-12Spreadsheet: Allow customising the cell foreground and background colorsAnotherTest
2020-08-29Spreadsheet: Add (limited) support for custom cell formattingAnotherTest
2020-08-29Spreadsheet: Make cells right-aligned by defaultAndreas Kling
2020-08-28Spreadsheet: Have cursor movement keys commit and stop cell editingAndreas Kling
2020-08-28Spreadsheet: Enable "tab key navigation" in the spreadsheet tablesAndreas Kling
2020-08-28Spreadsheet: Make Return move the cursor one step downAndreas Kling
2020-08-28Spreadsheet: Enable the "any key pressed" edit trigger in spreadsheetsAndreas Kling
2020-08-28Spreadsheet: Let GUI::TableView paint the grid and cursor :^)Andreas Kling
2020-08-27Spreadsheet: Draw cell borders as 1px thin line :^)Andreas Kling
2020-08-27Spreadsheet: Draw cell cursor and selected cells differentlyAndreas Kling
2020-08-27Spreadsheet: Add support for changing multiple cells at onceAnotherTest
2020-08-27Spreadsheet: Track selections across sheet switchesAnotherTest
2020-08-27Spreadsheet: Show errors and make them redAnotherTest
2020-08-26Spreadsheet: Tweak row height slightlyAndreas Kling
2020-08-26Spreadsheet: Don't ignore selections in the A column :^)Andreas Kling
2020-08-26Spreadsheet: Enable row headers for the spreadsheet TableViewAndreas Kling
2020-08-26Spreadsheet: Get rid of the "row numbers" columnAndreas Kling
2020-08-26LibGUI: Rename table view's "cell painting delegate" to "column *"Andreas Kling
2020-08-26Spreadsheet: Focus the spreadsheet table on startupAndreas Kling
2020-08-24Spreadsheet: Fix crash when a row number is selectedAnotherTest
2020-08-24Spreadsheet: Add a topbar with a text editorAnotherTest
2020-08-24Spreadsheet: Start making a spreadsheet applicationAnotherTest