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
2021-01-04
Everywhere: Use GUI::CommonActions::make_about_action()
Andreas Kling
2021-01-04
Spreadsheet: Tweak documentation window layout slightly
Andreas Kling
2021-01-04
Spreadsheet: Tidy up cell formatting dialog a bit
Andreas Kling
2021-01-04
Spreadsheet: Simplify conditional formatting property tab GML
Andreas Kling
2021-01-02
LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)
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
2021-01-01
LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI
Andreas Kling
2021-01-01
LibJS: Use RTTI for inheritance checks
Andreas Kling
2021-01-01
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
Andreas Kling
2021-01-01
Applications+LibGUI: Convert all GML consumers to use the LibCore finder
Andrew Kaster
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-29
Spreadsheet: Add a 'contents' getter/setter to Position
AnotherTest
2020-12-28
LibGUI: Refactor AbstractView "multi select" mode into "selection mode"
Andreas Kling
2020-12-28
LibGUI: Make syntax highlighter communicate boldness instead of font
Andreas Kling
2020-12-23
Spreadsheet: Prompt user before closing with unsaved changes
Xavier Cooney
2020-12-22
Spreadsheet: Fix invalid check in SheetGlobalObject::column_index()
AnotherTest
2020-12-22
Spreadsheet: Improve sheet update efficiency
AnotherTest
2020-12-22
Spreadsheet: Do not attempt to create columns with "negative" indices
AnotherTest
2020-12-22
Spreadsheet: Override `visit_edges()` and visit stored JS objects
AnotherTest
2020-12-22
Spreadsheet: Make it possible to rename sheets
AnotherTest
2020-12-22
Spreadsheet: struct Cell => class Cell
AnotherTest
2020-12-22
Spreadsheet: Accept (and ignore) invalid 'columns' in json
AnotherTest
2020-12-21
Build: Embed application icons directly in the executables.
William Marlow
2020-12-20
LibGUI: Introduce GML - a simple GUI Markup Language :^)
Andreas Kling
2020-12-17
LibGUI: Move selection behavior from TableView up to AbstractView
Andreas Kling
2020-12-12
Spreadsheet: Reduce top bar default height
Linus Groh
2020-12-06
Spreadsheet: Use JS::Parser::print_errors() for reporting syntax errors
Linus Groh
2020-11-30
Spreadsheet: Invert the drag-selection trigger
AnotherTest
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
[next]