summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-07UserspaceEmulator: Delegate rounding to the actual hardwareHendiadyoin1
2022-05-07Profiler: Use ProfileModel rounding constant for the status bar textkleines Filmröllchen
2022-05-07Profiler: Round sample percentages to a constant number of digitskleines Filmröllchen
2022-05-07Profiler: Show percentages with three decimal pointskleines Filmröllchen
2022-05-07Profiler: Use absolute mmap paths as-isTim Schumacher
2022-05-05Everywhere: Purge all support and usage of framebuffer devicesLiav A
2022-05-05Everywhere: Rename FB prefix name ioctls => GRAPHICSLiav A
2022-05-02Kernel: Stop requiring working malloc for syscall.h includesPatrick Meyer
2022-04-27HackStudio: Update window close button on document changetimre13
2022-04-23UserspaceEmulator: Use boolean operators instead of bitwise onesDaniel Bertalan
2022-04-23Kernel+LibC+LibCore: Implement the unlinkat(2) syscallsin-ack
2022-04-22Documentation+SQLStudio: Add manual page for SQL StudioDylan Katz
2022-04-22DevTools: Introduce SQL StudioDylan Katz
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-15HackStudio: Remember if the user wants to see dotfiles between sessionsMarco Cutecchia
2022-04-15HackStudio: Add a "Project Configuration" button in the Edit menuMarco Cutecchia
2022-04-15HackStudio: Allow customizing the actions of the Build & Run buttonsMarco Cutecchia
2022-04-13LibGUI: Rename function to make intention clearerSimonFJ20
2022-04-13LibGUI+GMLPlayground: Replace text using ReplaceAllTextCommandSimonFJ20
2022-04-11HackStudio: Use Core::System::exec()Sam Atkins
2022-04-11HackStudio: Fix inverted condition when trying to create directoriesstelar7
2022-04-11LibCore+Userland: Remove File::ensure_parent_directorieskleines Filmröllchen
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-06HackStudio: Remove "evaluate expression" dialogAndreas Kling
2022-04-06LibX86: Add CMPXCHG8B, RDRAND and RDSEEDHendiadyoin1
2022-04-06UserspaceEmulator: Don't interpret SSE2 instructions as MMX onesHendiadyoin1
2022-04-06LibX86: Support SSE2 :^)Hendiadyoin1
2022-04-06UserspaceEmulator: Truncate in CVTTSS2SIHendiadyoin1
2022-04-06LibX86: Correct CVTSS2SI's register signatureHendiadyoin1
2022-04-03Userland: Remove a few gratuitous IPC namespace qualifiersValtteri Koskivuori
2022-04-03LibGUI: Fully support TabWidget in GMLkleines Filmröllchen
2022-04-02UserspaceEmulator: Implement the SSE extensionHendiadyoin1
2022-04-02UserspaceEmulator: Don't mark SoftFPU::mmx_get/set as ALWAYS_INLINEHendiadyoin1
2022-04-02LibX86: Correctly name CVTTSS2SI_r32_xmm2m32Hendiadyoin1
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31LanguageServers/Cpp: Add SemanticType::PreprocessorMacroItamar
2022-03-31LibGUI: Add AutocompleteProvider::TokenInfo::type_to_string()Itamar
2022-03-30HackStudio: Hide FindWidget on escape key pressItamar
2022-03-29HackStudio: Add FindWidgetItamar
2022-03-27Everywhere: Rename CommandResult stdout, stderr members to output, errorBrian Gianforcaro
2022-03-24Profiler: Render signposts behind histogramsSimon Wanner
2022-03-22Kernel: Don't assume paths of TTYs and pseudo terminals anymoreLiav A
2022-03-20Everywhere: Move cpp-tests under /home/anon/TestsBrian Gianforcaro
2022-03-19HackStudio: Search for libraries definitions in Userland/Itamar
2022-03-19DevTools+LibJS+LibWeb: Change class_name to use StringViewLenny Maiorani
2022-03-17HackStudio: Remove program name element in Core::command() callsItamar
2022-03-16HackStudio: Move editors inside tab widgetsry-sev
2022-03-15AK+Everywhere: Add sincos and use it in some placesHendiadyoin1