summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-07-29Profiler: Don't perform disassembly when disassembly view is hiddenAndreas Kling
2021-07-29HackStudio: Add GML Preview action tabConor Byrne
2021-07-29HackStudio: Add autocompletion for GML filesConor Byrne
2021-07-29LibGUI+Playground: Move GMLAutocompleteProvider to LibGUIConor Byrne
2021-07-28HackStudio: Tweak splitter spacings in the main UIAndreas Kling
2021-07-27Kernel: Support loading the kernel at almost arbitrary virtual addressesGunnar Beutner
2021-07-26HackStudio: Resize editors when removing panesNicholas Hollett
2021-07-24GML Playground: Add Vim emulationPhoenix
2021-07-22UserspaceEmulator: Move to using the new SoftFPUHendiadyoin1
2021-07-22UserspaceEmulator: Implement SoftFPU instructionsHendiadyoin1
2021-07-22UserspaceEmulator: Sketch out a SoftFPU interfaceHendiadyoin1
2021-07-22LibX86: Add missing MovD and MovQ instructionsHendiadyoin1
2021-07-22LibX86: Use names closer to the spec for the ModrmHendiadyoin1
2021-07-22Userland: Use /proc/kernel_base to determine the kernel base addressGunnar Beutner
2021-07-22Everywhere: Prefer using {:#x} over 0x{:x}Gunnar Beutner
2021-07-22Everywhere: Prefix hexadecimal numbers with 0xGunnar Beutner
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-20LibX86: Add INT1 instruction (needed for disassembly)Andreas Kling
2021-07-20Profiler: Make profiler not truncate 64-bit addressesGunnar Beutner
2021-07-20Userland: Hardcode the x86_64 kernel base address for nowGunnar Beutner
2021-07-19Revert "Profiler: Configure the TimelineContainer to be shrink to fit"Brian Gianforcaro
2021-07-18Everywhere: Improve CPU usage calculationTom
2021-07-18LibRegex+Everywhere: Make LibRegex more unicode-awareAli Mohammad Pur
2021-07-18Kernel: Split debug symbols into a separate fileGunnar Beutner
2021-07-18HackStudio: Prevent crash when stepping through a programMaurice Hieronymus
2021-07-17Profiler: Configure the TimelineContainer to be shrink to fitBrian Gianforcaro
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