ladybird/DevTools/Inspector
Andreas Kling 1dd1595043 LibGUI: Make GUI::Application a Core::Object
Having this on the stack makes whole-program teardown iffy. Turning it
into a Core::Object allows anyone who needs it to extends its lifetime.
2020-07-04 14:05:57 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
main.cpp LibGUI: Make GUI::Application a Core::Object 2020-07-04 14:05:57 +02:00
RemoteObject.cpp
RemoteObject.h AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) 2020-03-08 13:06:51 +01:00
RemoteObjectGraphModel.cpp Inspector: Store remote object addresses as uintptr_t instead of String 2020-03-05 16:31:03 +01:00
RemoteObjectGraphModel.h LibGUI: Move Icon and FontDatabase into the GUI namespace 2020-03-07 01:33:53 +01:00
RemoteObjectPropertyModel.cpp Inspector: Expand and show properties in a TreeView 2020-07-01 11:18:19 +02:00
RemoteObjectPropertyModel.h Inspector: Expand and show properties in a TreeView 2020-07-01 11:18:19 +02:00
RemoteProcess.cpp AK: JsonParser improvements 2020-06-13 12:43:22 +02:00
RemoteProcess.h AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) 2020-03-08 13:06:51 +01:00