summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio
AgeCommit message (Expand)Author
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: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-12DevTools/HackStudio: Fix 'enabled' property of 'build' and 'run' buttonsferhatgec
2022-07-12DevTools/HackStudio: Add verify_make_is_installed()ferhatgec
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-07-08Userland: Add `/usr/local/sbin` to `PATH` by defaultTim Schumacher
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-03Everywhere: Fix two inconsistent serenity_lib() output namesLinus Groh
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-06-02Userland: Use default buttons instead of manually handling return pressKarol Kosek
2022-05-26Userland: Depend some applications on WebContent if it's being usedKarol Kosek
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-27HackStudio: Update window close button on document changetimre13
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
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-15HackStudio: Allow customizing the actions of the Build & Run buttonsMarco Cutecchia
2022-04-11HackStudio: Use Core::System::exec()Sam Atkins
2022-04-11HackStudio: Fix inverted condition when trying to create directoriesstelar7
2022-04-11LibCore+Userland: Remove File::ensure_parent_directorieskleines Filmröllchen
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-06HackStudio: Remove "evaluate expression" dialogAndreas Kling
2022-04-03Userland: Remove a few gratuitous IPC namespace qualifiersValtteri Koskivuori
2022-04-03LibGUI: Fully support TabWidget in GMLkleines Filmröllchen
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31LanguageServers/Cpp: Add SemanticType::PreprocessorMacroItamar
2022-03-31LibGUI: Add AutocompleteProvider::TokenInfo::type_to_string()Itamar
2022-03-30HackStudio: Hide FindWidget on escape key pressItamar
2022-03-29HackStudio: Add FindWidgetItamar
2022-03-27Everywhere: Rename CommandResult stdout, stderr members to output, errorBrian Gianforcaro
2022-03-20Everywhere: Move cpp-tests under /home/anon/TestsBrian Gianforcaro
2022-03-19HackStudio: Search for libraries definitions in Userland/Itamar
2022-03-19DevTools+LibJS+LibWeb: Change class_name to use StringViewLenny Maiorani
2022-03-17HackStudio: Remove program name element in Core::command() callsItamar
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-04LibGfx: Rename Color::from_rgba() => Color::from_argb()Andreas Kling
2022-03-02HackStudio: Propagate error from TerminalWrapperLucas CHOLLET
2022-03-01HackStudio: Add icon to "Open Recent"xSlendiX