summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-05-02HackStudio: Use common copy functions in ProjectTemplate.cppValtteri Koskivuori
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-05-01HackStudio: Detection of externally deleted filesOlivier De Cannière
2021-05-01LibX86+UserspaceEmulator: Add MMX insns prototypesHendiadyoin1
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-28HackStudio: Add context option to set execution point while debuggingFalseHonesty
2021-04-27LibThread: Fix int to pointer conversionJean-Baptiste Boric
2021-04-26Profiler: Use NonnullOwnPtr for librariesGunnar Beutner
2021-04-26Kernel+Profiler: Improve profiling subsystemGunnar Beutner
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-25HackStudio: Display variable type name in expression evaluatorFalseHonesty
2021-04-25HackStudio: Implement custom JS -> C++ "proxy" objectsFalseHonesty
2021-04-25HackStudio: Add evaluate expression popup to debuggerFalseHonesty
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25UserspaceEmulator: Add more InstructionsHendiadyoin1
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack
2021-04-23UE: Implement FLD_RM80 and FSTP_RM80Hendiadyoin1
2021-04-23UE+LibX86: Support bigger reads and writesHendiadyoin1
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headersLuke
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21UserspaceEmulator: Convert String::format() => String::formatted()Andreas Kling
2021-04-21HackStudio: Convert String::format() => String::formatted()Andreas Kling
2021-04-21Userland: Use Core::DirIterator::next_full_path()Andreas Kling
2021-04-21Inspector: Add context menu to copy property name/valueDragonAlex98
2021-04-21Inspector: Select entire property rowDragonAlex98
2021-04-21HackStudio: Clean up debugger thread when debugger exitsFalseHonesty
2021-04-21HackStudio+LibDebug: Support stopping a debugged processFalseHonesty
2021-04-20Inspector: Don't allow to inspect Inspector itselfMaciej Zygmanowski
2021-04-19HackStudio: Sort ClassView entriesItamar
2021-04-18HackStudio: Add ability to set hardware watchpoints on variablesFalseHonesty
2021-04-18HackStudio: Don't crash when invalid file is requested to be openedFalseHonesty
2021-04-18Kernel+LibC: Clean up how assertions work in the kernel and LibCGunnar Beutner
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-16UserspaceEmulator: use outln_ifHendiadyoin1
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-16UserspaceEmulator: Print stacktrace for unhandled exceptionsGunnar Beutner
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13HackStudio: Add ClassView tab for viewing classes in a tree structureItamar
2021-04-13LanguageServers: Only notify client about updated declarationsItamar
2021-04-13HackStudio: Store known symbol declarations in ProjectDeclarationsItamar
2021-04-13LibCpp: Add 'Namespace' and 'Member' declaration typesItamar
2021-04-13HackStudio+LibCpp: Include class members in LocatorItamar
2021-04-13LibGUI+HackStudio: Add way to tell FilePicker to open a folderFalseHonesty