summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet
AgeCommit message (Expand)Author
2021-04-04Spreadsheet: Declare the extern GML variable as an array, not a pointerDawid Wolosowicz
2021-03-29Everywhere: Change font properties to be described in GMLEdgar Araújo
2021-03-29Everywhere: Remove empty {} from GML objectsEdgar Araújo
2021-03-28Spreadsheet: Ignore extra empty lines after the rowsAnotherTest
2021-03-28Spreadsheet: Make the CSV reader more lenientAnotherTest
2021-03-28Spreadsheet: Show the error (if any) in csv import dialog's previewAnotherTest
2021-03-28LibGUI: Make GUI::Widget::event() protectedAndreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-24Spreadsheet: Ensure that cell exists on drop event for text dataDavid Isaksson
2021-03-23LibJS: Remove as_size_t()Linus Groh
2021-03-22Spreadsheet: Do not assume that a worksheet always existsAnotherTest
2021-03-22Spreadsheet: Save the cells under the correct nameAnotherTest
2021-03-22Spreadsheet: Check for parse errors after parsing the sourceAnotherTest
2021-03-22Spreadsheet: Do not assume that user input has balanced parenthesisAnotherTest
2021-03-22Spreadsheet: Add an export wizard, and support for custom CSV exportsAnotherTest
2021-03-22Spreadsheet: Ignore empty cells when calculating data boundsAnotherTest
2021-03-22Spreadsheet/XSV: Make the writer respect QuoteAllAnotherTest
2021-03-22Spreadsheet: Add an import wizard, and add support for custom CSV filesAnotherTest
2021-03-22Spreadsheet/XSV: Add at() accessorsAnotherTest
2021-03-22Spreadsheet: Don't assume that the 'cells' field is an objectAnotherTest
2021-03-22Spreadsheet: Only append new columns/rows every 50msAnotherTest
2021-03-18Spreadsheet: Set default width for columnsthankyouverycool
2021-03-17LibJS: Rename GlobalObject::initialize() => initialize_global_object()Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-01Spreadsheet: Implement the cut operation for cellsIdan Horowitz
2021-02-26Spreadsheet: Merge File menu into 'Spreadsheet' app menuthankyouverycool
2021-02-25Spreadsheet: Fix cell identifier labelJelle Raaijmakers
2021-02-24Spreadsheet: Store the column index in a Position instead of its nameAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-02-11LibSyntax: Make rehighlight() take Gfx::Palette as by const-referenceAndreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-07LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJSAndreas Kling
2021-02-07LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntaxAndreas Kling
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling