summaryrefslogtreecommitdiff
path: root/DevTools/Inspector/RemoteProcess.h
AgeCommit message (Expand)Author
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-05Inspector: Make properties editable :^)Andreas Kling
2020-03-05LibGUI+Inspector: Highlight the currently remotely inspected widgetAndreas Kling
2020-02-15AK: Remove manual forward declarations with <AK/Forward.h>Andreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibCore: Convert CLocalSocket to ObjectPtrAndreas Kling
2019-09-11Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/responseAndreas Kling
2019-08-19Inspector: Show remote object properties in a table viewAndreas Kling