summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
2022-10-15GMLPlayground: Allow previewing GML in a separate windowSamuel Bowman
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-10-11HackStudio: Set proper action scope for editor shortcutsTimothy Slater
2022-10-06HackStudio: Use a single global tooltip windowItamar
2022-10-06HackStudio: Remove adjustment of text range for documentation tooltipItamar
2022-10-06HackStudio: Prevent closing the last editor groupMarco Cutecchia
2022-10-06HackStudio: Remove the 'Open in a new tab' actionMarco Cutecchia
2022-10-06HackStudio: Open files in dedicated tabsMarco Cutecchia
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-09-29Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`Sam Atkins
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-28HackStudio: Insert tooltip styling directly into Markdown HTML outputSam Atkins
2022-09-27SQLStudio: Save and load blank files without failing assertionne0ndrag0n
2022-09-20Profiler: Port to Core::StreamSam Atkins
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-08-31Profiler: Display correctly rounded percentages as '#.##%'Jelle Raaijmakers
2022-08-31HackStudio: Warn of unsaved changes before making a new projectSkye Sprung
2022-08-31HackStudio: Fix crash when opening or creating with open empty fileSkye Sprung
2022-08-30Applications+DevTools: Remove fixed sizes from Splittersthankyouverycool
2022-08-25LibGUI+WindowServer: Introduce WindowModesthankyouverycool
2022-08-23SQLStudio: Reset status bar and menu actions when closing a tabJose Flores
2022-08-23Userland: Consolidate most PATH resolving into a single implementationTim Schumacher
2022-08-23Userland: Rely on a single authoritative source for the default `PATH`Tim Schumacher
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