summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet
AgeCommit message (Expand)Author
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
2020-09-21Spreadsheet: Always keep the workbook interpreter in VM scopeAnotherTest
2020-09-20LibJS+Clients: Add JS::VM object, separate Heap from InterpreterAndreas Kling
2020-09-12Spreadsheet: Implement a specialised version of printf for formattingAnotherTest
2020-09-12Spreadsheet: Allow customising the cell foreground and background colorsAnotherTest
2020-09-12Spreadsheet: Allow cells to optionally have static fg/bg colorsAnotherTest
2020-09-08Spreadsheet: Add "final" to JS objects and tweak declarationsAndreas Kling
2020-08-29Spreadsheet: Add (limited) support for custom cell formattingAnotherTest
2020-08-29Spreadsheet: Make cells right-aligned by defaultAndreas Kling
2020-08-28Spreadsheet: Treat Return as a cursor key in the cell editing delegateAndreas Kling
2020-08-28Spreadsheet: Have cursor movement keys commit and stop cell editingAndreas Kling
2020-08-28Spreadsheet: Enable "tab key navigation" in the spreadsheet tablesAndreas Kling
2020-08-28Spreadsheet: Make Return move the cursor one step downAndreas Kling