summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-11-03HackStudio: Run clang-formatAndreas Kling
2020-11-03HackStudio: Store and restore the scrollbar values of ProjectFiles when they ...Zac
2020-11-02HackStudio: Removes the file from the list of open filesKesse Jones
2020-11-01HackStudio: Fixed opening the project by always opening the main.cpp fileKesse Jones
2020-10-31Profiler: Set window title based on the selected ViewUma Sankar Yedida
2020-10-30LibGUI: Add Widget focus policiesAndreas Kling
2020-10-29HackStudio: Use GUI::TextDocument::span_at()Andreas Kling
2020-10-29HackStudio: Remove ProcessStateWidgetAndreas Kling
2020-10-29LanguageServers/Cpp: Find the right token under the cursorAndreas Kling
2020-10-29LanguageServers/Cpp: Make token_in_position() return a StringViewAndreas Kling
2020-10-29LanguageServers/Cpp: Avoid some unnecessary vector copiesAndreas Kling
2020-10-29HackStudio: Don't track ctrl key state manuallyAndreas Kling
2020-10-27LibGUI: Shrink the default selection rect of TreeView itemsAndreas Kling
2020-10-26HackStudio: Reset the cursor to I-beam when switching between filesAndreas Kling
2020-10-26HackStudio: Run clang-formatAndreas Kling
2020-10-26HackStudio: Allow toggling line wrapping on/off from the Edit menu :^)Andreas Kling
2020-10-26HackStudio: Add a simple "open files" viewAndreas Kling
2020-10-25HackStudio: Include missing files in the project treeAndreas Kling
2020-10-25HackStudio: Don't assert when project has non-existent fileAndreas Kling
2020-10-25UserspaceEmulator: Remove some unneeded String copiesAnotherTest
2020-10-25UserspaceEmulator: Handle SO_BINDTODEVICE in setsockoptAnotherTest
2020-10-25UserspaceEmulator: Add support for setsidAnotherTest
2020-10-25UserspaceEmulator: Add support for set_thread_nameAnotherTest
2020-10-25UserspaceEmulator: Add support for fchownAnotherTest
2020-10-25UserspaceEmulator: Add support for chmodAnotherTest
2020-10-25UserspaceEmulator: Add support for setgroupsAnotherTest
2020-10-25UserspaceEmulator: Add support for sched_(g s)etparamAnotherTest
2020-10-25UserspaceEmulator: Add support for some more ioctl() requestsAnotherTest
2020-10-25UserspaceEmulator: Add support for emulating SC_mountAnotherTest
2020-10-25UserspaceEmulator: Optionally write reports to the debug logAnotherTest
2020-10-24AK: Introduce SourceGenerator::fork().asynts
2020-10-20Everywhere: Redundant inline specifier on constexpr functions (#3807)Lenny Maiorani
2020-10-19Profiler: Implement "Top functions" feature like Instruments.app hasAndreas Kling
2020-10-15Everywhere: Add missing <AK/TemporaryChange.h> includesAndreas Kling
2020-10-13Use new format functions in remaining DevTools. (#3755)Paul Scharnofske
2020-10-12IPCCompiler: Use new SourceGenerator class.asynts
2020-10-10HackStudio: Fix running JavaScript filesLinus Groh
2020-10-09HackStudio: Use new format functions.asynts
2020-10-08HackStudio: Replace InProcessWebView with OutOfProcessWebViewLinus Groh
2020-10-05IPCCompiler: Declare nested namespaces with a single "namespace"Andreas Kling
2020-10-04HackStudio: Add a Shell language serverAnotherTest
2020-10-04HackStudio: Do not change the cursor in the LSP autocomplete requestAnotherTest
2020-10-04HackStudio: Relay completions requests to the language server unfilteredAnotherTest
2020-10-04UserspaceEmulator: Remove remaining printf calls.asynts
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02AK+Format: Do some housekeeping in the format implementation.asynts
2020-10-02HackStudio: Abstract away language-server detailsAnotherTest
2020-10-02UserspaceEmulator: Replace printf usages with format.asynts
2020-10-01DevTools: Remove VisualBuilder and FormCompilerAndreas Kling