summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio
AgeCommit message (Expand)Author
2021-05-01HackStudio: Detection of externally deleted filesOlivier De Cannière
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-28HackStudio: Add context option to set execution point while debuggingFalseHonesty
2021-04-27LibThread: Fix int to pointer conversionJean-Baptiste Boric
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-25HackStudio: Display variable type name in expression evaluatorFalseHonesty
2021-04-25HackStudio: Implement custom JS -> C++ "proxy" objectsFalseHonesty
2021-04-25HackStudio: Add evaluate expression popup to debuggerFalseHonesty
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headersLuke
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21HackStudio: Convert String::format() => String::formatted()Andreas Kling
2021-04-21Userland: Use Core::DirIterator::next_full_path()Andreas Kling
2021-04-21HackStudio: Clean up debugger thread when debugger exitsFalseHonesty
2021-04-21HackStudio+LibDebug: Support stopping a debugged processFalseHonesty
2021-04-19HackStudio: Sort ClassView entriesItamar
2021-04-18HackStudio: Add ability to set hardware watchpoints on variablesFalseHonesty
2021-04-18HackStudio: Don't crash when invalid file is requested to be openedFalseHonesty
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13HackStudio: Add ClassView tab for viewing classes in a tree structureItamar
2021-04-13LanguageServers: Only notify client about updated declarationsItamar
2021-04-13HackStudio: Store known symbol declarations in ProjectDeclarationsItamar
2021-04-13LibCpp: Add 'Namespace' and 'Member' declaration typesItamar
2021-04-13HackStudio+LibCpp: Include class members in LocatorItamar
2021-04-13LibGUI+HackStudio: Add way to tell FilePicker to open a folderFalseHonesty
2021-04-12HackStudio: Fix debugger preview for char variablesFalseHonesty
2021-04-12LibDebug+HackStudio: Fix crashes relating to debugger variable previewFalseHonesty
2021-04-12HackStudio: Properly support Debugger's new source root conceptFalseHonesty
2021-04-12HackStudio: Allow users to drag and drop files into the editorRickySeverino
2021-04-10HackStudio: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-09HackStudio: Make actions with project tree selections work as expectedAlgot Axelzon
2021-04-07CppLanguageServer: is_empty_property: Return false for null node parentBrendan Coles
2021-04-06LibCpp: Add TemplatizedNameItamar
2021-04-06LanguageServers/Cpp: Refactor logic of find declarationItamar
2021-04-06LibCpp: Add AST::NameItamar
2021-04-06LanguageServers/Cpp: Don't include declarations bellow the current lineItamar
2021-04-05LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()Andreas Kling
2021-04-04HackStudio: File search box stays opened after closingTim Waterhouse
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-23HackStudio+LanguageServers/Cpp: Show scope of symbols in LocatorItamar
2021-03-23LanguageServers/Cpp: Declarations inside namespaces are globally visibleItamar
2021-03-21HackStudio: Display warning when opening binary filesItamar
2021-03-18CppLanguageServer: Make preprocessor ignore unsupported keywordsVyacheslav Pukhanov
2021-03-17Everywhere: Remove pessimizing and redundant move()Andreas Kling
2021-03-13LanguageServers/Cpp: Support jumping to declaration of preprocessorItamar