summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/SpreadsheetWidget.cpp
AgeCommit message (Expand)Author
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-14LibFileSystemAccessClient: Rename `try_save_file` =>Lucas CHOLLET
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
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-09Spreadsheet+LibGUI: Set EmojiInputDialog as a CaptureInput modalthankyouverycool
2022-09-08Spreadsheet: Add Insert Emoji actionelectrikmilk
2022-08-30Applications+DevTools: Remove fixed sizes from Splittersthankyouverycool
2022-08-26SpreadSheet: Pass parent window when constructing About actionthankyouverycool
2022-08-25Applications: Use modeless windows in some appsthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-26Spreadsheet: Allow importing sheets into an existing workbookAli Mohammad Pur
2022-06-26Spreadsheet: Prevent OOB access to text editor bufferAli Mohammad Pur
2022-05-24Spreadsheet: Make save functions take a Core::File instead of a filenameKarol Kosek
2022-05-24Spreadsheet: Open files using FileSystemAccessClient::try_open_file()Karol Kosek
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-13Spreadsheet: Implement undo functionality where missingmartinfalisse
2022-04-13Spreadsheet: Make undo operation handle multiple cells at a timemartinfalisse
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-06Spreadsheet: Change paste action's enabled state on clipboard changeKarol Kosek
2022-03-28Spreadsheet: Don't remove on_change tab function after loading a fileKarol Kosek
2022-03-28Spreadsheet: Create rename action using the GUI::CommonActions helperKarol Kosek
2022-03-28Spreadsheet: Reuse save and rename actionsKarol Kosek
2022-03-26Spreadsheet: Update Undo / Redo button stateSimon Danner
2022-03-15Spreadsheet: Move tab widget actions to the main widget constructorKarol Kosek
2022-03-15Spreadsheet: Get the active sheet via TabWidget::active_widget()Karol Kosek
2022-03-15Spreadsheet: Set tab functions for every tab on setupKarol Kosek
2022-03-04Spreadsheet: Ask about unsaved changes on "Open..." action activationKarol Kosek
2022-03-03Spreadsheet: Simplify enabling actions on selectionKarol Kosek
2022-03-03Spreadsheet: Move deselection instructions to on_selection_droppedKarol Kosek
2022-03-03Spreadsheet: Show the opened filename in the window titleKarol Kosek
2022-02-26Spreadsheet: Disable cut/copy if no cell is selectedFiliph Sandström
2022-02-21Spreadsheet: Add undo/redo implementationZack Penn
2022-02-20Spreadsheet: Use the system-wide unsaved changes dialogKarol Kosek
2022-02-15Spreadsheet: Improve 'Functions Help' buttonelectrikmilk
2022-02-15Spreadsheet: Insert missing iconselectrikmilk
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-20SpreadSheet: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-16Everywhere: Mark Vector of mutable references as mutablecreator1creeper1
2022-01-15Spreadsheet: Use FileSystemAccessClient for the reading of filesGlenford Williams
2022-01-09Spreadsheet: Properly pass parent window to WorkbookGlenford Williams
2021-12-12Spreadsheet: Replace the help button's text with something we can renderAli Mohammad Pur
2021-12-01Spreadsheet: Allow sheet renaming after double clicking on the tabwidgetErik Biederstadt
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-01Spreadsheet: Add a toolbarSamuel Bowman
2021-10-01Spreadsheet: Store actions in member variables on SpreadsheetWidgetSamuel Bowman