summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-09-17Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()Nico Weber
2020-09-16Userland: Use find_executable_in_path in UserspaceEmulator.asynts
2020-09-15UsespaceEmulator: Fix minor bugs in recvfrom() interceptionNico Weber
2020-09-15UserspaceEmulator: Intercept sendto()Nico Weber
2020-09-15HackStudio: Refresh the Git widget state on file saveItamar
2020-09-15HackStudio: View unstaged diffs in files with DiffViewerItamar
2020-09-15HackStudio: Add functionality to GitRepo objectItamar
2020-09-15HackStudio: Add DiffViewer widgetItamar
2020-09-15HackStudio: Make the actions tab visible when using the form editorItamar
2020-09-15HackStudio: Fix "Add new Editor" actionItamar
2020-09-15HackStudio: Add "commit" and "refresh" actions to Git widgetItamar
2020-09-15HackStudio: Add basic Git integrationItamar
2020-09-13HackStudio: Tighten some unnecessarily broad lambda capturesAndreas Kling
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-09-12HackStudio: Reduce debug spamBen Wiederhake
2020-09-11HackStudio: Use widget override cursorsAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-09-09Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)Andreas Kling
2020-08-31DevTools+Apps: Set correct icons for ThemeEditor and VisualBuilderthankyouverycool
2020-08-30UserspaceEmulator: Emulate two FPU instructions!Nico Weber
2020-08-30HackStudio: Highlight register changes, minor disassembly view fixLuke
2020-08-30Kernel+LibC+UE: Implement sleep() via sys$clock_nanosleep()Andreas Kling
2020-08-30Kernel+LibC+UE: Implement usleep() via sys$clock_nanosleep()Andreas Kling
2020-08-30VisualBuilder: Avoid unnecessary lambdaBen Wiederhake
2020-08-30HackStudio: Mark default action in context menuBen Wiederhake
2020-08-30IPCCompiler: Unbreak building with extra debug macrosBen Wiederhake
2020-08-28HackStudio: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-27Base: Rename icon subdirectories by explicit app namethankyouverycool
2020-08-27Base: Move 16x16 common icons to /res/icons/16x16/thankyouverycool
2020-08-27Base: Create /res/icons/serenity for misc. sized system iconsthankyouverycool
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-08-26Base+HackStudio: Rename project file extensions to .hspthankyouverycool
2020-08-26LibGUI+HackStudio: Associate new icons with their extensionsthankyouverycool
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-25HackStudio: Add a registers view for the current function in debug modeLuke
2020-08-25HackStudio: Add a disassembly view for the current function in debug modeLuke
2020-08-25LibDebug: Move everything into the "Debug" namespaceLuke
2020-08-22HackStudio: Implement "Step Over" debugging actionItamar
2020-08-22HackStudio: Implement "Step Out" debugging actionItamar
2020-08-22HackStudio: Add icons for "step in" and "step out"Itamar
2020-08-22HackStudio: Move debugger actions to a toolbar in the debug widgetItamar
2020-08-21IPCCompiler: Fix formatting mishap after GenericLexer changeNico Weber
2020-08-21IPCCompiler: Use GenericLexerNico Weber
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-17HackStudio: Move everything into the HackStudio namespaceAndreas Kling
2020-08-17UserspaceEmulator: Extra format arguments in MallocTracker, found by CoverityBrian Gianforcaro
2020-08-17UserspaceEmulator: Identical code on both branches, unify return in virt$ioctlBrian Gianforcaro
2020-08-17UserspaceEmulator: Fix conditionally uninitialized locals in virt$selectBrian Gianforcaro
2020-08-16X86+Profiler+UserspaceEmulator: Deduplicate ELFSymbolProvider to LibX86Nico Weber