summaryrefslogtreecommitdiff
path: root/Userland/Applications/Spreadsheet/main.cpp
AgeCommit message (Expand)Author
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-03Spreadsheet: Propagate errors from SpreadsheetWidget::initialize_menubarSam Atkins
2023-04-03Spreadsheet: Add list of recently-opened filesSam Atkins
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-16LibFileSystemAccessClient: Remove the deprecated APILucas CHOLLET
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-16Spreadsheet: Port to `Core::Stream`Lucas CHOLLET
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-07Spreadsheet: Generate file previews in memory and save directly to fileKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-08LibCore: Move `Core::Stream::File::exists()` to `Core::File`Tim Schumacher
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-03Userland: Unveil /proc/all in applications which require itTimothy Flynn
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-08-14Base: Launch WebContent at session start-upLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-24Spreadsheet: Use TRY() on file load and saveKarol Kosek
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-03Applications: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-03Spreadsheet: Show the opened filename in the window titleKarol Kosek
2022-02-10Applications: Port Spreadsheet to LibMainLenny Maiorani
2022-01-20SpreadSheet: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-15Spreadsheet: Use FileSystemAccessClient for the reading of filesGlenford Williams
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-10-01Spreadsheet: Move menu and action code to initialize_menubar()Samuel Bowman
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-17FileManager+Spreadsheet: Unify cut-copy-paste orderKarol Kosek
2021-06-17Spreadsheet: Pledge 'fattr' to avoid crashing after exporting as csvstelar7
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-22Spreadsheet: Do not assume that a worksheet always existsAnotherTest
2021-03-22Spreadsheet: Add an export wizard, and support for custom CSV exportsAnotherTest
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-24Spreadsheet: Store the column index in a Position instead of its nameAnotherTest