summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet
AgeCommit message (Expand)Author
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
2020-10-31Spreadsheet: Add support for example views and hyperlinks in the docsAnotherTest
2020-10-31Applications: Use application icons for dialog windowsBrendan Coles
2020-10-31Spreadsheet: Add Help menuBrendan Coles
2020-10-25LibGUI: Make table view row height+padding font-size-relativeAndreas Kling
2020-10-15Everywhere: Add missing <AK/TemporaryChange.h> includesAndreas Kling
2020-10-10Spreadsheet: Fix rendering of documentation examplesLinus Groh
2020-10-06Spreadsheet: Use new format functions.asynts
2020-10-04LibJS: Remove Interpreter::call()Andreas Kling
2020-09-28Spreadsheet: Let the cells know their own position in the sheetAnotherTest
2020-09-27AK: Remove the ctype adapters and use the actual ctype functions insteadBenoît Lormeau
2020-09-27LibJS: Remove js_string(Interpreter&, ...)Andreas Kling
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-26Spreadsheet: clang-formatAndreas Kling
2020-09-25Spreadsheet: Add the 'Date' cell typeAnotherTest
2020-09-25Spreadsheet: Treat an empty format string as "default"AnotherTest
2020-09-25Spreadsheet: Save and load cell types and formatting optionsAnotherTest
2020-09-25Spreadsheet: Add conditional formattingAnotherTest
2020-09-22LibJS: Move the current exception from Interpreter to VMAndreas Kling
2020-09-21LibJS: Rename InterpreterScope => InterpreterExecutionScopeAndreas Kling