summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-05-04Profiler: Don't link against LibCoreDumpAndreas Kling
2021-05-04Profiler: Print addresses in debug log in hex.Brian Gianforcaro
2021-05-03Userland: Add try_* IPC handlersGunnar Beutner
2021-05-03IPCCompiler: Don't generate handlers for response messagesGunnar Beutner
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Split IPC endpoints into proxies and stubsGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-03UserspaceEmulator: Make sure TLS allocation behavior matches kernelGunnar Beutner
2021-05-03UserspaceEmulator: Add missing argument for sys$allocate_tlsGunnar Beutner
2021-05-03UserspaceEmulator: Add stub for sys$futexGunnar Beutner
2021-05-02HackStudio: Show dialog on build and exit if there are unsaved changesItamar
2021-05-02HackStudio: Add a "document dirty" indicator to the EditorWrapperItamar
2021-05-02HackStudio: Get rid of m_currently_open_file memberItamar
2021-05-02LibGUI+HackStudio: Remove editing specific hacks from GUI::CommandAndreas Kling
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