summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet
AgeCommit message (Expand)Author
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2021-01-04Spreadsheet: Tweak documentation window layout slightlyAndreas Kling
2021-01-04Spreadsheet: Tidy up cell formatting dialog a bitAndreas Kling
2021-01-04Spreadsheet: Simplify conditional formatting property tab GMLAndreas Kling
2021-01-02LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)Andreas Kling
2021-01-02Spreadsheet: Drop all references to example windows when closing themAnotherTest
2021-01-02Spreadsheet: Avoid OOB access and use-after-move in selectionAnotherTest
2021-01-01LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTIAndreas Kling
2021-01-01LibJS: Use RTTI for inheritance checksAndreas Kling
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2021-01-01Applications+LibGUI: Convert all GML consumers to use the LibCore finderAndrew Kaster
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-29Spreadsheet: Show a small inline doc window for the "current" functionAnotherTest
2020-12-29Spreadsheet: Highlight the source causing an exception in redAnotherTest
2020-12-29Spreadsheet: Add a 'contents' getter/setter to PositionAnotherTest
2020-12-28LibGUI: Refactor AbstractView "multi select" mode into "selection mode"Andreas Kling
2020-12-28LibGUI: Make syntax highlighter communicate boldness instead of fontAndreas Kling
2020-12-23Spreadsheet: Prompt user before closing with unsaved changesXavier Cooney
2020-12-22Spreadsheet: Fix invalid check in SheetGlobalObject::column_index()AnotherTest
2020-12-22Spreadsheet: Improve sheet update efficiencyAnotherTest
2020-12-22Spreadsheet: Do not attempt to create columns with "negative" indicesAnotherTest
2020-12-22Spreadsheet: Override `visit_edges()` and visit stored JS objectsAnotherTest
2020-12-22Spreadsheet: Make it possible to rename sheetsAnotherTest
2020-12-22Spreadsheet: struct Cell => class CellAnotherTest
2020-12-22Spreadsheet: Accept (and ignore) invalid 'columns' in jsonAnotherTest
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-12-20LibGUI: Introduce GML - a simple GUI Markup Language :^)Andreas Kling
2020-12-17LibGUI: Move selection behavior from TableView up to AbstractViewAndreas Kling
2020-12-12Spreadsheet: Reduce top bar default heightLinus Groh
2020-12-06Spreadsheet: Use JS::Parser::print_errors() for reporting syntax errorsLinus Groh
2020-11-30Spreadsheet: Invert the drag-selection triggerAnotherTest
2020-11-30Spreadsheet: Implement drag-to-selectAnotherTest
2020-11-30Spreadsheet: Clear callbacks on persistent widgets before tearing tabs downAnotherTest
2020-11-30Spreadsheet: Clear the cell and commit when the delete key is pressedAnotherTest
2020-11-30Spreadsheet: Implement infinit-scroll for columnsAnotherTest
2020-11-30Spreadsheet: Implement infinite-scroll for rowsAnotherTest
2020-11-30Spreadsheet: Force-update the spreadsheet widget after pastingAnotherTest
2020-11-24Spreadsheet: Allow copying from one cell to manyAnotherTest
2020-11-24Spreadsheet: Add support for importing from and exporting to CSV filesAnotherTest
2020-11-24Spreadsheet: Add a CSV reader and writerAnotherTest
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-08Spreadsheet: Add support for copying ranges of cells to other cellsAnotherTest
2020-11-08Spreadsheet: Update the view when using the cell editorAnotherTest
2020-11-03Spreadsheet: Enable Drag&Drop and Copy/PasteAnotherTest
2020-11-03Spreadsheet: Serialise Positions to URLs and add Sheet::from_uri()AnotherTest
2020-11-02Applications: Use pledge and unveilBrendan Coles
2020-11-02Applications: Use GUI::Icon::default_icon to set application iconBrendan Coles