summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/main.cpp
AgeCommit message (Expand)Author
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