summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2020-04-12ProfileViewer: Put the tree and disasembly views in a vertical splitterAndreas Kling
2020-04-11ProfileViewer: Open /boot/kernel for disassembly if possibleAndreas Kling
2020-04-11ProfileViewer: Don't crash when we can't disassemble somethingAndreas Kling
2020-04-11LibELF: Move ELF classes into namespace ELFAndrew Kaster
2020-04-11ProfileViewer: Color code the instruction rows by sample percentageAndreas Kling
2020-04-11ProfileViewer: Don't skip the innermost frame when loading profilesAndreas Kling
2020-04-11ProfileViewer: Remove debug spam during disassemblyAndreas Kling
2020-04-11ProfileViewer: Highlight instructions with >0 samples in yellowAndreas Kling
2020-04-11ProfileViewer: Add an instruction-level sample viewerAndreas Kling
2020-04-07ProfileViewer: Remove nonsense no-opAndreas Kling
2020-04-07ProfileViewer: Remove an unnecessary call to String::format()Andreas Kling
2020-04-07HackStudio: pledge "thread" to fix opening filesBrian Gianforcaro
2020-04-06AK: Add out() and warn() streams that forward to stdout and stderrAndreas Kling
2020-04-06HackStudio: Add new TerminalsOriko
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-04-04LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&Andreas Kling
2020-04-01HackStudio: Move the "Find in files" button in line with the search boxTibor Nagy
2020-03-30HackStudio: Add icon for the Find actionTibor Nagy
2020-03-30HackStudio: Add an upscaled 32x32 icon to the About dialogTibor Nagy
2020-03-30HackStudio: Fix the labels of project opening menu and dialogTibor Nagy
2020-03-29LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usageAndreas Kling
2020-03-22AK: Add FlyString, a simple flyweight string classAndreas Kling
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