summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
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
2021-10-25Profiler: Fix disassembling objects with a non-zero `.text` vaddrDaniel Bertalan
2021-10-25LibX86: Take load base address into consideration during disassemblyDaniel Bertalan
2021-10-25Profiler: Subtract the kernel's base address when searching for symbolsDaniel Bertalan
2021-10-24Profiler: Handle profiles with more kernel samples than user samplesIdan Horowitz
2021-10-24Profiler: Use profile length in ms as histogram column count directlyIdan Horowitz
2021-10-24UE: Properly align stack for signal handlersDaniel Bertalan
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-23HackStudio: Add syntax-highlighting for CSS filesSam Atkins
2021-10-17LibX86: Add SSE supportHediadyoin1
2021-10-06UserspaceEmulator: Handle PerfEvent syscallsHediadyoin1
2021-10-06UserspaceEmulator: Use only the base name for the profile nameHendiadyoin1
2021-10-06HackStudio: Save editor's font in configsMarco Cutecchia
2021-10-06HackStudio: Add option to change the editor's fontMarco Cutecchia
2021-10-06LibWeb: Make CSS layout lazierAndreas Kling
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