summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2022-08-16Profiler: Fix unmovable splitterDavid Smith
2022-08-14Base: Launch LanguageServers at session start-upLucas CHOLLET
2022-08-14Base: Launch InspectorServer at session start-upLucas CHOLLET
2022-08-14LibCore+LibIPC: Recognise %uid in pathLucas CHOLLET
2022-08-13HackStudio: Fix update modified document on tab widgetFederico Guerinoni
2022-08-10HackStudio: Add fullscreen shortcutJunior Rantila
2022-08-04Profiler: Add scrollbar to FlameGraphViewDavid Smith
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
2022-07-24Profiler: Fix use after free in FlameGraphViewDavid Smith
2022-07-19LibC: Remove the `LibPthread` interface targetTim Schumacher
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-12Userland: Remove erroneous String -> char* -> StringView conversionssin-ack
2022-07-12DevTools/HackStudio: Fix 'enabled' property of 'build' and 'run' buttonsferhatgec
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