Age | Commit message (Expand) | Author |
2021-05-16 | LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine | Itamar |
2021-05-16 | HackStudio+CppLanguageServer: Remove lexer-based autocomplete engine | Itamar |
2021-05-16 | LibVT: Implement new ANSI escape sequence parser | Daniel Bertalan |
2021-05-16 | DevTools: Add StateMachineGenerator utility | Daniel Bertalan |
2021-05-15 | CppLanguageServer: Fix syntax of a test case program | Itamar |
2021-05-15 | CppLanguageServer: Make autocomplete logic consider scopes | Itamar |
2021-05-15 | CppLanguageServer: Only re-create DocumentData in file_opened if needed | Itamar |
2021-05-15 | CppLanguageServer: Autocomplete namespaces | Itamar |
2021-05-15 | CppLanguageServer: Don't suggest inaccessible declarations | Itamar |
2021-05-15 | HackStudio: Pledge "fattr" | Ömer Kurttekin |
2021-05-14 | IPCCompiler: Fix declaration of static functions | Jean-Baptiste Boric |
2021-05-14 | Profiler: Mark model columns as non-sortable | Andreas Kling |
2021-05-14 | LanguageServer/Cpp: Add tests | Itamar |
2021-05-14 | LanguageServers: Allow set_declarations_of_document callback to be null | Itamar |
2021-05-14 | LanguageServers/FileDB: Allow m_project_root to be null | Itamar |
2021-05-14 | LanguageServers: Remove ClientConnection dependency | Itamar |
2021-05-14 | Profiler: Avoid JsonArray copying during perfcore parsing | Andreas Kling |
2021-05-14 | Profiler: Avoid copies / String construction when parsing profile (#7096) | Brian Gianforcaro |
2021-05-14 | Kernel+Profiler: Track lost time between profiler timer ticks | Gunnar Beutner |
2021-05-14 | Profiler: Let the user ignore context switches | Gunnar Beutner |
2021-05-14 | Profiler: Add histogram for sample counts | Gunnar Beutner |
2021-05-13 | Inspector: Don't check that target has pledged "accept" | Andreas Kling |
2021-05-13 | Userland: Tighten a *lot* of pledges! :^) | Andreas Kling |
2021-05-13 | LibCore+Inspector: Reverse the direction of Inspector connections | Andreas Kling |
2021-05-13 | IPCCompiler: Add "u64" and "i64" to the list of primitive types | Andreas Kling |
2021-05-12 | Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0 | sin-ack |
2021-05-12 | Everywhere: Add Alt shortcuts to remaining top-level menus | Linus Groh |
2021-05-12 | Everywhere: Rename app_menu to file_menu, continued | Linus Groh |
2021-05-12 | LibCore+Everywhere: Move OpenMode out of IODevice | Ali Mohammad Pur |
2021-05-10 | HackStudio: Tweak Files/Classes tab views | Andreas Kling |
2021-05-10 | HackStudio: Use is<GitWidget>() instead of comparing class_name() | Andreas Kling |
2021-05-10 | HackStudio: Remove the visual form editor | Andreas Kling |
2021-05-09 | CppLanguageServer: Cache declarations from headers in every document | Itamar |
2021-05-09 | CppLanguageServer: Call Parser::parse() inside create_document_data() | Itamar |
2021-05-09 | LibCpp: Rename m_definitions=>m_preprocessor_definitions | Itamar |
2021-05-09 | LanguageServers: Fix incorrect use of adopt_ref in FileDB::get() | Itamar |
2021-05-09 | UserspaceEmulator: Allow running executables not in PATH | Brendan Coles |
2021-05-08 | LibGUI: Some tweaks for TextEditor's will-execute-command virtual | Andreas Kling |
2021-05-08 | AK: Add missing GenericTraits<NonnullRefPtr> | Itamar |
2021-05-08 | HackStudio: Remove redundant insertion to m_open_files | Itamar |
2021-05-08 | LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditor | Andreas Kling |
2021-05-08 | Profiler: Fix scrolling behavior | Gunnar Beutner |
2021-05-08 | Profiler: Let the user select more than one process | Gunnar Beutner |
2021-05-08 | Profiler: Migrate mouse events to TimelineView | Carlos César Neves Enumo |
2021-05-08 | Profiler: Fix timeline wrong initial horizontal position | Carlos César Neves Enumo |
2021-05-08 | Profiler: Make the timeline resizable | Gunnar Beutner |
2021-05-07 | Profiler: Don't iterate all events when filtering timeline view | Brian Gianforcaro |
2021-05-07 | Profiler: Make processes selectable in the timeline view | Gunnar Beutner |
2021-05-07 | Profiler: Remove the old process selection widget | Gunnar Beutner |
2021-05-07 | Profiler: Move filter checks into their own function | Gunnar Beutner |