summaryrefslogtreecommitdiff
path: root/DevTools/Inspector
AgeCommit message (Expand)Author
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-05-29LibCore+Inspector: Move RPC sockets to /tmp/rpcSergey Bugaev
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-03-13Applications: Use "Document - AppName" window title formatTibor Nagy
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-03-06Inspector: Use pledge() and unveil()Andreas Kling
2020-03-05Inspector: Store remote object addresses as uintptr_t instead of StringAndreas Kling
2020-03-05Inspector: Handle multi-packet RPC responsesAndreas Kling
2020-03-05Inspector: Make properties editable :^)Andreas Kling
2020-03-05LibGUI+Inspector: Highlight the currently remotely inspected widgetAndreas Kling
2020-03-05Inspector: Add special icon for timer objectsAndreas Kling
2020-03-05Inspector: Don't show child count in remote object treeAndreas Kling
2020-03-05Inspector: Add a special icon for layout classesAndreas Kling
2020-03-05Inspector: Make the window icon show up for Window objects againAndreas Kling
2020-03-05Inspector: Stringify remote property valuesAndreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23Inspector: Use Core::Object::add()Andreas Kling
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