summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/main.cpp
AgeCommit message (Expand)Author
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-24HackStudio: Add commandline option to debug a running processItamar
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2022-12-26HackStudio: Remove `release_values_but_fixme_should_propogate_errors`sominusliticus
2022-12-16HackStudio: Add a factory function for HackStudioWidgetBaitinq
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-08-23Userland: Rely on a single authoritative source for the default `PATH`Tim Schumacher
2022-08-13HackStudio: Fix update modified document on tab widgetFederico Guerinoni
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-08Userland: Add `/usr/local/sbin` to `PATH` by defaultTim Schumacher
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-21HackStudio: Open by default the last opened project if not specifiedMarco Cutecchia
2022-02-19HackStudio: Don't store a global RefPtr to the HackStudioWidgetItamar
2022-02-12HackStudio: Only query token information if semantic highlighting is onItamar
2022-01-09HackStudio: Propagate errors using try_set_main_widget in maincreator1creeper1
2021-12-03HackStudio: Add HackStudio::for_each_open_fileItamar
2021-11-30CrashReporter+HackStudio: Let's call it "Debug in Hack Studio"Andreas Kling
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-26HackStudio: Port to LibMain :^)Federico Guerinoni
2021-11-20HackStudio: Add option to inspect CoredumpItamar
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-06HackStudio: Save editor's font in configsMarco Cutecchia
2021-09-18HackStudio: Make sure Window is destroyed before Application objectItamar
2021-08-30HackStudio: Optionally pass line & column to open_fileItamar
2021-08-12Userland: Fix PATH environment variable orderingJean-Baptiste Boric
2021-08-01DevTools: Remove unused header includesBrian Gianforcaro
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-06-02HackStudio: Remove unused includesMarcus Nilsson
2021-06-02HackStudio: Close locator on exitMarcus Nilsson
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-15HackStudio: Pledge "fattr"Γ–mer Kurttekin
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-02HackStudio: Show dialog on build and exit if there are unsaved changesItamar
2021-05-02HackStudio: Get rid of m_currently_open_file memberItamar
2021-04-29Everywhere: "file name" => "filename"Andreas 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-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
2021-02-13HackStudio: Set icon for 'make is not available' notificationItamar
2021-02-10HackStudio: Show notification if 'make' is not availableItamar
2021-01-17Everywhere: Remove a bunch of now-unnecessary shared_buffer pledgesAndreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling