summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2022-01-01HackStudio: Avoid unnecessary copies in CodeComprehensionEngineBen Wiederhake
2022-01-01HackStudio: Use String instead of LexicalPathConor Byrne
2022-01-01HackStudio: Add new multiline commit dialogConor Byrne
2021-12-31HackStudio: Fix crash when clicking unstaged filesConor Byrne
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-28Profiler: Extract percentage gradient calculation into its own fileStephan Unverwerth
2021-12-28Profiler: Make everything east-const :^)Stephan Unverwerth
2021-12-28Profiler: Add source code viewStephan Unverwerth
2021-12-28UserspaceEmulator: Exclude special ranges from RangeAllocatorDaniel Bertalan
2021-12-28HackStudio: Highlight AF files as INIMaciej
2021-12-27HackStudio: Ask to create a non-existent directory when making a projectConor Byrne
2021-12-23Kernel+UE+LibC: Store address as void* in SC_m{re,}map_paramsDaniel Bertalan
2021-12-23Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flagDaniel Bertalan
2021-12-23UserspaceEmulator: Replace intersecting ranges if MAP_FIXED is specifiedDaniel Bertalan
2021-12-23Profiler: Use AK::any_of for process filtrationHendiadyoin1
2021-12-23Profiler: Always use FlyString const&'s in ProfileNode constructionHendiadyoin1
2021-12-23Profiler: Remove one else-after-returnHendiadyoin1
2021-12-23Profiler: Don't return constant copies of GUI::ModelIndexHendiadyoin1
2021-12-23Profiler: Add some implied auto qualifiersHendiadyoin1
2021-12-23UserspaceEmulator: Return ValueAndShadowReference& on operator=Hendiadyoin1
2021-12-23UserspaceEmulator: Avoid copies of non trivial types on invocationsHendiadyoin1
2021-12-23UserspaceEmulator: Remove redundant private specifier in SoftCPU.hHendiadyoin1
2021-12-23UserspaceEmulator: Remove some else-after-returnsHendiadyoin1
2021-12-23UserspaceEmulator: Add some implied auto qualifiersHendiadyoin1
2021-12-22HackStudio: Attach debuggee to "Console" terminal tabItamar
2021-12-22HackStudio: Separate master & slave PTY setup in TerminalWrapperItamar
2021-12-22HackStudio: Rename "Build" tab to "Console"Itamar
2021-12-22Kernel: Move userspace virtual address range base to 0x10000Idan Horowitz
2021-12-21AK+Everywhere: Replace __builtin bit functionsNick Johnson
2021-12-21Profiler: Add horizontal_scrollbar height to initial_heightAstraeus-
2021-12-20Profiler: Display tooltip when hovering over flamegraph barsRok Povsic
2021-12-20Profiler: Extract the bar label String into a private methodRok Povsic
2021-12-18Profiler: Convert to try_create_default_iconAstraeus-
2021-12-18Playground: Convert to try_create_default_iconAstraeus-
2021-12-18Inspector: Convert to try_create_default_iconAstraeus-
2021-12-12UserspaceEmulator: Remove support for SC_select syscallJean-Baptiste Boric
2021-12-12UserspaceEmulator: Add support for SC_poll syscallJean-Baptiste Boric
2021-12-12UserspaceEmulator: Sort syscalls in alphabetic orderJean-Baptiste Boric
2021-12-11Playground: Remove redundant pledge()bugreport0
2021-12-11Inspector: Update pledge() idiombugreport0
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-12-09HackStudio+TextEditor: Persist EditingEngineType across editorsscwfri
2021-12-08Inspector: Remove unused includesBen Wiederhake
2021-12-06LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()Andreas Kling
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-12-04HackStudio: Fix cursor not jumping to column 1 in the embedded terminalDaniel Bertalan
2021-12-03LibCpp: Add "ignore invalid statements" option to PreprocessorItamar
2021-12-03HackStudio: Decrease the maximal crash frequency of the server to 10 secItamar
2021-12-03HackStudio: Only send the content of open files to language serverItamar
2021-12-03HackStudio: Add HackStudio::for_each_open_fileItamar