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
/
Inspector
Age
Commit message (
Expand
)
Author
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-02
Inspector: Check if RemoteProcess `is_inspectable`
Matthew Jones
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-23
InspectorServer: Remove unnecessary greet() message
Andreas Kling
2021-05-21
DevTools: Remove redundant default destructor and forward declarations
Lenny Maiorani
2021-05-20
Inspector: Throw an error when inspecting a process it has no access to
Anand
2021-05-13
Inspector: Don't check that target has pledged "accept"
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-13
LibCore+Inspector: Reverse the direction of Inspector connections
Andreas Kling
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Inspector: Add context menu to copy property name/value
DragonAlex98
2021-04-21
Inspector: Select entire property row
DragonAlex98
2021-04-20
Inspector: Don't allow to inspect Inspector itself
Maciej Zygmanowski
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
Inspector: Add help documentation
Brendan Coles
2021-01-31
Inspector: Exit if inspected process has not pledged accept
Brendan Coles
2021-01-30
Inspector: Allow browsing inspection data in UI after process exits
Brendan Coles
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling