summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-07-17HackStudio: Continue removing files after failureKarol Kosek
2021-07-17HackStudio: Disable Delete action on insufficient permissionsKarol Kosek
2021-07-16HackStudio: Add statusbar with file and selected text informationry-sev
2021-07-14UserpaceEmulator: Handle possibly unaligned IOHendiadyoin1
2021-07-12HackStudio: Activate window only on file dropKarol Kosek
2021-07-12UserspaceEmulator: Fix stack for new processesGunnar Beutner
2021-07-12IPCCompiler: Use GENERATE_DEBUG from AK/Debug instead of custom definesAndrew Kaster
2021-07-12HackStudio: Disable debug specific context entriesMaurice Hieronymus
2021-07-12HackStudio: Disable run button while debuggingMaurice Hieronymus
2021-07-10LibCpp: Use fast_is<T> and verify_cast<T> to replace C-style castsItamar
2021-07-10LibCpp: Make the fields of AST node types privateItamar
2021-07-09LibThreading: Rename Lock => MutexAndreas Kling
2021-07-08UserspaceEmulator: Use long double in `FABS`Daniel Bertalan
2021-07-08Everywhere: Add break after the last case label before `default`Daniel Bertalan
2021-07-08Everywhere: Forward declare structs as structsDaniel Bertalan
2021-07-08IPCCompiler+WindowServer: Fix deleted function warningDaniel Bertalan
2021-07-08HackStudio: Do not check NonnullRefPtr for null valueDaniel Bertalan
2021-07-08Everywhere: Remove unused local variables and lambda capturesDaniel Bertalan
2021-07-06LibJS: Remove the non-standard put helper and replace it's usagesIdan Horowitz
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04CppLanguageServer: Add test for "get_parameters_hint"Itamar
2021-07-04HackStudio: Show tooltip with parameters hint when pressing Ctrl+PItamar
2021-07-04CppLanguageServer: Add "get_parameters_hint" capabilityItamar
2021-07-04Everywhere: Prefer using "..."sv over StringView { "..." }Gunnar Beutner
2021-07-04HackStudio: Remove old form editing logicErik Biederstadt
2021-07-03Everywhere: Use IPC include syntaxTimothy
2021-07-03IPCCompiler: Add include parsing for endpointsTimothy
2021-07-02AK: Implement String::find_any_of() and StringView::find_any_of()Max Wipfli
2021-06-30Userland: Disable Hackstudio and UE on x86_64Hendiadyoin1
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-06-29AK+Everywhere: Change int to size_t in JsonObject and JsonArrayMax Wipfli
2021-06-29LanguageServers: Don't VERIFY that set_todo_entries callback existsItamar
2021-06-29CppLanguageServer: Make properties_of_type return any propertyItamar
2021-06-29LibCpp: Differentiate between Type and NamedTypeItamar
2021-06-27Profiler: Cache the timeline histograms instead of recomputing on paintAndreas Kling
2021-06-25HackStudio: Do not create a new LanguageClient unless neededItamar
2021-06-25HackStudio: Add LanguageClient::Language() getterItamar
2021-06-24Userland: Replace VERIFY(is<T>) with verify_cast<T>Andreas Kling
2021-06-24Profiler: Use u32 when constructing InstructionDataGunnar Beutner
2021-06-24Userland: Remove dummy IPC methodsGunnar Beutner
2021-06-23HackStudio: Make TODO entries clickableFederico Guerinoni
2021-06-23HackStudio: Add TODO entries widgetFederico Guerinoni
2021-06-23LanguageServers: Add function to collect TODO entries in a documentFederico Guerinoni
2021-06-23UserspaceEmulator: Add a simple debugging ConsoleHendiadyoin1
2021-06-22Playground: Prompt to save changes after the user picked a file to openGunnar Beutner
2021-06-22Playground: Add a menu action to save the fileGunnar Beutner
2021-06-22Playground: Ask to save changes even when the document was never savedGunnar Beutner
2021-06-17LibJS: Replace boolean without_side_effects parameters with an enumIdan Horowitz