ladybird/Userland/DevTools/HackStudio
Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library
This URL library ends up being a relatively fundamental base library of
the system, as LibCore depends on LibURL.

This change has two main benefits:
 * Moving AK back more towards being an agnostic library that can
   be used between the kernel and userspace. URL has never really fit
   that description - and is not used in the kernel.
 * URL _should_ depend on LibUnicode, as it needs punnycode support.
   However, it's not really possible to do this inside of AK as it can't
   depend on any external library. This change brings us a little closer
   to being able to do that, but unfortunately we aren't there quite
   yet, as the code generators depend on LibCore.
2024-03-18 14:06:28 -04:00
..
Debugger HackStudio: Make Editor ask Debugger if a breakpoint was added/removed 2024-01-14 18:48:41 -07:00
Dialogs Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Git Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LanguageClients Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LanguageServers HackStudio: Use Core::System APIs where possible 2024-01-13 15:13:36 -07:00
AutoCompleteResponse.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ClassViewWidget.cpp HackStudio: Store correct address in ClassViewModel's ModelIndices 2023-03-08 23:14:21 +01:00
ClassViewWidget.h Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
CodeDocument.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CodeDocument.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
DeclarationsModel.cpp HackStudio: Fuzzy-match Locator suggestions 2024-01-30 23:34:21 +00:00
DeclarationsModel.h HackStudio: Keep the DeclarationsModel around, and use a filtering proxy 2024-01-30 23:34:21 +00:00
Editor.cpp HackStudio: Make Editor ask Debugger if a breakpoint was added/removed 2024-01-14 18:48:41 -07:00
Editor.h HackStudio: Remove redundant set_cursor() override 2024-01-13 07:13:52 +00:00
EditorWrapper.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
EditorWrapper.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FindInFilesWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
FindInFilesWidget.h
GMLPreviewWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
GMLPreviewWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
HackStudio.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
HackStudioWidget.cpp HackStudio: Replace custom recent-project management with the LibGUI one 2024-01-24 11:07:03 +00:00
HackStudioWidget.h HackStudio: Replace custom recent-project management with the LibGUI one 2024-01-24 11:07:03 +00:00
LanguageClient.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
LanguageClient.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Locator.cpp HackStudio: Fuzzy-match Locator suggestions 2024-01-30 23:34:21 +00:00
Locator.h HackStudio: Keep the DeclarationsModel around, and use a filtering proxy 2024-01-30 23:34:21 +00:00
main.cpp HackStudio: Enable permissive mode for Config access 2024-03-07 17:49:01 -05:00
Project.cpp HackStudio: Absolutize project paths before opening them 2024-01-16 12:39:28 +01:00
Project.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProjectBuilder.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProjectBuilder.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProjectConfig.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProjectConfig.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProjectDeclarations.cpp HackStudio: Keep the DeclarationsModel around, and use a filtering proxy 2024-01-30 23:34:21 +00:00
ProjectDeclarations.h HackStudio: Keep the DeclarationsModel around, and use a filtering proxy 2024-01-30 23:34:21 +00:00
ProjectFile.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProjectFile.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ProjectTemplate.cpp HackStudio: Use Core::Process API to run template post-create programs 2024-01-19 12:16:21 -07:00
ProjectTemplate.h HackStudio: Convert ProjectTemplate::create_project to ErrorOr 2024-01-13 15:13:36 -07:00
TerminalWrapper.cpp LibVT+Everywhere: Introduce 'automarks' and 'clear previous command' 2024-02-07 00:43:11 +01:00
TerminalWrapper.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ToDoEntries.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ToDoEntries.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ToDoEntriesWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ToDoEntriesWidget.h