index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
Age
Commit message (
Expand
)
Author
2020-08-30
HackStudio: Highlight register changes, minor disassembly view fix
Luke
2020-08-30
Kernel+LibC+UE: Implement sleep() via sys$clock_nanosleep()
Andreas Kling
2020-08-30
Kernel+LibC+UE: Implement usleep() via sys$clock_nanosleep()
Andreas Kling
2020-08-30
VisualBuilder: Avoid unnecessary lambda
Ben Wiederhake
2020-08-30
HackStudio: Mark default action in context menu
Ben Wiederhake
2020-08-30
IPCCompiler: Unbreak building with extra debug macros
Ben Wiederhake
2020-08-28
HackStudio: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-27
Base: Rename icon subdirectories by explicit app name
thankyouverycool
2020-08-27
Base: Move 16x16 common icons to /res/icons/16x16/
thankyouverycool
2020-08-27
Base: Create /res/icons/serenity for misc. sized system icons
thankyouverycool
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-26
Base+HackStudio: Rename project file extensions to .hsp
thankyouverycool
2020-08-26
LibGUI+HackStudio: Associate new icons with their extensions
thankyouverycool
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-25
HackStudio: Add a registers view for the current function in debug mode
Luke
2020-08-25
HackStudio: Add a disassembly view for the current function in debug mode
Luke
2020-08-25
LibDebug: Move everything into the "Debug" namespace
Luke
2020-08-22
HackStudio: Implement "Step Over" debugging action
Itamar
2020-08-22
HackStudio: Implement "Step Out" debugging action
Itamar
2020-08-22
HackStudio: Add icons for "step in" and "step out"
Itamar
2020-08-22
HackStudio: Move debugger actions to a toolbar in the debug widget
Itamar
2020-08-21
IPCCompiler: Fix formatting mishap after GenericLexer change
Nico Weber
2020-08-21
IPCCompiler: Use GenericLexer
Nico Weber
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-17
HackStudio: Move everything into the HackStudio namespace
Andreas Kling
2020-08-17
UserspaceEmulator: Extra format arguments in MallocTracker, found by Coverity
Brian Gianforcaro
2020-08-17
UserspaceEmulator: Identical code on both branches, unify return in virt$ioctl
Brian Gianforcaro
2020-08-17
UserspaceEmulator: Fix conditionally uninitialized locals in virt$select
Brian Gianforcaro
2020-08-16
X86+Profiler+UserspaceEmulator: Deduplicate ELFSymbolProvider to LibX86
Nico Weber
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-15
HackStudio: Silence make output when checking if make is present
Matus Ferech
2020-08-15
HackStudio: Use Core::ArgsParser for path to workspace
Matus Ferech
2020-08-15
Misc: Use automatic window positioning in more applications
Linus Groh
2020-08-15
LibGUI: Add and use Window::center_on_screen()
Linus Groh
2020-08-15
HackStudio: Use CodeDocument instead of TextDocument
Itamar
2020-08-15
HackStudio: Support debugging library code
Itamar
2020-08-15
HackStudio: Change singlestepping logic in the debugger
Itamar
2020-08-15
Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()
Andreas Kling
2020-08-15
LibGUI: Make focus events more aware of why focus is changing
Andreas Kling
2020-08-14
Inspector: Require horizontal scrollbars less often
Nico Weber
2020-08-12
DevTools: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
HackStudio: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
HackStudio: Use adopt_own(*new T) instead of OwnPtr(new T)
Andreas Kling
2020-08-11
UserspaceEmulator: Remove some silly semicolons
Nico Weber
2020-08-11
UserspaceEmulator: Log unimplemented instructions with proper backtrace
Andreas Kling
2020-08-10
Kernel: Use Userspace<T> for the execve syscall
Brian Gianforcaro
2020-08-09
HackStudio: Set the pgrp of the pseudoterminal to the child pid
AnotherTest
[next]