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.h
Age
Commit message (
Expand
)
Author
2023-04-03
Spreadsheet: Propagate errors from SpreadsheetWidget::initialize_menubar
Sam Atkins
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-01-16
Spreadsheet: Port to `Core::Stream`
Lucas CHOLLET
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-08
Spreadsheet: Add Insert Emoji action
electrikmilk
2022-06-26
Spreadsheet: Allow importing sheets into an existing workbook
Ali Mohammad Pur
2022-05-24
Spreadsheet: Make save functions take a Core::File instead of a filename
Karol Kosek
2022-04-06
Spreadsheet: Change paste action's enabled state on clipboard change
Karol Kosek
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-15
Spreadsheet: Get the active sheet via TabWidget::active_widget()
Karol Kosek
2022-03-03
Spreadsheet: Show the opened filename in the window title
Karol Kosek
2022-02-21
Spreadsheet: Add undo/redo implementation
Zack Penn
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-20
SpreadSheet: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-15
Spreadsheet: Use FileSystemAccessClient for the reading of files
Glenford Williams
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-01
Spreadsheet: Store actions in member variables on SpreadsheetWidget
Samuel Bowman
2021-10-01
Spreadsheet: Move menu and action code to initialize_menubar()
Samuel Bowman
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-22
Spreadsheet: Do not assume that a worksheet always exists
AnotherTest
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling