1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 20:15:06 +00:00
serenity/Userland/DevTools/HackStudio
2023-02-18 16:56:56 +00:00
..
Debugger LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Dialogs LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
Git LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
LanguageClients LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
LanguageServers LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
AutoCompleteResponse.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
ClassViewWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ClassViewWidget.h LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
CMakeLists.txt HackStudio: Remove FindWidget 2022-11-29 15:39:13 +00:00
CodeDocument.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CodeDocument.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Editor.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Editor.h Meta+Userland: Pass Gfx::IntPoint by value 2022-12-07 11:48:27 +01:00
EditorWrapper.cpp LibGUI: Base write_to_file(StringView path) on the stream overload 2023-02-11 14:20:26 +00:00
EditorWrapper.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FindInFilesWidget.cpp Userland: Set Button text using the new String class 2023-02-13 00:45:09 +00:00
FindInFilesWidget.h HackStudio: Make FindInFilesWidget reset when opening new project 2021-08-22 10:30:06 +02:00
GMLPreviewWidget.cpp LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
GMLPreviewWidget.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HackStudio.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HackStudioWidget.cpp Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
HackStudioWidget.h HackStudio: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
Language.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Language.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
LanguageClient.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
LanguageClient.h LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
Locator.cpp LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
Locator.h DevTools: Use default constructors/destructors 2022-02-16 07:33:15 -05:00
main.cpp LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
Project.cpp LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
Project.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProjectBuilder.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
ProjectBuilder.h Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
ProjectConfig.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
ProjectConfig.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProjectDeclarations.cpp LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
ProjectDeclarations.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProjectFile.cpp LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
ProjectFile.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ProjectTemplate.cpp LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
ProjectTemplate.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TerminalWrapper.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
TerminalWrapper.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ToDoEntries.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ToDoEntries.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ToDoEntriesWidget.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ToDoEntriesWidget.h HackStudio: Clear ToDo entries upon opening new project 2021-08-22 10:30:06 +02:00