serenity/Userland/DevTools/HackStudio
Ali Mohammad Pur eaa2d69d73 LibGUI+Everywhere: Rename the 'style' frame property to 'frame_style'
'set_frame_style' is what Frame itself uses to set the value, and a
significant number of GML files use 'frame_style' instead of just
'style', so let's switch to it and use it everywhere consistently.
2024-04-30 17:46:41 -06:00
..
Debugger Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Dialogs LibGUI+Everywhere: Rename the 'style' frame property to 'frame_style' 2024-04-30 17:46:41 -06:00
Git Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
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 Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
ClassViewWidget.h Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
CMakeLists.txt Meta+Userland: Make LibELF a proper library on Serenity 2024-04-26 19:08:13 -06: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 LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02: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: Use east const in more places 2024-04-19 06:31:19 -04:00
FindInFilesWidget.h HackStudio: Make FindInFilesWidget reset when opening new project 2021-08-22 10:30:06 +02:00
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 Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
HackStudioWidget.h HackStudio: Replace custom recent-project management with the LibGUI one 2024-01-24 11:07:03 +00:00
LanguageClient.cpp LibIPC+Userland: Make IPC::File always own its file descriptor 2024-04-19 06:34:07 -04:00
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: Mark a bunch of function parameters as NOESCAPE 2024-04-09 09:10:44 +02:00
ProjectBuilder.cpp Userland: Avoid some now-unneeded explicit conversions to Bytes 2024-04-04 11:23:21 +02:00
ProjectBuilder.h Everywhere: Mark a bunch of function parameters as NOESCAPE 2024-04-09 09:10:44 +02:00
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 Everywhere: Mark a bunch of function parameters as NOESCAPE 2024-04-09 09:10:44 +02: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 Everywhere: Use east const in more places 2024-04-19 06:31:19 -04: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 HackStudio: Clear ToDo entries upon opening new project 2021-08-22 10:30:06 +02:00