summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-11-14UserspaceEmulator: Print an emulator backtrace on OOB accessAndreas Kling
2020-11-14HackStudio: Use GUI::FileIconProvider::icon_for_path() for Locator iconsLinus Groh
2020-11-14HackStudio: Make Locator search case insensitiveLinus Groh
2020-11-13UserspaceEmulator: When auditing accesses, show nearest mallocationAndreas Kling
2020-11-13UserspaceEmulator: Support FCMOVBE and FCMOVNBEAndreas Kling
2020-11-13UserspaceEmulator: Emulate the sys$get_stack_bounds() syscallAndreas Kling
2020-11-13UserspaceEmulator: Initial FPU support (by @nico)Andreas Kling
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-10HackStudio: Scroll embedded terminals to bottom upon command executionAndreas Kling
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts
2020-11-08UserspaceEmulator: Support the first two levels of CPUIDAndreas Kling
2020-11-08UserspaceEmulator+LibC: Have UE notice realloc() and update accountingAndreas Kling
2020-11-08UserspaceEmulator: Fix busted backtraces with --report-to-debugAndreas Kling
2020-11-08UserspaceEmulator: Don't audit accesses within realloc(), malloc_size()Andreas Kling
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