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-24
UserspaceEmulator: Use Core::ArgsParser
Maciej Zygmanowski
2020-09-23
UserspaceEmulator+LibX86: Clean up some obnoxious template spam
Andreas Kling
2020-09-23
UserspaceEmulator: Fix off-by-one in code cache access
Nico Weber
2020-09-23
UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)
Nico Weber
2020-09-21
HackStudio: Add auto-complete capability to the Editor
Itamar
2020-09-21
HackStudio: Add AutoCompleteBox
Itamar
2020-09-21
HackStudio: Basic C++ autocomplete logic
Itamar
2020-09-21
LibIPC: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-19
HackStudio: Move bulk of GUI logic into HackStudioWidget
Itamar
2020-09-19
UserspaceEmulator: Support all msg_iovlens in recvmsg and sendmsg
Nico Weber
2020-09-18
HackStudio: Only refresh Git widget on save if initialized
Itamar
2020-09-17
Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions
Nico Weber
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
[next]