summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
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
2021-08-21HackStudio: Fix ds => fs typo in fs changed check in RegistersModelLuke Wilde
2021-08-20HackStudio: Update the window title after changing a file nameKarol Kosek
2021-08-20HackStudio: Update the window title after changing an active editorKarol Kosek
2021-08-19HackStudio: Fix "navigate to include"Itamar
2021-08-19LibCpp: Handle circular imports gracefullyItamar
2021-08-18Profiler: Limit the initial size of the timeline containerAndreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-14UserspaceEmulator+LibC: Use sys$emuctl() to disable auditing in mallocDaniel Bertalan
2021-08-14UserspaceEmulator: Make call rm32 work with address on the stackDaniel Bertalan
2021-08-14UserspaceEmulator: Prefix MmapRegions' name with '(UE)'Daniel Bertalan
2021-08-14LibCpp: Understand preprocessor macro definition and invocationItamar
2021-08-14Profiler: Set the initial size of the timeline container to a snug fitAndreas Kling
2021-08-14Profiler: Add a "Signposts" tab next to the "Samples" tabAndreas Kling
2021-08-14Profiler: Don't lose sight of timeline tracks when zooming outAndreas Kling
2021-08-14Profiler: Don't include signposts in the samples listAndreas Kling
2021-08-14Profiler: Store signposts in the main event streamAndreas Kling
2021-08-14Profiler: Use AK::Variant for type-specific data in Profile::EventAndreas Kling