summaryrefslogtreecommitdiff
path: root/Userland/DevTools
AgeCommit message (Expand)Author
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
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