summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-06-05LibGUI: Fix off-by-one error in Lexer tokensMax Wipfli
2021-06-04HackStudio: Add comment about lexicographical insertion to ClassViewItamar
2021-06-04HackStudio: Use Node's name when inserting to the ClassView treeItamar
2021-06-04Profiler: Show the duration of the time interval chosenDhruvMaroo
2021-06-03Profiler: Remove m_deepest_stack_depthGunnar Beutner
2021-06-03Profiler: Use sequential serial numbers for profiling eventsGunnar Beutner
2021-06-02HackStudio: Make locator lose focus on closeMarcus Nilsson
2021-06-02HackStudio: Remove unused includesMarcus Nilsson
2021-06-02HackStudio: Close locator on exitMarcus Nilsson
2021-06-02TextEditor/GMLPlayground: Don't close app if user aborts save on exitMatthew Jones
2021-06-02Inspector: Check if RemoteProcess `is_inspectable`Matthew Jones
2021-06-02Profiler: Fix loading profiles which previously would crash the profilerGunnar Beutner
2021-06-01CppLanguageServer: Work with a HashMap of Symbols in each documentItamar
2021-05-29Everywhere: Sort out superfluous QuickSort.h importsBen Wiederhake
2021-05-28Profiler: Use a more reasonable default event maskGunnar Beutner
2021-05-28UE: Make sure signal_trampoline_dummy is not optimized away with -fltoGunnar Beutner
2021-05-27Profiler: Don't try to create a DisassemblyModel for invalid indicesAndreas Kling
2021-05-26Playground: Start out with a GUI::Frame on the right hand sideAndreas Kling
2021-05-26LibGUI/AbstractView: Remove `on_selection`Jelle Raaijmakers
2021-05-25Profiler: Hide timeline scrollbars if we don't need them :^)Andreas Kling
2021-05-24AK+Everywhere: Consolidate String::index_of() and String::find()Andreas Kling
2021-05-23LibC+UE: Keep more unused chunked blocks aroundGunnar Beutner
2021-05-23LibCore: Make ProcessStatisticsReader return results in a VectorAndreas Kling
2021-05-23Userland: Mark subclasses of IPC::{Client,Server}Connection finalAndreas Kling
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-23HackStudio: Greet language servers asynchronouslyAndreas Kling
2021-05-23InspectorServer: Remove unnecessary greet() messageAndreas Kling
2021-05-22Profiler: Allow scaling the timeline with Ctrl+MouseWheel :^)Andreas Kling
2021-05-22Profiler: Allow scrolling through full range of profile timelineAndreas Kling
2021-05-22Profiler: Add a "Show Disassembly" action (and hide it by default)Andreas Kling
2021-05-22Profiler: Add some helpful debug output if a process is missingAndreas Kling
2021-05-22Profiler: Split the call tree into one subtree per processAndreas Kling
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-22CppLanguageServer: Add test case for auto-completing include pathsItamar
2021-05-22CppLanguageServer+LibGUI: Autocomplete #include pathsItamar
2021-05-22LanguageServers: Add FileDB::project_root() getterItamar
2021-05-22CppLanguageServer: Rename Optional<> autocomplete* to try_autocomplete*Itamar
2021-05-22CppLanguageServer: Rename all_definitions=>preprocessor_definitionsItamar
2021-05-22CppLanguageServer: remove no-op move()Itamar
2021-05-21DevTools: Remove redundant default destructor and forward declarationsLenny Maiorani
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-21Userland: Change typedef to using directiveLenny Maiorani
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_font()Andreas Kling
2021-05-20Inspector: Throw an error when inspecting a process it has no access toAnand
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-19Profiler: Remove ability to filter Kernel::Scheduler::yield() framesGunnar Beutner
2021-05-19Kernel+LibC: Add support for filtering profiling eventsGunnar Beutner
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-18Revert "LibC: Simplify malloc size classes"Andreas Kling