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
/
SpreadsheetWidget.cpp
Age
Commit message (
Expand
)
Author
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-14
LibFileSystemAccessClient: Rename `try_save_file` =>
Lucas CHOLLET
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-09-27
Spreadsheet: Add toolbar actions to change the cell style
Marco Santos
2022-09-09
Spreadsheet+LibGUI: Set EmojiInputDialog as a CaptureInput modal
thankyouverycool
2022-09-08
Spreadsheet: Add Insert Emoji action
electrikmilk
2022-08-30
Applications+DevTools: Remove fixed sizes from Splitters
thankyouverycool
2022-08-26
SpreadSheet: Pass parent window when constructing About action
thankyouverycool
2022-08-25
Applications: Use modeless windows in some apps
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-26
Spreadsheet: Allow importing sheets into an existing workbook
Ali Mohammad Pur
2022-06-26
Spreadsheet: Prevent OOB access to text editor buffer
Ali Mohammad Pur
2022-05-24
Spreadsheet: Make save functions take a Core::File instead of a filename
Karol Kosek
2022-05-24
Spreadsheet: Open files using FileSystemAccessClient::try_open_file()
Karol Kosek
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-13
Spreadsheet: Implement undo functionality where missing
martinfalisse
2022-04-13
Spreadsheet: Make undo operation handle multiple cells at a time
martinfalisse
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-06
Spreadsheet: Change paste action's enabled state on clipboard change
Karol Kosek
2022-03-28
Spreadsheet: Don't remove on_change tab function after loading a file
Karol Kosek
2022-03-28
Spreadsheet: Create rename action using the GUI::CommonActions helper
Karol Kosek
2022-03-28
Spreadsheet: Reuse save and rename actions
Karol Kosek
2022-03-26
Spreadsheet: Update Undo / Redo button state
Simon Danner
2022-03-15
Spreadsheet: Move tab widget actions to the main widget constructor
Karol Kosek
2022-03-15
Spreadsheet: Get the active sheet via TabWidget::active_widget()
Karol Kosek
2022-03-15
Spreadsheet: Set tab functions for every tab on setup
Karol Kosek
2022-03-04
Spreadsheet: Ask about unsaved changes on "Open..." action activation
Karol Kosek
2022-03-03
Spreadsheet: Simplify enabling actions on selection
Karol Kosek
2022-03-03
Spreadsheet: Move deselection instructions to on_selection_dropped
Karol Kosek
2022-03-03
Spreadsheet: Show the opened filename in the window title
Karol Kosek
2022-02-26
Spreadsheet: Disable cut/copy if no cell is selected
Filiph Sandström
2022-02-21
Spreadsheet: Add undo/redo implementation
Zack Penn
2022-02-20
Spreadsheet: Use the system-wide unsaved changes dialog
Karol Kosek
2022-02-15
Spreadsheet: Improve 'Functions Help' button
electrikmilk
2022-02-15
Spreadsheet: Insert missing icons
electrikmilk
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-20
SpreadSheet: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-16
Everywhere: Mark Vector of mutable references as mutable
creator1creeper1
2022-01-15
Spreadsheet: Use FileSystemAccessClient for the reading of files
Glenford Williams
2022-01-09
Spreadsheet: Properly pass parent window to Workbook
Glenford Williams
2021-12-12
Spreadsheet: Replace the help button's text with something we can render
Ali Mohammad Pur
2021-12-01
Spreadsheet: Allow sheet renaming after double clicking on the tabwidget
Erik Biederstadt
2021-11-21
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
Ben Wiederhake
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-01
Spreadsheet: Add a toolbar
Samuel Bowman
2021-10-01
Spreadsheet: Store actions in member variables on SpreadsheetWidget
Samuel Bowman
[next]