index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Spreadsheet
/
SpreadsheetWidget.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2021-01-02
Spreadsheet: Drop all references to example windows when closing them
AnotherTest
2021-01-02
Spreadsheet: Avoid OOB access and use-after-move in selection
AnotherTest
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-29
Spreadsheet: Show a small inline doc window for the "current" function
AnotherTest
2020-12-29
Spreadsheet: Highlight the source causing an exception in red
AnotherTest
2020-12-23
Spreadsheet: Prompt user before closing with unsaved changes
Xavier Cooney
2020-12-22
Spreadsheet: Make it possible to rename sheets
AnotherTest
2020-12-12
Spreadsheet: Reduce top bar default height
Linus Groh
2020-11-30
Spreadsheet: Clear callbacks on persistent widgets before tearing tabs down
AnotherTest
2020-11-08
Spreadsheet: Update the view when using the cell editor
AnotherTest
2020-10-31
Spreadsheet: Add support for example views and hyperlinks in the docs
AnotherTest
2020-10-06
Spreadsheet: Use new format functions.
asynts
2020-08-28
Spreadsheet: Do not clear cells when ctrl-selecting
AnotherTest
2020-08-27
Spreadsheet: Add support for changing multiple cells at once
AnotherTest
2020-08-27
Spreadsheet: Add support for multiple sheets
AnotherTest
2020-08-27
Spreadsheet: Move sheet management to a Workbook class
AnotherTest
2020-08-26
Spreadsheet: Use a fixed-width font in the cell editor
Andreas Kling
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-26
Spreadsheet: Focus the spreadsheet table on startup
Andreas Kling
2020-08-25
Spreadsheet: Add "Save As"
AnotherTest
2020-08-25
Spreadsheet: Implement state-preserving saves and loads
AnotherTest
2020-08-24
Spreadsheet: Add a syntax highlighter to the cell editor
AnotherTest
2020-08-24
Spreadsheet: Document runtime functions and add a help window
AnotherTest
2020-08-24
Spreadsheet: Add a topbar with a text editor
AnotherTest
2020-08-24
Spreadsheet: Start making a spreadsheet application
AnotherTest