summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
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
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-23UserspaceEmulator: Update virt$lseek and virt$ftruncate for 64bit off_tIdan Horowitz
2021-03-23HackStudio+LanguageServers/Cpp: Show scope of symbols in LocatorItamar
2021-03-23LanguageServers/Cpp: Declarations inside namespaces are globally visibleItamar
2021-03-22UserspaceEmulator: Add support for SC_abort syscallBrendan Coles
2021-03-21HackStudio: Display warning when opening binary filesItamar
2021-03-18UE: Add killpg, getsockname, getpeername, shutdown, sync syscallsBrendan Coles
2021-03-18CppLanguageServer: Make preprocessor ignore unsupported keywordsVyacheslav Pukhanov
2021-03-17Everywhere: Remove pessimizing and redundant move()Andreas Kling
2021-03-16UserspaceEmulator: Add symlink, rename, set_coredump_metadata syscallsBrendan Coles
2021-03-16UserspaceEmulator: Print PID in mmap nullptr with MAP_FIXED reportln()Brendan Coles
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas Kling
2021-03-15UserspaceEmulator: downgrade TODO to dbgln for invalid fcntl cmd argBrendan Coles
2021-03-14UserspaceEmulator: Add SC_rmdir syscallBrendan Coles
2021-03-14UserspaceEmulator: Increase stack size from 64 * KiB to 1 * MiBBrendan Coles
2021-03-14UserspaceEmulator: SoftCPU: Add support for FPTAN instructionBrendan Coles
2021-03-13LanguageServers/Cpp: Support jumping to declaration of preprocessorItamar
2021-03-13LanguageServers/Cpp: Complete Preprocessor definitionsItamar