summaryrefslogtreecommitdiff
path: root/DevTools/Inspector
AgeCommit message (Expand)Author
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-15AK: Remove manual forward declarations with <AK/Forward.h>Andreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classesAndreas Kling
2020-02-06LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-09-23Inspector: Fix bad RemoteObjectGraphModel::parent_index()Andreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GSplitter to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTreeView to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTableView to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CLocalSocket to ObjectPtrAndreas Kling
2019-09-11Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/responseAndreas Kling
2019-09-11Inspector: Don't call CSocket::connect() before setting up hooksAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-19Inspector: Show remote object properties in a table viewAndreas Kling
2019-08-19Inspector: Add a missing "override" in RemoteObjectGraphModelAndreas Kling
2019-08-19Inspector: Show GWindows with a little window icon.Andreas Kling
2019-08-18Inspector: Implement RemoteObjectGraphModel::parent_index()Andreas Kling
2019-08-18Inspector: Add a custom 16x16 icon to represent objectsAndreas Kling
2019-08-18Inspector: Add a GUI tool for viewing a remote process's CObject graphAndreas Kling