summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2022-01-09HackStudio: Propagate errors using try_set_main_widgetcreator1creeper1
2022-01-09HackStudio: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-09Inspector: Propagate errors using try_set_main_widget in maincreator1creeper1
2022-01-08UserspaceEmulator: Fail with EINVAL for mmap with size 0Rummskartoffel
2022-01-08UserspaceEmulator: Interpret zero-alignment as page-sized alignmentRummskartoffel
2022-01-08LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>Linus Groh
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-07Everywhere: Fix many spelling errorsmjz19910
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