summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/SpreadsheetWidget.h
AgeCommit message (Expand)Author
2023-04-03Spreadsheet: Propagate errors from SpreadsheetWidget::initialize_menubarSam Atkins
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-01-16Spreadsheet: Port to `Core::Stream`Lucas CHOLLET
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-09-27Spreadsheet: Add toolbar actions to change the cell styleMarco Santos
2022-09-08Spreadsheet: Add Insert Emoji actionelectrikmilk
2022-06-26Spreadsheet: Allow importing sheets into an existing workbookAli Mohammad Pur
2022-05-24Spreadsheet: Make save functions take a Core::File instead of a filenameKarol Kosek
2022-04-06Spreadsheet: Change paste action's enabled state on clipboard changeKarol Kosek
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-15Spreadsheet: Get the active sheet via TabWidget::active_widget()Karol Kosek
2022-03-03Spreadsheet: Show the opened filename in the window titleKarol Kosek
2022-02-21Spreadsheet: Add undo/redo implementationZack Penn
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-20SpreadSheet: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-15Spreadsheet: Use FileSystemAccessClient for the reading of filesGlenford Williams
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-01Spreadsheet: Store actions in member variables on SpreadsheetWidgetSamuel Bowman
2021-10-01Spreadsheet: Move menu and action code to initialize_menubar()Samuel Bowman
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-22Spreadsheet: Do not assume that a worksheet always existsAnotherTest
2021-01-12Applications: Move to Userland/Applications/Andreas Kling