index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
Age
Commit message (
Expand
)
Author
2021-05-02
HackStudio: Use common copy functions in ProjectTemplate.cpp
Valtteri Koskivuori
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-05-01
HackStudio: Detection of externally deleted files
Olivier De Cannière
2021-05-01
LibX86+UserspaceEmulator: Add MMX insns prototypes
Hendiadyoin1
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-28
HackStudio: Add context option to set execution point while debugging
FalseHonesty
2021-04-27
LibThread: Fix int to pointer conversion
Jean-Baptiste Boric
2021-04-26
Profiler: Use NonnullOwnPtr for libraries
Gunnar Beutner
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
HackStudio: Display variable type name in expression evaluator
FalseHonesty
2021-04-25
HackStudio: Implement custom JS -> C++ "proxy" objects
FalseHonesty
2021-04-25
HackStudio: Add evaluate expression popup to debugger
FalseHonesty
2021-04-25
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
sin-ack
2021-04-25
Revert "IPCCompiler: Use string hashes for IPC endpoint magic"
Andreas Kling
2021-04-25
UserspaceEmulator: Add more Instructions
Hendiadyoin1
2021-04-25
IPCCompiler: Use string hashes for IPC endpoint magic
sin-ack
2021-04-23
UE: Implement FLD_RM80 and FSTP_RM80
Hendiadyoin1
2021-04-23
UE+LibX86: Support bigger reads and writes
Hendiadyoin1
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers
Luke
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
UserspaceEmulator: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
HackStudio: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
Userland: Use Core::DirIterator::next_full_path()
Andreas Kling
2021-04-21
Inspector: Add context menu to copy property name/value
DragonAlex98
2021-04-21
Inspector: Select entire property row
DragonAlex98
2021-04-21
HackStudio: Clean up debugger thread when debugger exits
FalseHonesty
2021-04-21
HackStudio+LibDebug: Support stopping a debugged process
FalseHonesty
2021-04-20
Inspector: Don't allow to inspect Inspector itself
Maciej Zygmanowski
2021-04-19
HackStudio: Sort ClassView entries
Itamar
2021-04-18
HackStudio: Add ability to set hardware watchpoints on variables
FalseHonesty
2021-04-18
HackStudio: Don't crash when invalid file is requested to be opened
FalseHonesty
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-16
UserspaceEmulator: use outln_if
Hendiadyoin1
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-16
UserspaceEmulator: Print stacktrace for unhandled exceptions
Gunnar Beutner
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-13
HackStudio: Add ClassView tab for viewing classes in a tree structure
Itamar
2021-04-13
LanguageServers: Only notify client about updated declarations
Itamar
2021-04-13
HackStudio: Store known symbol declarations in ProjectDeclarations
Itamar
2021-04-13
LibCpp: Add 'Namespace' and 'Member' declaration types
Itamar
2021-04-13
HackStudio+LibCpp: Include class members in Locator
Itamar
2021-04-13
LibGUI+HackStudio: Add way to tell FilePicker to open a folder
FalseHonesty
2021-04-12
HackStudio: Fix debugger preview for char variables
FalseHonesty
2021-04-12
LibDebug+HackStudio: Fix crashes relating to debugger variable preview
FalseHonesty
[next]