summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/HackStudioWidget.cpp
AgeCommit message (Expand)Author
2022-08-31HackStudio: Warn of unsaved changes before making a new projectSkye Sprung
2022-08-30Applications+DevTools: Remove fixed sizes from Splittersthankyouverycool
2022-08-10HackStudio: Add fullscreen shortcutJunior Rantila
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-12DevTools/HackStudio: Fix 'enabled' property of 'build' and 'run' buttonsferhatgec
2022-07-08HackStudio: Add the "Copy Full Path" TreeView context menu optionYuval
2022-07-08HackStudio: Add the "Copy Relative Path" TreeView context menu optionYuval
2022-06-30HackStudio: Properly clear previous editor tabs when closing projectLennon Donaghy
2022-06-30HackStudio: Leave one editor tab open on closing projectLennon Donaghy
2022-06-28Applications: Remove usages of deprecated implicit conversionsFrHun
2022-06-16HackStudio: Add "Open in New Tab" context menu entryhhsdev
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-27HackStudio: Update window close button on document changetimre13
2022-04-15HackStudio: Remember if the user wants to see dotfiles between sessionsMarco Cutecchia
2022-04-15HackStudio: Add a "Project Configuration" button in the Edit menuMarco Cutecchia
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29HackStudio: Add FindWidgetItamar
2022-03-16HackStudio: Move editors inside tab widgetsry-sev
2022-03-14HackStudio: Remove Terminal widget when the bound shell process diesLucas CHOLLET
2022-03-08HackStudio: Add more files to new file menuelectrikmilk
2022-03-08HackStudio: Add missing key triggerselectrikmilk
2022-03-08HackStudio: Move 'New' Menu to 'File'electrikmilk
2022-03-02HackStudio: Propagate error from TerminalWrapperLucas CHOLLET
2022-03-01HackStudio: Add icon to "Open Recent"xSlendiX
2022-02-24HackStudio: Segment the status bar and setup override textthankyouverycool
2022-02-23LibGUI+Apps: Adjust Splitter spacingsthankyouverycool
2022-02-23LibGUI+Apps: Prevent Splitter children from being unresizablethankyouverycool
2022-02-21HackStudio: Add a 'Recent Projects' submenu in 'File'Marco Cutecchia
2022-02-16DevTools: Use default constructors/destructorsLenny Maiorani
2022-02-13LibCore: Allow event loops on other threads to wake upkleines Filmröllchen
2022-02-12HackStudio: Only query token information if semantic highlighting is onItamar
2022-02-10HackStudio: Fix error handling logic in delete_actionDaste
2022-02-10HackStudio: Don't save file when filename is emptyDaste
2022-02-10Base+HackStudio: Add or insert missing iconselectrikmilk
2022-02-09HackStudio: Allow toggling between simple and semantic highlightingItamar
2022-02-08Base: Change JSON file icon to add CSS file iconelectrikmilk
2022-02-07Base: Add GML file type iconelectrikmilk
2022-01-12HackStudio: Use ProjectBuilder to build and run the current projectItamar
2022-01-01HackStudio: Use String instead of LexicalPathConor Byrne
2021-12-22HackStudio: Attach debuggee to "Console" terminal tabItamar
2021-12-22HackStudio: Rename "Build" tab to "Console"Itamar
2021-12-09HackStudio+TextEditor: Persist EditingEngineType across editorsscwfri
2021-12-03HackStudio: Add HackStudio::for_each_open_fileItamar
2021-11-30HackStudio: Scope the "delete file from project" action to tree viewAndreas Kling
2021-11-22HackStudio: Disable the Rename action on insufficient permissionsKarol Kosek
2021-11-22HackStudio: Remove noop when deciding whether to disable delete actionKarol Kosek
2021-11-20HackStudio: Add option to inspect CoredumpItamar
2021-11-08LibCore: Use ErrorOr<T> for Core::File::remove()Andreas Kling