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
Age
Commit message (
Expand
)
Author
2020-08-28
Spreadsheet: Enable "tab key navigation" in the spreadsheet tables
Andreas Kling
2020-08-28
Spreadsheet: Make Return move the cursor one step down
Andreas Kling
2020-08-28
Spreadsheet: Enable the "any key pressed" edit trigger in spreadsheets
Andreas Kling
2020-08-28
Spreadsheet: Let GUI::TableView paint the grid and cursor :^)
Andreas Kling
2020-08-28
Spreadsheet: Setup and prepare for cell types
AnotherTest
2020-08-28
Spreadsheet: Reorganise the sources a bit
AnotherTest
2020-08-28
Spreadsheet: Open help pages immediately when selecting them
Andreas Kling
2020-08-28
Spreadsheet: Don't store help window's widgets in raw pointers
Andreas Kling
2020-08-28
Spreadsheet: Do not clear cells when ctrl-selecting
AnotherTest
2020-08-27
Spreadsheet: Draw cell borders as 1px thin line :^)
Andreas Kling
2020-08-27
Spreadsheet: Draw cell cursor and selected cells differently
Andreas Kling
2020-08-27
Spreadsheet: Don't advertise the SpreadsheetModel as sortable
Andreas Kling
2020-08-27
Spreadsheet: Add support for changing multiple cells at once
AnotherTest
2020-08-27
Base+LibGUI+Spreadsheet: Add icons for Spreadsheet
AnotherTest
2020-08-27
Spreadsheet: Track selections across sheet switches
AnotherTest
2020-08-27
Spreadsheet: Show errors and make them red
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: Tweak row height slightly
Andreas Kling
2020-08-26
Spreadsheet: Use a fixed-width font in the cell editor
Andreas Kling
2020-08-26
Spreadsheet: Don't ignore selections in the A column :^)
Andreas Kling
2020-08-26
Spreadsheet: Enable row headers for the spreadsheet TableView
Andreas Kling
2020-08-26
Spreadsheet: Get rid of the "row numbers" column
Andreas Kling
2020-08-26
LibJS: Add a helper for calling JS::Function's with arguments
AnotherTest
2020-08-26
LibGUI: Rename table view's "cell painting delegate" to "column *"
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
LibJS: Make Interpreter::throw_exception() a void function
Linus Groh
2020-08-25
Spreadsheet: Add "Save As"
AnotherTest
2020-08-25
Spreadsheet: Implement state-preserving saves and loads
AnotherTest
2020-08-24
Spreadsheet: Add back the menubar
AnotherTest
2020-08-24
Spreadsheet: Fix crash when a row number is selected
AnotherTest
2020-08-24
Spreadsheet: Avoid crashing when a cell is created mid-update
AnotherTest
2020-08-24
Spreadsheet: Add a syntax highlighter to the cell editor
AnotherTest
2020-08-24
LibWeb: Move OutOfProcessWebView into the Web namespace
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
[prev]