summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio
AgeCommit message (Expand)Author
2021-05-21Userland: Change typedef to using directiveLenny Maiorani
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-19LibCpp: Generalize ASTNode::dump() to support redirecting its outputItamar
2021-05-19CppLanguageServer: Put cpp test files in /home/anon/cpp-tests/Itamar
2021-05-16LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngineItamar
2021-05-16HackStudio+CppLanguageServer: Remove lexer-based autocomplete engineItamar
2021-05-15CppLanguageServer: Fix syntax of a test case programItamar
2021-05-15CppLanguageServer: Make autocomplete logic consider scopesItamar
2021-05-15CppLanguageServer: Only re-create DocumentData in file_opened if neededItamar
2021-05-15CppLanguageServer: Autocomplete namespacesItamar
2021-05-15CppLanguageServer: Don't suggest inaccessible declarationsItamar
2021-05-15HackStudio: Pledge "fattr"Ömer Kurttekin
2021-05-14LanguageServer/Cpp: Add testsItamar
2021-05-14LanguageServers: Allow set_declarations_of_document callback to be nullItamar
2021-05-14LanguageServers/FileDB: Allow m_project_root to be nullItamar
2021-05-14LanguageServers: Remove ClientConnection dependencyItamar
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12Everywhere: Rename app_menu to file_menu, continuedLinus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-10HackStudio: Tweak Files/Classes tab viewsAndreas Kling
2021-05-10HackStudio: Use is<GitWidget>() instead of comparing class_name()Andreas Kling
2021-05-10HackStudio: Remove the visual form editorAndreas Kling
2021-05-09CppLanguageServer: Cache declarations from headers in every documentItamar
2021-05-09CppLanguageServer: Call Parser::parse() inside create_document_data()Itamar
2021-05-09LibCpp: Rename m_definitions=>m_preprocessor_definitionsItamar
2021-05-09LanguageServers: Fix incorrect use of adopt_ref in FileDB::get()Itamar
2021-05-08LibGUI: Some tweaks for TextEditor's will-execute-command virtualAndreas Kling
2021-05-08AK: Add missing GenericTraits<NonnullRefPtr>Itamar
2021-05-08HackStudio: Remove redundant insertion to m_open_filesItamar
2021-05-08LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditorAndreas Kling
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Split IPC endpoints into proxies and stubsGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-02HackStudio: Show dialog on build and exit if there are unsaved changesItamar
2021-05-02HackStudio: Add a "document dirty" indicator to the EditorWrapperItamar
2021-05-02HackStudio: Get rid of m_currently_open_file memberItamar
2021-05-02LibGUI+HackStudio: Remove editing specific hacks from GUI::CommandAndreas Kling
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-05-02HackStudio: Use common copy functions in ProjectTemplate.cppValtteri Koskivuori
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
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