summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2021-11-22HackStudio: Disable the Rename action on insufficient permissionsKarol Kosek
2021-11-22HackStudio: Remove noop when deciding whether to disable delete actionKarol Kosek
2021-11-20HackStudio: Add option to inspect CoredumpItamar
2021-11-20HackStudio: Improve backtrace accuracyItamar
2021-11-20HackStudio: Use ProcessInspector instead of DebugSession where possibleItamar
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-16Profiler: Stop disassembly on invalid instructionsHendiadyoin1
2021-11-16Profiler: Don't try to disassemble empty buffersHendiadyoin1
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10Everywhere: Move shared library checks into a common functionTim Schumacher
2021-11-10Emulator: Restrict library name check when querying symbolsTim Schumacher
2021-11-10Emulator: Use existing queried library name in load checkTim Schumacher
2021-11-10Profiler: Use existing path split when mmapping librariesTim Schumacher
2021-11-08UserspaceEmulator: Add support for SC_uname and SC_sysconf syscallsBrendan Coles
2021-11-08Profiler: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::copy_file()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::remove()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-07UserspaceEmulator: Improve the MMX formatting on environment dumpHendiadyoin1
2021-11-07UserspaceEmulator: Raise an error on FPU stack underflowHendiadyoin1
2021-11-07UserspaceEmulator: Remove some unnecessary castingHendiadyoin1
2021-11-07UserspaceEmulator: Stop overriding flags in FCOMIHendiadyoin1
2021-11-07UserspaceEmulator: Fix typos in SoftFPU.[cpp|h]Hendiadyoin1
2021-11-07UserspaceEmulator: Align FPU-exception names with the manualHendiadyoin1
2021-11-07UserspaceEmulator: Check the right flags in FCMOVHendiadyoin1
2021-11-07UserspaceEmulator: Correct FSCALES roundingHendiadyoin1
2021-11-07UserspaceEmulator: Always set C1 when roundingHendiadyoin1
2021-11-07UserspaceEmulator: Simplify the definition of the FPU register stackHendiadyoin1
2021-11-07UserspaceEmulator: Use unsigned types for logical MMX shiftingHendiadyoin1
2021-11-02Demos+DevTools+Games: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-11-02HackStudio: Don't close autocomplete after applying #include directoriesthislooksfun
2021-11-02LibGUI: Allow autocomplete to stay open after applyingthislooksfun
2021-11-02HackStudio: Remove unused #includethislooksfun
2021-11-02HackStudio: Append a / when completing a directorythislooksfun
2021-11-02HackStudio: Correctly handle nested pathsthislooksfun
2021-11-02HackStudio: Handle autocomplete inside #include's <> and ""thislooksfun
2021-11-02LibGUI: Remove GUI::AutocompleteProvider::Entry::kindthislooksfun
2021-11-02HackStudio+LibGUI: Handle #include quotes and brackets in the enginethislooksfun
2021-11-02LibGUI: Allow completion suggestions to fill and display different textthislooksfun
2021-11-01UserspaceEmulator: Avoid special character in pseudo-identifierBen Wiederhake
2021-11-01Everywhere: Remove unused ArgsParser headerBen Wiederhake
2021-10-31UserspaceEmulator: Fix inconsistent log formattingAndreas Kling
2021-10-31Profiler: Cache parsed DWARF debug information in disassembly viewDaniel Bertalan
2021-10-31Profiler: Load the actual kernel binary for disassemblyDaniel Bertalan
2021-10-31Profiler: Share the mapped kernel between Profile and DisassemblyModelDaniel Bertalan
2021-10-29HackStudio: Add 'Show Dotfiles' optionMarco Cutecchia
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-27Kernel + WindowServer: Re-define the interface to framebuffer devicesLiav A