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-04
Profiler: Don't link against LibCoreDump
Andreas Kling
2021-05-04
Profiler: Print addresses in debug log in hex.
Brian Gianforcaro
2021-05-03
Userland: Add try_* IPC handlers
Gunnar Beutner
2021-05-03
IPCCompiler: Don't generate handlers for response messages
Gunnar Beutner
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Split IPC endpoints into proxies and stubs
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-05-03
UserspaceEmulator: Make sure TLS allocation behavior matches kernel
Gunnar Beutner
2021-05-03
UserspaceEmulator: Add missing argument for sys$allocate_tls
Gunnar Beutner
2021-05-03
UserspaceEmulator: Add stub for sys$futex
Gunnar Beutner
2021-05-02
HackStudio: Show dialog on build and exit if there are unsaved changes
Itamar
2021-05-02
HackStudio: Add a "document dirty" indicator to the EditorWrapper
Itamar
2021-05-02
HackStudio: Get rid of m_currently_open_file member
Itamar
2021-05-02
LibGUI+HackStudio: Remove editing specific hacks from GUI::Command
Andreas Kling
2021-05-02
Userland: Make IPC handlers return void if they don't have any outputs
Gunnar Beutner
2021-05-02
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
Gunnar Beutner
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
[next]