summaryrefslogtreecommitdiff
path: root/DevTools/Inspector
AgeCommit message (Expand)Author
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-29Inspector: unveil("/bin", "r") so it can show app iconsLinus Groh
2020-12-21Build: Embed application icons directly in the executables.William Marlow
2020-10-13Use new format functions in remaining DevTools. (#3755)Paul Scharnofske
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-25Inspector: Move everything into the Inspector namespaceAndreas Kling
2020-09-25Meta+DevTools: Make clang-format-10 cleanBen Wiederhake
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-14Inspector: Require horizontal scrollbars less oftenNico Weber
2020-07-28DevTools: Let Inspector use ProcessChooser and new icons.thankyouverycool
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-07-01Inspector: Expand and show properties in a TreeViewAnotherTest
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