ladybird/Userland/Applications/TextEditor
Ali Mohammad Pur 166a905951 Userland: Properly populate GENERATED_SOURCES
We previously put the generated headers in SOURCES, which did not mark
them as GENERATED (and did not produce a proper dependency).
This commit moves all generated headers into GENERATED_SOURCES, and
removes useless header SOURCES.
2022-10-12 15:55:15 +01:00
..
CMakeLists.txt Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
FileArgument.cpp TextEditor: Update file argument parser regex pattern 2022-04-03 18:54:47 +04:30
FileArgument.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
main.cpp TextEditor: Set window title before showing the main window 2022-10-12 14:47:27 +02:00
MainWidget.cpp AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
MainWidget.h TextEditor: Correct typo in MainWidget.{cpp,h} 2022-08-16 09:53:30 +01:00
TextEditorWindow.gml Applications+DevTools: Remove fixed sizes from Splitters 2022-08-30 16:28:44 +01:00