summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
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
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-13HackStudio: Indicate git changes in the editor's gutterDmitrii Ubskii
2021-06-13LibGUI+HackStudio: Make gutter a first class elementDmitrii Ubskii
2021-06-13IPCCompiler: Avoid copies for IPC method return valuesGunnar Beutner
2021-06-12HackStudio: Remove unnecessary unveil in ShellLanguageServerNonStdModel
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-12HackStudio: Add "Show in File Manager" Action to project TreeViewnetworkException
2021-06-11AK+LibX86: Generalize u128/256 to AK::UFixedBigIntHendiadyoin1
2021-06-09LibCpp: Support non-field class membersItamar
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-06-08UserspaceEmulator: Stop parsing options on first non-optionJelle Raaijmakers
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
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