summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-02-14Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXECAndreas Kling
2021-02-13LanguageServers/cpp: Use parser-based autocomplete engine by defaultItamar
2021-02-13HackStudio: Handle crash of the LanguageServer gracefullyItamar
2021-02-13LanguageServers/Cpp: Handle autocomplete request on an empty lineItamar
2021-02-13HackStudio: Set icon for 'make is not available' notificationItamar
2021-02-13HackStudio: Project templates and New Project dialogNick Vella
2021-02-10LanguageServers/Cpp: Autocomplete declarations from included headersItamar
2021-02-10LanguageServers/Cpp: Autocomplete function and struct/class namesItamar
2021-02-10HackStudio: Show notification if 'make' is not availableItamar
2021-02-08LanguageServers/Cpp: ParserAutoComplete engine inspects header filesItamar
2021-02-08LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base classItamar
2021-02-08LanguageServers/Cpp: Add FileDB and pass project_root in Greet()Itamar
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-08UserspaceEmulator: Use vdbgln() instead of dbgln() when reportingAnotherTest
2021-02-08Everywhere: Fix weird includesBen Wiederhake
2021-02-08Everywhere: Add semantically-missing includesBen Wiederhake
2021-02-07Shell: Move Shell syntax highlighter LibShellAndreas Kling
2021-02-07LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJSAndreas Kling
2021-02-07LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntaxAndreas Kling
2021-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling
2021-02-06UserspaceEmulator: Implement a proper VM allocatorAndreas Kling
2021-02-06UserspaceEmulator: Stub out virt$msyscall()Andreas Kling
2021-02-06Profiler: Display timing information in ProfileTimelineWidgetSahan Fernando
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-02-03TextEditor: Implement word wrappingZac
2021-02-03HackStudio: do not open empty directories as fileMatteo Sozzi
2021-02-03HackStudio: tree_view on_activiation changesMatteo Sozzi
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-02-01HackStudio: added new directory actionMatteo Sozzi
2021-01-31Inspector: Exit if inspected process has not pledged acceptBrendan Coles
2021-01-30HackStudio: removed toggle_indexMatteo Sozzi
2021-01-30Inspector: Allow browsing inspection data in UI after process exitsBrendan Coles
2021-01-30HackStudio: do not toggle_index in open_projectMatteo Sozzi
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
2021-01-27HackStudio: Attach previous Language Client when detachingItamar
2021-01-27HackStudio: Add parser-based c++ autocomplete engineItamar
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Name debug macros more consistently.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-23UserspaceEmulator: Improve error message for typosBen Wiederhake
2021-01-23UserspaceEmulator: Implement chownBen Wiederhake
2021-01-23HackStudio: Handle failed fork() in TerminalWrapper a bit betterAndreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-17Kernel+Userland: Remove shared buffers (shbufs)Andreas Kling
2021-01-17Everywhere: Remove a bunch of now-unnecessary shared_buffer pledgesAndreas Kling
2021-01-17Kernel: Remove sys$shbuf_seal() and userland wrappersAndreas Kling
2021-01-16Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappersAndreas Kling
2021-01-16UserlandEmulator: Fix data loss in realpath/readlinkBen Wiederhake