summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
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
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-15HackStudio: Silence make output when checking if make is presentMatus Ferech
2020-08-15HackStudio: Use Core::ArgsParser for path to workspaceMatus Ferech
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-15LibGUI: Add and use Window::center_on_screen()Linus Groh
2020-08-15HackStudio: Use CodeDocument instead of TextDocumentItamar
2020-08-15HackStudio: Support debugging library codeItamar
2020-08-15HackStudio: Change singlestepping logic in the debuggerItamar
2020-08-15Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()Andreas Kling
2020-08-15Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()Andreas Kling
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-08-14Inspector: Require horizontal scrollbars less oftenNico Weber
2020-08-12DevTools: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12HackStudio: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12HackStudio: Use adopt_own(*new T) instead of OwnPtr(new T)Andreas Kling
2020-08-11UserspaceEmulator: Remove some silly semicolonsNico Weber
2020-08-11UserspaceEmulator: Log unimplemented instructions with proper backtraceAndreas Kling
2020-08-10Kernel: Use Userspace<T> for the execve syscallBrian Gianforcaro
2020-08-09HackStudio: Set the pgrp of the pseudoterminal to the child pidAnotherTest