summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2022-07-12DevTools/HackStudio: Add verify_make_is_installed()ferhatgec
2022-07-08HackStudio: Add the "Copy Full Path" TreeView context menu optionYuval
2022-07-08HackStudio: Add the "Copy Relative Path" TreeView context menu optionYuval
2022-07-08Userland: Add `/usr/local/sbin` to `PATH` by defaultTim Schumacher
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-03Everywhere: Fix two inconsistent serenity_lib() output namesLinus Groh
2022-06-30HackStudio: Properly clear previous editor tabs when closing projectLennon Donaghy
2022-06-30HackStudio: Leave one editor tab open on closing projectLennon Donaghy
2022-06-30SQLStudio: Add collapsible tabs for query resultsmartinfalisse
2022-06-30SQLStudio: Show script execution results in tablemartinfalisse
2022-06-30SQLStudio: Execute statements in SQL servermartinfalisse
2022-06-30SQLStudio: Add GUI for query resultsmartinfalisse
2022-06-28Playground: Rename the application to GMLPlaygroundLinus Groh
2022-06-28Applications: Remove usages of deprecated implicit conversionsFrHun
2022-06-28Playground: Set `editor->on_change` before opening filesHumberto Alves
2022-06-16HackStudio: Add "Open in New Tab" context menu entryhhsdev
2022-06-02Userland: Use default buttons instead of manually handling return pressKarol Kosek
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-05-26Userland: Depend some applications on WebContent if it's being usedKarol Kosek
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
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