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-11-30
Spreadsheet: Implement drag-to-select
AnotherTest
2020-11-30
Spreadsheet: Clear callbacks on persistent widgets before tearing tabs down
AnotherTest
2020-11-30
Spreadsheet: Clear the cell and commit when the delete key is pressed
AnotherTest
2020-11-30
Spreadsheet: Implement infinit-scroll for columns
AnotherTest
2020-11-30
Spreadsheet: Implement infinite-scroll for rows
AnotherTest
2020-11-30
Spreadsheet: Force-update the spreadsheet widget after pasting
AnotherTest
2020-11-24
Spreadsheet: Allow copying from one cell to many
AnotherTest
2020-11-24
Spreadsheet: Add support for importing from and exporting to CSV files
AnotherTest
2020-11-24
Spreadsheet: Add a CSV reader and writer
AnotherTest
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-08
Spreadsheet: Add support for copying ranges of cells to other cells
AnotherTest
2020-11-08
Spreadsheet: Update the view when using the cell editor
AnotherTest
2020-11-03
Spreadsheet: Enable Drag&Drop and Copy/Paste
AnotherTest
2020-11-03
Spreadsheet: Serialise Positions to URLs and add Sheet::from_uri()
AnotherTest
2020-11-02
Applications: Use pledge and unveil
Brendan Coles
2020-11-02
Applications: Use GUI::Icon::default_icon to set application icon
Brendan Coles
2020-10-31
Spreadsheet: Add support for example views and hyperlinks in the docs
AnotherTest
2020-10-31
Applications: Use application icons for dialog windows
Brendan Coles
2020-10-31
Spreadsheet: Add Help menu
Brendan Coles
2020-10-25
LibGUI: Make table view row height+padding font-size-relative
Andreas Kling
2020-10-15
Everywhere: Add missing <AK/TemporaryChange.h> includes
Andreas Kling
2020-10-10
Spreadsheet: Fix rendering of documentation examples
Linus Groh
2020-10-06
Spreadsheet: Use new format functions.
asynts
2020-10-04
LibJS: Remove Interpreter::call()
Andreas Kling
2020-09-28
Spreadsheet: Let the cells know their own position in the sheet
AnotherTest
2020-09-27
AK: Remove the ctype adapters and use the actual ctype functions instead
Benoît Lormeau
2020-09-27
LibJS: Remove js_string(Interpreter&, ...)
Andreas Kling
2020-09-27
LibJS: Make native function/property callbacks take VM, not Interpreter
Andreas Kling
2020-09-27
LibJS: Move most of Interpreter into VM
Andreas Kling
2020-09-26
Spreadsheet: clang-format
Andreas Kling
2020-09-25
Spreadsheet: Add the 'Date' cell type
AnotherTest
2020-09-25
Spreadsheet: Treat an empty format string as "default"
AnotherTest
2020-09-25
Spreadsheet: Save and load cell types and formatting options
AnotherTest
2020-09-25
Spreadsheet: Add conditional formatting
AnotherTest
2020-09-22
LibJS: Move the current exception from Interpreter to VM
Andreas Kling
2020-09-21
LibJS: Rename InterpreterScope => InterpreterExecutionScope
Andreas Kling
2020-09-21
Spreadsheet: Always keep the workbook interpreter in VM scope
AnotherTest
2020-09-20
LibJS+Clients: Add JS::VM object, separate Heap from Interpreter
Andreas Kling
2020-09-12
Spreadsheet: Implement a specialised version of printf for formatting
AnotherTest
2020-09-12
Spreadsheet: Allow customising the cell foreground and background colors
AnotherTest
2020-09-12
Spreadsheet: Allow cells to optionally have static fg/bg colors
AnotherTest
2020-09-08
Spreadsheet: Add "final" to JS objects and tweak declarations
Andreas Kling
2020-08-29
Spreadsheet: Add (limited) support for custom cell formatting
AnotherTest
2020-08-29
Spreadsheet: Make cells right-aligned by default
Andreas Kling
2020-08-28
Spreadsheet: Treat Return as a cursor key in the cell editing delegate
Andreas Kling
2020-08-28
Spreadsheet: Have cursor movement keys commit and stop cell editing
Andreas Kling
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
[next]