summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet
AgeCommit message (Expand)Author
2021-05-07Applications: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-05Spreadsheet: Use shrink-to-fit for cell fg/bg color input layoutLinus Groh
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-05-01Spreadsheet: Use String::bijective_base_from for column name resolutionTobias Christiansen
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29Tests: Enable Spreadsheet unit tests so they actually buildBrian Gianforcaro
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster
2021-04-24LibJS: Consolidate exception function names and source rangesLinus Groh
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21Everywhere: Remove redundant inline keyword with constexprLenny Maiorani
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
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