summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-10-04Everywhere: Fix more Copyright header inconsistenciesTim Schumacher
2021-10-01Userland: Fix typosNico Weber
2021-09-29LibJS: Convert internal_set() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get() to ThrowCompletionOrLinus Groh
2021-09-27HackStudio: Support renaming files from the tree viewMarco Cutecchia
2021-09-22LibGUI: Rename CallOnChange => AllowCallback and implement elsewherethankyouverycool
2021-09-18HackStudio: Make sure Window is destroyed before Application objectItamar
2021-09-14Profiler: Make the ProfileModel searchableAli Mohammad Pur
2021-09-12HackStudio: Remove an old file from the vectors in 'Save as...' actionKarol Kosek
2021-09-12HackStudio: Rename Project::get_file() to Project::create_file()Karol Kosek
2021-09-12HackStudio: Remove storing a vector of opened files in Project classKarol Kosek
2021-09-12Playground: Ask to save file contents on quit actionKarol Kosek
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-11UserspaceEmulator: Ignore perf_event and perf_register_string syscallsAndreas Kling
2021-09-10HackStudio: Reuse TextDocument::is_modified()Karol Kosek
2021-09-09HackStudio: Preserve the untitled filename text on file modificationKarol Kosek
2021-09-07UserspaceEmulator: Handle SO_ERROR in getsockoptHendiadyoin1
2021-09-07LibELF: Use StringView to carry temporary strings in auxiliary vectorAndreas Kling
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-05Userland: Switch static_assert of type sizes to AK::AssertSizeBrian Gianforcaro
2021-09-04HackStudio: Drop files to the selected editorKarol Kosek
2021-09-03AK: Rename create<T> => make_ref_counted<T>Andreas Kling
2021-09-02LibCore+Userland: Implement Core::deferred_invokesin-ack
2021-09-01Profiler: Minor static code analysis issues in FlameGraphViewBrian Gianforcaro
2021-09-01Profiler: Use = default for empty destructorBrian Gianforcaro
2021-09-01HackStudio: Fix typo in C++ file extension mapping codeBrian Gianforcaro
2021-08-31Profiler: Add a flamegraph view for the stackNicholas Hollett
2021-08-30Everywhere: Pass AK::Format TypeErasedFormatParams by referenceBrian Gianforcaro
2021-08-30HackStudio: Add "Go Back" and "Go Forward" navigation actionsItamar
2021-08-30HackStudio: Optionally pass line & column to open_fileItamar
2021-08-28UserspaceEmulator: Profiles are now expected to have a `strings` arrayBrian Gianforcaro
2021-08-28UserspaceEmulator: Make generated profiles debugable with cli toolsBrian Gianforcaro
2021-08-28Everywhere: Move all host tools into the Lagom/Tools subdirectoryAndrew Kaster
2021-08-28StateMachineGenerator: Don't move() return value from actions()Andrew Kaster
2021-08-26Terminal+LibVT: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-25HackStudio: Update the tree view cursor on editor change and 'Save as'Karol Kosek
2021-08-25HackStudio: Add "New File" actions for different file extensionsMarco Cutecchia
2021-08-22HackStudio: Update every editor with matching filename on 'Save as...'Karol Kosek
2021-08-22HackStudio: Convert selected path to a relative path on 'Save as...'Karol Kosek
2021-08-22HackStudio: Warn about unsaved changes on opening different projectLennon Donaghy
2021-08-22HackStudio: Fix editor not marking file with unsaved changes as dirtyLennon Donaghy
2021-08-22HackStudio: Fix GitWidget issues with switching between projectsLennon Donaghy
2021-08-22HackStudio: Moved code closing project from open_project to own methodLennon Donaghy
2021-08-22HackStudio: Call update_gml_preview() to reset when opening new projectLennon Donaghy
2021-08-22HackStudio: Make FindInFilesWidget reset when opening new projectLennon Donaghy
2021-08-22HackStudio: Stop debugger when opening new projectLennon Donaghy
2021-08-22HackStudio: Clear embedded terminal upon opening a different projectLennon Donaghy
2021-08-22HackStudio: Clear ToDo entries upon opening new projectLennon Donaghy
2021-08-22HackStudio: Move handle_external_file_deletion logic into own methodLennon Donaghy
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException