summaryrefslogtreecommitdiff
path: root/Applications/Spreadsheet
AgeCommit message (Expand)Author
2020-08-28Spreadsheet: Enable "tab key navigation" in the spreadsheet tablesAndreas Kling
2020-08-28Spreadsheet: Make Return move the cursor one step downAndreas Kling
2020-08-28Spreadsheet: Enable the "any key pressed" edit trigger in spreadsheetsAndreas Kling
2020-08-28Spreadsheet: Let GUI::TableView paint the grid and cursor :^)Andreas Kling
2020-08-28Spreadsheet: Setup and prepare for cell typesAnotherTest
2020-08-28Spreadsheet: Reorganise the sources a bitAnotherTest
2020-08-28Spreadsheet: Open help pages immediately when selecting themAndreas Kling
2020-08-28Spreadsheet: Don't store help window's widgets in raw pointersAndreas Kling
2020-08-28Spreadsheet: Do not clear cells when ctrl-selectingAnotherTest
2020-08-27Spreadsheet: Draw cell borders as 1px thin line :^)Andreas Kling
2020-08-27Spreadsheet: Draw cell cursor and selected cells differentlyAndreas Kling
2020-08-27Spreadsheet: Don't advertise the SpreadsheetModel as sortableAndreas Kling
2020-08-27Spreadsheet: Add support for changing multiple cells at onceAnotherTest
2020-08-27Base+LibGUI+Spreadsheet: Add icons for SpreadsheetAnotherTest
2020-08-27Spreadsheet: Track selections across sheet switchesAnotherTest
2020-08-27Spreadsheet: Show errors and make them redAnotherTest
2020-08-27Spreadsheet: Add support for multiple sheetsAnotherTest
2020-08-27Spreadsheet: Move sheet management to a Workbook classAnotherTest
2020-08-26Spreadsheet: Tweak row height slightlyAndreas Kling
2020-08-26Spreadsheet: Use a fixed-width font in the cell editorAndreas Kling
2020-08-26Spreadsheet: Don't ignore selections in the A column :^)Andreas Kling
2020-08-26Spreadsheet: Enable row headers for the spreadsheet TableViewAndreas Kling
2020-08-26Spreadsheet: Get rid of the "row numbers" columnAndreas Kling
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-26LibGUI: Rename table view's "cell painting delegate" to "column *"Andreas Kling
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-26Spreadsheet: Focus the spreadsheet table on startupAndreas Kling
2020-08-25LibJS: Make Interpreter::throw_exception() a void functionLinus Groh
2020-08-25Spreadsheet: Add "Save As"AnotherTest
2020-08-25Spreadsheet: Implement state-preserving saves and loadsAnotherTest
2020-08-24Spreadsheet: Add back the menubarAnotherTest
2020-08-24Spreadsheet: Fix crash when a row number is selectedAnotherTest
2020-08-24Spreadsheet: Avoid crashing when a cell is created mid-updateAnotherTest
2020-08-24Spreadsheet: Add a syntax highlighter to the cell editorAnotherTest
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-24Spreadsheet: Document runtime functions and add a help windowAnotherTest
2020-08-24Spreadsheet: Add a topbar with a text editorAnotherTest
2020-08-24Spreadsheet: Start making a spreadsheet applicationAnotherTest