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
/
main.cpp
Age
Commit message (
Expand
)
Author
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-24
Inspector: Reopen picker UI after selecting Inspector
crpz1
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-08-30
Applications+DevTools: Remove fixed sizes from Splitters
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-01-09
Inspector: Propagate errors using try_set_main_widget in main
creator1creeper1
2021-12-18
Inspector: Convert to try_create_default_icon
Astraeus-
2021-12-11
Inspector: Update pledge() idiom
bugreport0
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-24
LibDesktop: Make allowlist APIs return ErrorOr<void>
Andreas Kling
2021-11-24
Inspector: Port to LibMain :^)
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-02
Inspector: Check if RemoteProcess `is_inspectable`
Matthew Jones
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-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-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-23
Inspector: Add help documentation
Brendan Coles
2021-01-31
Inspector: Exit if inspected process has not pledged accept
Brendan Coles
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling