summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-08-22HackStudio: Make FindInFilesWidget reset when opening new projectLennon Donaghy
2021-08-22HackStudio: Stop debugger when opening new projectLennon Donaghy
2021-08-22HackStudio: Clear embedded terminal upon opening a different projectLennon Donaghy
2021-08-22HackStudio: Clear ToDo entries upon opening new projectLennon Donaghy
2021-08-22HackStudio: Move handle_external_file_deletion logic into own methodLennon Donaghy
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-21HackStudio: Fix ds => fs typo in fs changed check in RegistersModelLuke Wilde
2021-08-20HackStudio: Update the window title after changing a file nameKarol Kosek
2021-08-20HackStudio: Update the window title after changing an active editorKarol Kosek
2021-08-19HackStudio: Fix "navigate to include"Itamar
2021-08-19LibCpp: Handle circular imports gracefullyItamar
2021-08-18Profiler: Limit the initial size of the timeline containerAndreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-14UserspaceEmulator+LibC: Use sys$emuctl() to disable auditing in mallocDaniel Bertalan
2021-08-14UserspaceEmulator: Make call rm32 work with address on the stackDaniel Bertalan
2021-08-14UserspaceEmulator: Prefix MmapRegions' name with '(UE)'Daniel Bertalan
2021-08-14LibCpp: Understand preprocessor macro definition and invocationItamar
2021-08-14Profiler: Set the initial size of the timeline container to a snug fitAndreas Kling
2021-08-14Profiler: Add a "Signposts" tab next to the "Samples" tabAndreas Kling
2021-08-14Profiler: Don't lose sight of timeline tracks when zooming outAndreas Kling
2021-08-14Profiler: Don't include signposts in the samples listAndreas Kling
2021-08-14Profiler: Store signposts in the main event streamAndreas Kling
2021-08-14Profiler: Use AK::Variant for type-specific data in Profile::EventAndreas Kling
2021-08-13Profiler: Store event type as enumAndreas Kling
2021-08-13Profiler: Remove "Signpost " prefix from timeline tooltipsAndreas Kling
2021-08-12Revert "HackStudio: Remove noop code when opening the project"Andreas Kling
2021-08-12Userland: Fix PATH environment variable orderingJean-Baptiste Boric
2021-08-12HackStudio: Remove noop code when opening the projectKarol Kosek
2021-08-12HackStudio: Show the 'Save as...' dialog when saving uncreated fileKarol Kosek
2021-08-12HackStudio: Add 'Save as...' actionKarol Kosek
2021-08-12HackStudio: Show text editor after starting the applicationKarol Kosek
2021-08-12Kernel: Make sys$perf_register_string() generate the string ID'sAndreas Kling
2021-08-12Profiler: Parse and render signpost stringsAndreas Kling
2021-08-12Profiler: Parse and paint profile signpost events :^)Andreas Kling
2021-08-11HackStudio: Make "Open project" action open in the current project pathKarol Kosek
2021-08-10Profiler: Disassemble the entire function if the symbol is a functionAli Mohammad Pur
2021-08-10Profiler: Use SelectionBehavior::SelectRowssin-ack
2021-08-10UserspaceEmulator: Fail sys$map_time_page() with ENOSYS for nowAndreas Kling
2021-08-10Kernel+UserspaceEmulator: Remove unused sys$gettimeofday()Andreas Kling
2021-08-10UserspaceEmulator: Move all the profiling details into the EmulatorAli Mohammad Pur
2021-08-10Profiler: Disassemble the containing function for non-function symbolsAli Mohammad Pur
2021-08-10Profiler: Show the symbol address in object fileAli Mohammad Pur
2021-08-10UserspaceEmulator+LibC: Add support for Region-of-Interest profilingAli Mohammad Pur
2021-08-09Everywhere: Use tobyase@serenityos.org for my copyright headersTobias Christiansen
2021-08-08UserspaceEmulator: Use `for_each_region_of_type` in `find_text_region`Daniel Bertalan
2021-08-08UserspaceEmulator: Make symbolication work when .text isn't the firstDaniel Bertalan
2021-08-08UserspaceEmulator: Fix typo in a method nameDaniel Bertalan
2021-08-07LibCpp: Do macro substitution in the preprocessor instead of the parserItamar
2021-08-07LibCpp: Import definitions from headers while processingItamar