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-09-17
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
Nico Weber
2020-09-16
Userland: Use find_executable_in_path in UserspaceEmulator.
asynts
2020-09-15
UsespaceEmulator: Fix minor bugs in recvfrom() interception
Nico Weber
2020-09-15
UserspaceEmulator: Intercept sendto()
Nico Weber
2020-09-15
HackStudio: Refresh the Git widget state on file save
Itamar
2020-09-15
HackStudio: View unstaged diffs in files with DiffViewer
Itamar
2020-09-15
HackStudio: Add functionality to GitRepo object
Itamar
2020-09-15
HackStudio: Add DiffViewer widget
Itamar
2020-09-15
HackStudio: Make the actions tab visible when using the form editor
Itamar
2020-09-15
HackStudio: Fix "Add new Editor" action
Itamar
2020-09-15
HackStudio: Add "commit" and "refresh" actions to Git widget
Itamar
2020-09-15
HackStudio: Add basic Git integration
Itamar
2020-09-13
HackStudio: Tighten some unnecessarily broad lambda captures
Andreas Kling
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-12
HackStudio: Reduce debug spam
Ben Wiederhake
2020-09-11
HackStudio: Use widget override cursors
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-09-09
Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)
Andreas Kling
2020-08-31
DevTools+Apps: Set correct icons for ThemeEditor and VisualBuilder
thankyouverycool
2020-08-30
UserspaceEmulator: Emulate two FPU instructions!
Nico Weber
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
[next]