summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-03-04HackStudio/LanguageServers: Move some components out of CppAnotherTest
2021-03-03Profiler: Symbolicate addresses in non-PIE ELF objectsAndreas Kling
2021-03-03Profiler: Cache and reuse mapped ELF objectsAndreas Kling
2021-03-03HackStudio: Allow multi-selection in project view treeBui Quang Minh
2021-03-02Kernel+Profiler: Capture metadata about all profiled processesAndreas Kling
2021-03-02HackStudio: Implement removing file from diskBui Quang Minh
2021-03-02LanguageServers/Cpp: Fix nullptr dereference in ~LanguageClientItamar
2021-03-02LanguageServers/Cpp: Fix typoItamar
2021-03-01Profiler: Print addresses as pointers in new Samples viewBrian Gianforcaro
2021-02-28Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() defini...thislooksfun
2021-02-27Profiler: Add a new "Samples" view to the main UIAndreas Kling
2021-02-27LibVT: Put TerminalWidget in the VT namespace :^)Andreas Kling
2021-02-27Profiler: Move ELF object name to its own profile graph columnAndreas Kling
2021-02-27Profiler: Unbreak DisassemblyModel after shared library introductionAndreas Kling
2021-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
2021-02-27LanguageServers/Cpp: Update client asynchronously about symbolsItamar
2021-02-27LanguageServers/Cpp: Add type to DeclarationsItamar
2021-02-27LanguageServers: Add ProjectLoaction, Declaration types and use in IPCItamar
2021-02-26LanguageServers/Cpp: Don't VERIFY that a file could be foundItamar
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-26HackStudio: Set correct icons, text and location in menusthankyouverycool
2021-02-24Profiler: Add help documentationBrendan Coles
2021-02-24Profiler: Make sure rendered timestamps don't overflowSahan Fernando
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23HackStudio: Fix a misuse of dbgln() intended as dbgln_if()AnotherTest
2021-02-23UserspaceEmulator: Fix an outln() format bugAnotherTest
2021-02-23Inspector: Add help documentationBrendan Coles
2021-02-22HackStudio: Fix opened files appearing empty (#5480)Ivan Hansgaard Hansen
2021-02-20LanguageServers/Cpp: Add 'FindDeclaration' capabilityItamar
2021-02-20LibCpp: Store filename in ASTNodesItamar
2021-02-20HackStudio: Always use relative paths when opening project filesItamar
2021-02-20HackStudio: Display identifiers as clickableItamar
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-02-19LibGUI: Remove GUI::FilePicker::file_exists()Andreas Kling
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