summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Inspector
AgeCommit message (Expand)Author
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Applications: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-24Inspector: Reopen picker UI after selecting Inspectorcrpz1
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-08-30Applications+DevTools: Remove fixed sizes from Splittersthankyouverycool
2022-08-14Base: Launch InspectorServer at session start-upLucas CHOLLET
2022-08-14LibCore+LibIPC: Recognise %uid in pathLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-25Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServerItamar
2022-02-16DevTools: Use default constructors/destructorsLenny Maiorani
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-09Inspector: Propagate errors using try_set_main_widget in maincreator1creeper1
2021-12-18Inspector: Convert to try_create_default_iconAstraeus-
2021-12-11Inspector: Update pledge() idiombugreport0
2021-12-08Inspector: Remove unused includesBen Wiederhake
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24LibDesktop: Make allowlist APIs return ErrorOr<void>Andreas Kling
2021-11-24Inspector: Port to LibMain :^)Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-01DevTools: Remove unused header includesBrian Gianforcaro
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-29AK+Everywhere: Change int to size_t in JsonObject and JsonArrayMax Wipfli
2021-06-24Userland: Remove dummy IPC methodsGunnar Beutner
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-02Inspector: Check if RemoteProcess `is_inspectable`Matthew Jones
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-23InspectorServer: Remove unnecessary greet() messageAndreas Kling
2021-05-21DevTools: Remove redundant default destructor and forward declarationsLenny Maiorani
2021-05-20Inspector: Throw an error when inspecting a process it has no access toAnand
2021-05-13Inspector: Don't check that target has pledged "accept"Andreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-13LibCore+Inspector: Reverse the direction of Inspector connectionsAndreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21Inspector: Add context menu to copy property name/valueDragonAlex98
2021-04-21Inspector: Select entire property rowDragonAlex98
2021-04-20Inspector: Don't allow to inspect Inspector itselfMaciej Zygmanowski