summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-03-18HackStudio: Expand project tree view by defaultOriko
2020-03-13Applications: Use "Document - AppName" window title formatTibor Nagy
2020-03-13HackStudio: Use Javascript syntax highlighterOriko
2020-03-13HackStudio: Add Javascript projectsOriko
2020-03-13HackStudio: Fix the wrong cursor being drawnOriko
2020-03-12HackStudio: Abstract over syntax highlighterOriko
2020-03-12HackStudio: Underline header linksOriko
2020-03-12HackStudio: Add header navigationOriko
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas 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-04LibGUI: Don't use Core::Object::add() to instantiate dialogsAndreas 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-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-03-02ProfileViewer: Add mode that shows percentages instead of sample countsAndreas Kling
2020-03-02ProfileView: Show "self" sample counts in profilesAndreas Kling
2020-03-02ProfileViewer: Parse the JSON input directly to Profile::EventAndreas Kling
2020-03-02ProfileViewer: Rename Profile::Sample => Profile::EventAndreas Kling
2020-03-02AK: Move the wildcard-matching implementation to StringUtilshowar6hill
2020-02-29ProfileViewer: Unbreak after Vector size_t changesAndreas Kling
2020-02-25Build: Only look at SUBDIRS with Makefilesjoshua stein
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-23LibGUI: Add helper for constructing new TabWidget tabsAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23Inspector: Use Core::Object::add()Andreas Kling
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-22ProfileViewer: Fix treeview selection looking unselected on Left keyAndreas Kling
2020-02-22ProfileViewer: Remove loading code for the old file formatAndreas Kling
2020-02-22ProfileViewer: Symbolicate unknown addresses as "??" for nowAndreas Kling
2020-02-22ProfileViewer: Symbolicate kernel addresses when possibleAndreas Kling
2020-02-22Kernel+ProfileViewer: Move symbolication to userspace for time profilesAndreas Kling
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-17HackStudio: Unbreak the form editor's widget iconsAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling