summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-04-22LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headersLuke
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21UserspaceEmulator: Convert String::format() => String::formatted()Andreas Kling
2021-04-21HackStudio: Convert String::format() => String::formatted()Andreas Kling
2021-04-21Userland: Use Core::DirIterator::next_full_path()Andreas Kling
2021-04-21Inspector: Add context menu to copy property name/valueDragonAlex98
2021-04-21Inspector: Select entire property rowDragonAlex98
2021-04-21HackStudio: Clean up debugger thread when debugger exitsFalseHonesty
2021-04-21HackStudio+LibDebug: Support stopping a debugged processFalseHonesty
2021-04-20Inspector: Don't allow to inspect Inspector itselfMaciej Zygmanowski
2021-04-19HackStudio: Sort ClassView entriesItamar
2021-04-18HackStudio: Add ability to set hardware watchpoints on variablesFalseHonesty
2021-04-18HackStudio: Don't crash when invalid file is requested to be openedFalseHonesty
2021-04-18Kernel+LibC: Clean up how assertions work in the kernel and LibCGunnar Beutner
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-16UserspaceEmulator: use outln_ifHendiadyoin1
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-16UserspaceEmulator: Print stacktrace for unhandled exceptionsGunnar Beutner
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13HackStudio: Add ClassView tab for viewing classes in a tree structureItamar
2021-04-13LanguageServers: Only notify client about updated declarationsItamar
2021-04-13HackStudio: Store known symbol declarations in ProjectDeclarationsItamar
2021-04-13LibCpp: Add 'Namespace' and 'Member' declaration typesItamar
2021-04-13HackStudio+LibCpp: Include class members in LocatorItamar
2021-04-13LibGUI+HackStudio: Add way to tell FilePicker to open a folderFalseHonesty
2021-04-12HackStudio: Fix debugger preview for char variablesFalseHonesty
2021-04-12LibDebug+HackStudio: Fix crashes relating to debugger variable previewFalseHonesty
2021-04-12HackStudio: Properly support Debugger's new source root conceptFalseHonesty
2021-04-12HackStudio: Allow users to drag and drop files into the editorRickySeverino
2021-04-12UserspaceEmulator: Improve detection of memory leaksTobias Christiansen
2021-04-11Playground: Add Alt shortcuts to menusAndreas Kling
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-04-10Profiler: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-10Profiler: Don't change window title based on last enabled optionAndreas Kling
2021-04-10HackStudio: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-09HackStudio: Make actions with project tree selections work as expectedAlgot Axelzon
2021-04-08UE: only write libc and libsystem location onceHendiadyoin1
2021-04-08UE: Use AK's bit_cast and not reimplement itHendiadyoin1
2021-04-08UE: Default initialize regionmapHendiadyoin1
2021-04-07CppLanguageServer: is_empty_property: Return false for null node parentBrendan Coles
2021-04-06LibCpp: Add TemplatizedNameItamar
2021-04-06LanguageServers/Cpp: Refactor logic of find declarationItamar
2021-04-06LibCpp: Add AST::NameItamar
2021-04-06LanguageServers/Cpp: Don't include declarations bellow the current lineItamar
2021-04-05LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()Andreas Kling
2021-04-04HackStudio: File search box stays opened after closingTim Waterhouse
2021-03-31UserspaceEmulator: Default-initialize the siginfo struct used in waitidAnotherTest
2021-03-30FontEditor+TextEditor+Playground: Refuse to load device filesIdan Horowitz
2021-03-29Playground: Autocomplete after empty {}Edgar Araújo
2021-03-29Playground: Move AutocompleteProvider to a separate fileEdgar Araújo